diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 21:04:38 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 21:04:38 +0200 |
commit | 2b6dd55a2408e5673a502f500396aa439f99a8f3 (patch) | |
tree | 5b0f98fbbfe58704c76d2f96110a119700936dd2 | |
parent | 639697b81dd715018419f24c1c70a93722acee54 (diff) | |
download | zsh-2b6dd55a2408e5673a502f500396aa439f99a8f3.tar.gz zsh-2b6dd55a2408e5673a502f500396aa439f99a8f3.zip |
Workflow: gbp no more needs the branch name, it's in debian/gbp.conf
-rw-r--r-- | debian/pkg-zsh-workflow.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md index 03c0153c0..7811c94c6 100644 --- a/debian/pkg-zsh-workflow.md +++ b/debian/pkg-zsh-workflow.md @@ -363,7 +363,7 @@ available already. 'git-buildpackage' allows building the package from within the package repository: - % git-buildpackage --debian-branch=debian + % git-buildpackage Make sure that the local repository is cleaned up after doing this before working on the package again, to avoid accidentially committing |