From 44d2fbcb1a4ee6f09a51d7dea418e890011ff9c6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Sep 2013 19:41:14 +0200 Subject: [PATCH] A better tag command --- build/debian/README.howto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/debian/README.howto b/build/debian/README.howto index abfa7f456fb..4978b686070 100644 --- a/build/debian/README.howto +++ b/build/debian/README.howto @@ -139,11 +139,11 @@ Warning: Name and email must match value into debian/control file (Entry added h > git-buildpackage -us -uc Note: You can use git-buildpackage -us -uc --git-ignore-new if you want to test build with uncommited file - +Note: Package is built into directory ../build-area * If package .deb is ok: Note: If there was errors managed manually, you may need to make a git commit but do not use option "amend" previous commit -> git-buildpackage --git-tag +> git-buildpackage --git-tag-only --git-retag > git push --all ou git push origin --all > git push --tags @@ -195,10 +195,11 @@ Warning: Name and email must match value into debian/control file (Entry added h > git-buildpackage -us -uc Note: You can use git-buildpackage -us -uc --git-ignore-new if you want to test build with uncommited file +Note: Package is built into directory ../build-area * If package .deb is ok: Note: If there was errors managed manually, you may need to make a git commit but do not use option "amend" previous commit -> git-buildpackage --git-tag +> git-buildpackage --git-tag-only --git-retag > git push --all ou git push origin --all > git push --tags