From 122d0da7e2f312aafdbf8d7659cfd241179b385b Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 28 Aug 2025 08:57:39 +0200 Subject: [PATCH] Drop retry-gh-systemd-test Haven't used this in years, and lost the privileges. --- retry-gh-systemd-test | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 retry-gh-systemd-test diff --git a/retry-gh-systemd-test b/retry-gh-systemd-test deleted file mode 100755 index 6c748de..0000000 --- a/retry-gh-systemd-test +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e -# this needs https://git.launchpad.net/autopkgtest-cloud/plain/tools/retry-github-test -[ -n "$2" ] || { echo "Usage: $0 [release]" >&2; exit 1; } - -#if [ "$2" = i386 ]; then -# branch="%23mpitt/ci-loop-debug" -#fi -branch="%23debian%2fmaster" - -~/debian/autopkgtest-cloud/tools/retry-github-test https://api.github.com/repos/systemd/systemd/pulls/$1 'https://autopkgtest.ubuntu.com/request.cgi?release='${3:-bionic}'&arch='$2'&build-git=https%3A%2F%2Fsalsa.debian.org%2Fsystemd-team%2Fsystemd.git'$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.47.3