cdist update
This commit is contained in:
parent
d88885be43
commit
a3bb7ad250
1 changed files with 11 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
[[!meta title="cdist - configuration management"]]
|
||||
[[!meta title="cdist - usable configuration management"]]
|
||||
|
||||
|
||||
.. . .x+=:. s
|
||||
|
@ -115,8 +115,12 @@ how to use cdist.
|
|||
There are at least the following branches available:
|
||||
|
||||
* master: the development branch
|
||||
* 1.2: Current stable: Dependencies supported
|
||||
|
||||
Old versions:
|
||||
|
||||
* 1.0: First official release
|
||||
* 1.1: Current stable (includes \_\_file type change)
|
||||
* 1.1: __file to __file, __directory, __link migration
|
||||
|
||||
Other branches may be available for features or bugfixes, but they
|
||||
may vanish at any point. To select a specific branch use
|
||||
|
@ -125,7 +129,7 @@ may vanish at any point. To select a specific branch use
|
|||
git checkout -b <name> origin/<name>
|
||||
|
||||
# Stay on version 1.1
|
||||
git checkout -b 1.1 origin/1.1
|
||||
git checkout -b 1.2 origin/1.2
|
||||
|
||||
### Mirrors
|
||||
|
||||
|
@ -146,6 +150,10 @@ If you stay on a version branche (i.e. 1.0, 1.1., ...), nothing should break.
|
|||
The master branch on the other hand is the development branch and may not be
|
||||
working, break your setup or eat the tree in your garden.
|
||||
|
||||
### Upgrading from 1.1 to 1.2
|
||||
|
||||
No incompatiblities.
|
||||
|
||||
### Upgrading from 1.0 to 1.1
|
||||
|
||||
In 1.1 the type **\_\_file** was split into **\_\_directory**, **\_\_file** and
|
||||
|
|
Loading…
Reference in a new issue