diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 21:02:37 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 21:02:37 +0200 |
commit | cd7edd05f6e327bd80e9a850329a8c3070a0c5c4 (patch) | |
tree | 1c24d357a8528182d2003282eb311ca4c07f1d14 | |
parent | 11f095c55e3405df9044601f64dbbcd255e7e216 (diff) | |
download | zsh-cd7edd05f6e327bd80e9a850329a8c3070a0c5c4.tar.gz zsh-cd7edd05f6e327bd80e9a850329a8c3070a0c5c4.zip |
Workflow: Explicitly check out the debian branch on cloning
-rw-r--r-- | debian/pkg-zsh-workflow.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md index 5d12ba30e..2de4ad10f 100644 --- a/debian/pkg-zsh-workflow.md +++ b/debian/pkg-zsh-workflow.md @@ -400,14 +400,14 @@ Git repository setup Getting the basic pkg-zsh git repository is quite easy. If you want a read only clone, use this: - % git clone git://git.debian.org/collab-maint/zsh.git pkg-zsh + % git clone -b debian git://anonscm.debian.org/collab-maint/zsh.git pkg-zsh If you are reading this, though, you probably want write access. To get a thusly cloned repository, first get an alioth login and upload an ssh-public key. As soon as the key made it to all involved machines, use this: - % git clone ssh://<user>@git.debian.org/git/collab-maint/zsh.git pkg-zsh + % git clone -b debian ssh://<user>@git.debian.org/git/collab-maint/zsh.git pkg-zsh Where '<user>' is your alioth login. (Note, that this may be something with a '-guest' suffix, in case you're not a debian |