diff options
author | Sam Roberts <vieuxtech@gmail.com> | 2012-03-29 13:45:53 -0700 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2012-03-29 13:45:53 -0700 |
commit | 0024e99bcf9931108529258fc84c16d3eb4df07e (patch) | |
tree | 5aae53aa5bf03463c8fe81e6371b21efb52782c7 | |
parent | 6d93731b4eb1eb7a3e4a5a2a1faaccb1906fc59b (diff) | |
download | libnet-0024e99bcf9931108529258fc84c16d3eb4df07e.tar.gz |
Update release scripts and checklist.
-rwxr-xr-x | Package | 2 | ||||
-rwxr-xr-x | Push | 7 | ||||
-rw-r--r-- | checklist.txt | 4 |
3 files changed, 10 insertions, 3 deletions
@@ -1,7 +1,7 @@ set -x -V=$(git describe | sed -es/libnet-//) +V=$(git describe --tags| sed -es/libnet-//) D=$(date --rfc-822) rm -rf debian @@ -0,0 +1,7 @@ +#!/bin/sh + +V=$(git describe --tags) +F=../$V.tar.gz ../README.txt + +scp $F ras_u_ras_t@frs.sourceforge.net:/home/frs/project/libnet-dev/ + diff --git a/checklist.txt b/checklist.txt index a5c4587..3f088b5 100644 --- a/checklist.txt +++ b/checklist.txt @@ -17,7 +17,7 @@ Update LDFLAGS' version-info. - tag it, with -rc# -> git tag -fa libnet-x.y.z -m libnet-x.y.z +> git tag -a libnet-x.y.z -m libnet-x.y.z > git push --tags - Announce release-candidate on libnet-dev-announce @@ -34,7 +34,7 @@ Login as ras_u_ras_t Go to: - https://sourceforge.net/projects/libnet-dev/files_beta/ + https://sourceforge.net/projects/libnet-dev/files/ - Announce release on libnet-dev-announce |