mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
add rpm/alien building to release script
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
1f9e6326a9
commit
0018d2ce7d
1 changed files with 5 additions and 1 deletions
6
debian/release.sh
vendored
6
debian/release.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue