From a141ec76f9cfd811e66afda9bd64ee0795301e4e Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 7 May 2017 18:35:51 +0200 Subject: [PATCH 1/1] retry-gh-systemd-test: Run biebl/meson branch for s390x --- retry-gh-systemd-test | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/retry-gh-systemd-test b/retry-gh-systemd-test index 9eec85d..81382ad 100755 --- a/retry-gh-systemd-test +++ b/retry-gh-systemd-test @@ -2,5 +2,9 @@ # this needs https://git.launchpad.net/~ubuntu-release/+git/autopkgtest-cloud/plain/tools/retry-github-test [ -n "$2" ] || { echo "Usage: $0 [release]" >&2; exit 1; } -~/ubuntu/autopkgtest-cloud/tools/retry-github-test https://api.github.com/repos/systemd/systemd/pulls/$1 'https://autopkgtest.ubuntu.com/request.cgi?release='${3:-xenial}'&arch='$2'&build-git=https%3A%2F%2Fgit.launchpad.net%2F~pitti%2Fsystemd%2F%2Bgit%2Fdebian&env=CFLAGS%3D-O0%3BDEB_BUILD_PROFILES%3Dnoudeb%3BTEST_UPSTREAM%3D1&package=systemd-upstream&ppa=pitti%2Fsystemd-semaphore' ~/archiv/github-secret-systemd.txt +if [ "$2" = s390x ]; then + branch="%23biebl/meson" +fi + +~/ubuntu/autopkgtest-cloud/tools/retry-github-test https://api.github.com/repos/systemd/systemd/pulls/$1 'https://autopkgtest.ubuntu.com/request.cgi?release='${3:-xenial}'&arch='$2'&build-git=https%3A%2F%2Fgit.launchpad.net%2F~pitti%2Fsystemd%2F%2Bgit%2Fdebian'$branch'&env=CFLAGS%3D-O0%3BDEB_BUILD_PROFILES%3Dnoudeb%3BTEST_UPSTREAM%3D1&package=systemd-upstream&ppa=pitti%2Fsystemd-semaphore' ~/archiv/github-secret-systemd.txt -- 2.39.2