Comment 5 for bug 1752271

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

For postgresql-common, mimeo and the respective postgresql-<VER> I ran tests manually.

$ rel=artful; for d in *.dsc; do autopkgtest -o ${d}.log --apt-upgrade --shell-fail --setup-commands="add-apt-repository ppa:ci-train-ppa-service/3181; apt update; apt -y upgrade" --no-built-binaries $d -- qemu --qemu-options='-cpu host' --cpus 10 --ram-size=4098 ~/${rel}/autopkgtest-${rel}-amd64.img; done
$ rel=xenial; for d in *.dsc; do autopkgtest -o ${d}.log --apt-upgrade --shell-fail --setup-commands="add-apt-repository ppa:ci-train-ppa-service/3180; apt update; apt -y upgrade" --no-built-binaries $d -- qemu --qemu-options='-cpu host' --cpus 10 --ram-size=4098 ~/${rel}/autopkgtest-${rel}-amd64.img; done
$ rel=trusty; for d in *.dsc; do autopkgtest --apt-upgrade --shell-fail --setup-commands="add-apt-repository ppa:ci-train-ppa-service/3179; apt update; apt -y upgrade" --no-built-binaries $d -- qemu --qemu-options='-cpu host' --cpus 10 --ram-size=4098 ~/${rel}/autopkgtest-${rel}-amd64.img; done

Those all worked from the ppa.

Also the releases are now public, so I can modify the changelog details and make them available as last time.
=> Setting the bug public as well