We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dfee2 commit 9f1b931Copy full SHA for 9f1b931
1 file changed
dev-bin/ppa-release.sh
@@ -4,7 +4,7 @@ set -e
4
set -x
5
set -u
6
7
-DISTS=( groovy focal bionic xenial trusty )
+DISTS=( questing noble jammy )
8
9
changelog_header=$(head -n 3 Changes.md)
10
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
13
fi
14
VERSION="${BASH_REMATCH[1]}"
15
16
+git push
17
+
18
RESULTS=/tmp/build-libmaxminddb-results/
19
SRCDIR="$RESULTS/libmaxminddb"
20
@@ -49,3 +51,7 @@ dch -v "$VERSION-0+maxmind1" -D "${DISTS[0]}" -u low "New upstream release."
49
51
git add debian/changelog
50
52
git commit -m "Update debian/changelog for $VERSION"
53
git push
54
55
+popd
56
57
+git pull
0 commit comments