From 0018d2ce7da4ae88ca9a2916a480a930cd21bdfb Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 19 Jun 2009 01:09:31 -0500 Subject: [PATCH] add rpm/alien building to release script Signed-off-by: Dustin Kirkland --- debian/release.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/release.sh b/debian/release.sh index c9d60731..cb7c9a4b 100755 --- a/debian/release.sh +++ b/debian/release.sh @@ -31,8 +31,12 @@ sed -i "s%^Source0:.*$%Source0: http://code.launchpad.net/$PKG/trunk/$MAJ gpg --armor --sign --detach-sig ../"$PKG"_*.orig.tar.gz +sudo alien --to-rpm ../$PKG"_"$MAJOR.$minor"_all.deb" +mv -f *.rpm .. +rsync -aP ../*rpm kirkland@people.ubuntu.com:~kirkland/public_html/$PKG/rpm + $PKG-export -c light -f /tmp/$PKG-export.tar.gz -puc /tmp/$PKG-export.tar.gz +rsync -aP /tmp/$PKG-export.tar.gz kirkland@people.ubuntu.com:~kirkland/public_html echo echo