mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
semaphore: move back to autopkgtest master branch
Instead of fixing the commit, we can workaround the adduser issue by simply creating a user manually beforehand, which means the broken codepath in autopkgtest is not taken. We can remove it once it's fixed upstream, which is in progress: https://salsa.debian.org/ci-team/autopkgtest/-/merge_requests/297
This commit is contained in:
parent
9bb89a55a2
commit
8b7485c505
@ -50,6 +50,8 @@ apt-get install -y -t $RELEASE-backports debhelper libcurl4-openssl-dev libarchi
|
||||
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"
|
||||
}
|
||||
@ -66,7 +68,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 --branch=debian/5.32 --depth=1 https://salsa.debian.org/ci-team/autopkgtest.git "$AUTOPKGTEST_DIR"
|
||||
[ -d "$AUTOPKGTEST_DIR" ] || git clone --quiet --depth=1 https://salsa.debian.org/ci-team/autopkgtest.git "$AUTOPKGTEST_DIR"
|
||||
|
||||
create_container
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user