make byobu-export just work on release

This commit is contained in:
Dustin Kirkland 2010-01-18 11:14:35 +13:00
commit 6027c8254a

1
debian/release.sh vendored
View file

@ -25,6 +25,7 @@ mv -f *.rpm ..
rsync -azP ../*.rpm kirkland@people.canonical.com:~kirkland/public_html/$PKG/rpm
# Create the tarball export
rm -f /tmp/$PKG.tar.gz
$PKG-export -f /tmp/$PKG.tar.gz
rsync -azP /tmp/$PKG.tar.gz kirkland@people.canonical.com:~kirkland/public_html