From e81fa5104634551a8b87644663c92b15c6fd15b3 Mon Sep 17 00:00:00 2001 From: Bart Trojanowski Date: Sat, 9 May 2009 21:25:35 -0400 Subject: [PATCH] updates to release notes debian branch can now build using git-buildpackage --- doc/release-notes | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/release-notes b/doc/release-notes index 7add27d..b8ba818 100644 --- a/doc/release-notes +++ b/doc/release-notes @@ -22,7 +22,7 @@ Base release (master -> release) git merge master git tag -s v$VERSION # enter description - git push + git pushall --tags Debian release (release -> debian) =============== @@ -37,7 +37,12 @@ Debian release (release -> debian) git commit -m"debian $DEBVERSION" debian/ - git push + git-buildpackage --git-tag + + # alternatively, this is a hack to force unsigned releases... + git-buildpackage --git-ignore-new --git-no-sign-tags --git-builder='debuild -i\.git -I.git -uc -us' --git-tag + + git pushall --tags -- 2.11.4.GIT