Skip to content

Commit

Permalink
Add new Ubuntu releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jun 10, 2021
1 parent 11bc34b commit e5f4abf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build-systems/ubuntu-launchpad/build-for-launchpad.sh
Expand Up @@ -15,15 +15,16 @@

BRANCH=develop
#BRANCH=master
UBUNTU_RELEASES=( "xenial" "bionic" "cosmic" )
# https://wiki.ubuntu.com/Releases
UBUNTU_RELEASES=( "xenial" "bionic" "focal" "groovy" "hirsute" "impish" )


DATE=$(LC_ALL=C date +'%a, %d %b %Y %T %z')
PROJECT_PATH="/tmp/loganalyzer-$$"
CUR_DIR=$(pwd)
UPLOAD="true"
DEBUILD_ARGS=""
GPG_PUBLIC_KEY=F5161BD3
SIGNING_EMAIL=patrizio@bekerle.com
export DEBFULLNAME="Patrizio Bekerle"
export DEBEMAIL="patrizio@bekerle.com"

Expand Down Expand Up @@ -99,7 +100,7 @@ do
echo " -- $DEBFULLNAME <$DEBEMAIL> $DATE" >> $changelogPath

# launch debuild
debuild -S -sa -k$GPG_PUBLIC_KEY $DEBUILD_ARGS
debuild -S -sa -k$SIGNING_EMAIL $DEBUILD_ARGS
cd ..

# send to launchpad
Expand Down

0 comments on commit e5f4abf

Please sign in to comment.