Skip to content

Commit

Permalink
A better tag command
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 22, 2013
1 parent b9aac11 commit 44d2fbc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build/debian/README.howto
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 44d2fbc

Please sign in to comment.