]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
semaphore: temporarily pin autopkgtest to v5.32
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 9 Feb 2024 09:30:08 +0000 (10:30 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 9 Feb 2024 10:18:25 +0000 (11:18 +0100)
The latest commit (ATTOW) [0] calls adduser with --logmsglevel, which is
not a valid flag for adduser on Ubuntu Focal/Jammy.

[0] https://salsa.debian.org/ci-team/autopkgtest/-/commit/9c033b3db453acaa103bae03a4a5dcebe3858089

.semaphore/semaphore-runner.sh

index 13456609ad04370e73ab12e13a14c47a682d2ee3..521917257001f7382adbb0d420ed834ae10d2d1d 100755 (executable)
@@ -63,7 +63,7 @@ for phase in "${PHASES[@]}"; do
             sudo apt-get install -y -t "$UBUNTU_RELEASE-backports" lxc
             sudo apt-get install -y python3-debian git dpkg-dev fakeroot python3-jinja2
 
-            [ -d "$AUTOPKGTEST_DIR" ] || git clone --quiet --depth=1 https://salsa.debian.org/ci-team/autopkgtest.git "$AUTOPKGTEST_DIR"
+            [ -d "$AUTOPKGTEST_DIR" ] || git clone --quiet --branch=debian/5.32 --depth=1 https://salsa.debian.org/ci-team/autopkgtest.git "$AUTOPKGTEST_DIR"
 
             create_container
         ;;