vip-manager: Get jammy binaries from bullseye
authorChristoph Berg <myon@debian.org>
Fri, 23 Aug 2024 11:04:33 +0000 (13:04 +0200)
committerChristoph Berg <myon@debian.org>
Fri, 23 Aug 2024 11:04:33 +0000 (13:04 +0200)
11:52:57 src/github.com/cybertec-postgresql/vip-manager/checker/etcd_leader_checker.go:15:2: cannot find package "go.etcd.io/etcd/client/v2" in any of:
11:52:57  /usr/lib/go-1.18/src/go.etcd.io/etcd/client/v2 (from $GOROOT)
11:52:57  /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/go.etcd.io/etcd/client/v2 (from $GOPATH)

jenkins/sbuild-package

index 4ef3a35cc187286eae6a55fa50908d45c335596a..a867dbdcaee79c3702611898dd0d0e6888bf2cfd 100755 (executable)
@@ -95,7 +95,7 @@ case $PACKAGE in
 
   vip-manager)
     case $distribution in
-      buster|focal)
+      buster|jammy|focal)
         echo "Not building vip-manager on $distribution, the bullseye-pgdg package will be copied to $distribution-pgdg"
         adtsummary2junit /dev/null > autopkgtest.xml
         exit 0