-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Use newer version of autopkgtest
To avoid errors such as this: ``` Running setup script /usr/share/autopkgtest/setup-commands/setup-testbed... awk: fatal: cannot open file `/etc/apt/sources.list' for reading: No such file or directory sh: Attempting to set up Debian/Ubuntu apt sources automatically Failed to auto-detect apt mirror; set $MIRROR explicitly ```
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@@ -70,6 +70,8 @@ | ||
|
||
sleep 5 | ||
if "$COMMAND" exec "$CONTAINER" -- systemctl mask [email protected]; then | ||
+ "$COMMAND" exec "$CONTAINER" -- systemctl mask snapd.service | ||
+ "$COMMAND" exec "$CONTAINER" -- systemctl mask snapd.seeded.service | ||
"$COMMAND" exec "$CONTAINER" -- reboot | ||
fi | ||
|