Skip to content

Commit 9f1b931

Browse files
committed
Update PPA release script from ubuntu-ppa
1 parent a8dfee2 commit 9f1b931

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

dev-bin/ppa-release.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
set -x
55
set -u
66

7-
DISTS=( groovy focal bionic xenial trusty )
7+
DISTS=( questing noble jammy )
88

99
changelog_header=$(head -n 3 Changes.md)
1010
if [[ ! $changelog_header =~ ^##\ ([0-9]+\.[0-9]+\.[0-9]+)\ -\ ([0-9]{4}-[0-9]{2}-[0-9]{2}) ]]; then
@@ -13,6 +13,8 @@ if [[ ! $changelog_header =~ ^##\ ([0-9]+\.[0-9]+\.[0-9]+)\ -\ ([0-9]{4}-[0-9]{2
1313
fi
1414
VERSION="${BASH_REMATCH[1]}"
1515

16+
git push
17+
1618
RESULTS=/tmp/build-libmaxminddb-results/
1719
SRCDIR="$RESULTS/libmaxminddb"
1820

@@ -49,3 +51,7 @@ dch -v "$VERSION-0+maxmind1" -D "${DISTS[0]}" -u low "New upstream release."
4951
git add debian/changelog
5052
git commit -m "Update debian/changelog for $VERSION"
5153
git push
54+
55+
popd
56+
57+
git pull

0 commit comments

Comments
 (0)