-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,37 @@ | ||
grml-debootstrap (0.109) unstable; urgency=medium | ||
|
||
[ Michael Prokop ] | ||
* [9b2cf83] mkfs: avoid blockdev failing to re-read partition table. | ||
Thanks to Darshaka Pathirana for bug report and initial investigation, | ||
and Chris Hofstaedtler for feedback | ||
* [430aa47] GitHub Actions: raise upload-artifact + download-artifact to | ||
v4. Thanks to Darshaka Pathirana | ||
* [9272096] tests: provide README | ||
* [bffadf3] tests/build-vm-and-test.sh: install curl | ||
* [95bd689] tests/serial-console-connection: use python3 in shebang | ||
* [844419c] tests/serial-console-connection: update default hostname | ||
* [13e2a39] tests: Try to capture screenshot via VNC if serial-console- | ||
connection fails | ||
|
||
[ Darshaka Pathirana ] | ||
* [014c7df] GitHub Actions: Add workflow_dispatch trigger | ||
|
||
[ Chris Hofstaedtler ] | ||
* [e591bd1] Tag installed policy-rc.d file | ||
* [c530e15] tests/serial-console-connection: add timeout (default to | ||
3min) | ||
* [e129b3c] tests/serial-console-connection: automatically format | ||
defaults in --help | ||
* [0e7cffd] tests/serial-console-connection: remove unused imports | ||
* [235670b] tests/serial-console-connection: reformat using black | ||
* [25c56d2] Disable ext4 feature orphan_file for older releases | ||
* [a0f30f1] actions: archive VM image on test failure | ||
* [36dbe9b] shellcheck: restrict shellcheck-tests to tests/*.sh files | ||
* [d2dd4f1] tests/test-vm.sh: fix shellcheck SC2086 | ||
* [2ae7c2b] tests: set msize=512000 option for 9pfs | ||
|
||
-- Michael Prokop <[email protected]> Fri, 06 Sep 2024 17:45:35 +0200 | ||
|
||
grml-debootstrap (0.108) unstable; urgency=medium | ||
|
||
[ Darshaka Pathirana ] | ||
|