From 3d0d906df7b8e7b8259c63343344501046c14aa0 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 20 Jul 2009 15:36:45 -0500 Subject: [PATCH] releasing 2.21 --- debian/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/release.sh b/debian/release.sh index 21c1515f..0acc49b3 100755 --- a/debian/release.sh +++ b/debian/release.sh @@ -22,11 +22,11 @@ gpg --armor --sign --detach-sig ../"$PKG"_*.orig.tar.gz # Create the rpm export sudo alien --to-rpm ../$PKG"_"$MAJOR.$minor"_all.deb" mv -f *.rpm .. -rsync -aP ../*.rpm kirkland@people.ubuntu.com:~kirkland/public_html/$PKG/rpm +rsync -aP ../*.rpm kirkland@people.canonical.com:~kirkland/public_html/$PKG/rpm # Create the tarball export $PKG-export -c light -f /tmp/$PKG-export.tar.gz -rsync -aP /tmp/$PKG-export.tar.gz kirkland@people.ubuntu.com:~kirkland/public_html +rsync -aP /tmp/$PKG-export.tar.gz kirkland@people.canonical.com:~kirkland/public_html # Open the next release for development nextminor=`expr $minor + 1`