forked from ungleich-public/cdist
Update telmich -> ungleich and mailing list refs.
This commit is contained in:
parent
67d93f3e0a
commit
aceb4ac13d
5 changed files with 7 additions and 7 deletions
|
@ -1 +1 @@
|
||||||
git://github.com/telmich/cdist.git
|
git://github.com/ungleich/cdist.git
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Daniel Maher (phrawzty+cdist at gmail.com)
|
# Copyright (C) 2011 Daniel Maher (phrawzty+cdist at gmail.com)
|
||||||
#
|
#
|
||||||
# This file is part of cdist (https://github.com/telmich/cdist/).
|
# This file is part of cdist.
|
||||||
#
|
#
|
||||||
# cdist is free software: you can redistribute it and/or modify
|
# cdist is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -44,7 +44,7 @@ EXAMPLES
|
||||||
__git /home/services/dokuwiki --source git://github.com/splitbrain/dokuwiki.git
|
__git /home/services/dokuwiki --source git://github.com/splitbrain/dokuwiki.git
|
||||||
|
|
||||||
# Checkout cdist, stay on branch 2.1
|
# Checkout cdist, stay on branch 2.1
|
||||||
__git /home/nico/cdist --source git://github.com/telmich/cdist.git --branch 2.1
|
__git /home/nico/cdist --source git://github.com/ungleich/cdist.git --branch 2.1
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -50,8 +50,8 @@ work nor kill the authors brain:
|
||||||
the other needs to be improved.
|
the other needs to be improved.
|
||||||
|
|
||||||
As soon as your work meets these requirements, write a mail
|
As soon as your work meets these requirements, write a mail
|
||||||
for inclusion to the mailinglist **cdist at cdist -- at -- l.schottelius.org**
|
for inclusion to the mailinglist **cdist-configuration-management at googlegroups.com**
|
||||||
or open a pull request at http://github.com/telmich/cdist.
|
or open a pull request at http://github.com/ungleich/cdist.
|
||||||
|
|
||||||
|
|
||||||
How to submit a new type
|
How to submit a new type
|
||||||
|
@ -77,7 +77,7 @@ The following workflow works fine for most developers
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
# get latest upstream master branch
|
# get latest upstream master branch
|
||||||
git clone https://github.com/telmich/cdist.git
|
git clone https://github.com/ungleich/cdist.git
|
||||||
|
|
||||||
# update if already existing
|
# update if already existing
|
||||||
cd cdist; git fetch -v; git merge origin/master
|
cd cdist; git fetch -v; git merge origin/master
|
||||||
|
|
|
@ -29,7 +29,7 @@ immediately.
|
||||||
|
|
||||||
To install cdist, execute the following commands:
|
To install cdist, execute the following commands:
|
||||||
|
|
||||||
git clone https://github.com/telmich/cdist.git
|
git clone https://github.com/ungleich/cdist.git
|
||||||
cd cdist
|
cd cdist
|
||||||
export PATH=$PATH:$(pwd -P)/bin
|
export PATH=$PATH:$(pwd -P)/bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue