From 6027c8254a8c0139ae0f833a049098d6e7eb6807 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 18 Jan 2010 11:14:35 +1300 Subject: [PATCH] make byobu-export just work on release --- debian/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/release.sh b/debian/release.sh index 46ef97ff..b2657fd0 100755 --- a/debian/release.sh +++ b/debian/release.sh @@ -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