mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
start releasing tarballs
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
b8ed877cb9
commit
454bd151b5
1 changed files with 5 additions and 0 deletions
5
debian/release.sh
vendored
5
debian/release.sh
vendored
|
@ -24,6 +24,8 @@ ver=`expr $curver + 1`
|
|||
dch -v "1.$ver" "UNRELEASED"
|
||||
sed -i "s/1.$ver) jaunty;/1.$ver) unreleased;/" debian/changelog
|
||||
|
||||
gpg --armor --sign --detach-sig ../screen-profiles_*.orig.tar.gz
|
||||
|
||||
echo
|
||||
echo
|
||||
echo "To test:"
|
||||
|
@ -36,4 +38,7 @@ echo "To commit and push:"
|
|||
echo " bzr diff"
|
||||
echo " bzr commit && bzr push"
|
||||
echo
|
||||
echo "Publish tarball at:"
|
||||
echo " https://launchpad.net/screen-profiles/trunk/+addrelease"
|
||||
echo
|
||||
echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue