]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
semaphore: remove workaround for adduser
authorLuca Boccassi <bluca@debian.org>
Mon, 11 Mar 2024 10:20:20 +0000 (10:20 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 11 Mar 2024 11:15:12 +0000 (11:15 +0000)
Offending commit has been reverted, so it's no longer necessary:

https://salsa.debian.org/ci-team/autopkgtest/-/commit/90167696914889efa782aac3f1f44ab68498c529

Follow-up for 8b7485c505f1e7a55896069224109adaf10c16b9

.semaphore/semaphore-runner.sh

index b83ba45bf31dd2e3d83a2bbe7fce2aae649001f1..6b986b9bec51962a5791e61f75cb586aae41c3ed 100755 (executable)
@@ -50,8 +50,6 @@ apt-get install -y -t $RELEASE-backports debhelper
 apt-get purge --auto-remove -y unattended-upgrades
 systemctl unmask systemd-networkd
 systemctl enable systemd-networkd
-# Remove once https://salsa.debian.org/ci-team/autopkgtest/-/merge_requests/297 is sorted
-adduser --disabled-login --gecos 'Temporary autopkgtest user,,,' autopkgtest
 EOF
     sudo lxc-stop -n "$CONTAINER"
 }