diff options
author | David Kalnischkies <david@kalnischkies.de> | 2013-12-07 13:05:19 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2013-12-07 13:05:19 +0100 |
commit | 3fadd319255fc4bddb498a23a81e4ffe8588c701 (patch) | |
tree | 756e836b5bc6921f34a9c5840fc004868bc0ae8d | |
parent | 0c268997152d3488c79b6e8fb1af6ac1fc87b4c3 (diff) |
tell the release script that we use git now
Git-Dch: Ignore
-rwxr-xr-x | prepare-release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prepare-release b/prepare-release index d422e386c..69ca83887 100755 --- a/prepare-release +++ b/prepare-release @@ -47,7 +47,7 @@ if [ "$1" = 'pre-export' ]; then sed -i -e "s/^<!ENTITY apt-product-version \".*\">$/<!ENTITY apt-product-version \"${VERSION}\">/" doc/apt-verbatim.ent elif [ "$1" = 'post-build' ]; then if [ "$DISTRIBUTION" != "UNRELEASED" ]; then - echo >&2 "REMEMBER: Tag this release with »bzr tag ${VERSION}« if you are satisfied" + echo >&2 "REMEMBER: Tag this release with »git tag ${VERSION}« if you are satisfied" else echo >&2 'REMEMBER: Change to a valid distribution before release' fi @@ -86,7 +86,7 @@ else \t$0 post-build \t$0 library -If you use »bzr builddeb« you can leave this script alone as it will +If you use »git buildpackage« you can leave this script alone as it will be run at the right places auto-magically. Otherwise you should use »pre-export« to update po and pot files as well as version numbering. »post-build« can be used to run some more or less useful checks later on. |