From 4008fe72a13316972333e98f22227eadd174e8bf Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 23 Feb 2017 09:49:54 +0100 Subject: [PATCH] retry-gh-systemd-test: Update CLI help and show path to retry-github-test --- retry-gh-systemd-test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/retry-gh-systemd-test b/retry-gh-systemd-test index 99e7459..9eec85d 100755 --- a/retry-gh-systemd-test +++ b/retry-gh-systemd-test @@ -1,5 +1,6 @@ #!/bin/sh -e -[ -n "$2" ] || { echo "Usage: $0 " >&2; exit 1; } +# 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 -- 2.39.2