[Pkg-zsh-commits] [zsh] 04/26: Workflow: Explicitly check out the debian branch on cloning
Axel Beckert
abe at deuxchevaux.org
Wed Oct 8 21:14:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch debian
in repository zsh.
commit cd7edd05f6e327bd80e9a850329a8c3070a0c5c4
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Wed Oct 8 21:02:37 2014 +0200
Workflow: Explicitly check out the debian branch on cloning
---
debian/pkg-zsh-workflow.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md
index 5d12ba3..2de4ad1 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git
More information about the Pkg-zsh-commits
mailing list