forked from ungleich-public/cdist
Migrate from github to ungleich gitlab
This commit is contained in:
parent
3ca337dfe0
commit
8b93bf0218
9 changed files with 112 additions and 78 deletions
|
|
@ -30,7 +30,7 @@ username
|
|||
|
||||
source
|
||||
Select the source from which to clone cdist from.
|
||||
Defaults to "git://github.com/ungleich/cdist.git".
|
||||
Defaults to "git://code.ungleich.ch/ungleich-public/cdist.git".
|
||||
|
||||
|
||||
branch
|
||||
|
|
@ -47,7 +47,7 @@ EXAMPLES
|
|||
__cdist /home/cdist/cdist
|
||||
|
||||
# Use alternative source
|
||||
__cdist --source "git://github.com/ungleich/cdist" /home/cdist/cdist
|
||||
__cdist --source "git://code.ungleich.ch/ungleich-public/cdist" /home/cdist/cdist
|
||||
|
||||
|
||||
AUTHORS
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
git://github.com/ungleich/cdist.git
|
||||
git://code.ungleich.ch/ungleich-public/cdist.git
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ EXAMPLES
|
|||
__git /home/services/dokuwiki --source git://github.com/splitbrain/dokuwiki.git
|
||||
|
||||
# Checkout cdist, stay on branch 2.1
|
||||
__git /home/nico/cdist --source git://github.com/ungleich/cdist.git --branch 2.1
|
||||
__git /home/nico/cdist --source git://code.ungleich.ch/ungleich-public/cdist.git --branch 2.1
|
||||
|
||||
|
||||
AUTHORS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue