mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
releasing 2.21
This commit is contained in:
parent
791d62faff
commit
3d0d906df7
1 changed files with 2 additions and 2 deletions
4
debian/release.sh
vendored
4
debian/release.sh
vendored
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue