mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-06 08:51:10 +00:00
Add default values to PASS in canary hooks.
This commit is contained in:
parent
44d5591113
commit
b8649c321f
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.824) UNRELEASED; urgency=medium
|
||||
|
||||
* Fix build failures of desktop raspi images due to canary hooks
|
||||
interfering.
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Thu, 13 Apr 2023 09:43:58 +0200
|
||||
|
||||
livecd-rootfs (2.823) lunar; urgency=medium
|
||||
|
||||
* Update infinite_scream URL to mastodon
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set -eux
|
||||
|
||||
case $PASS in
|
||||
case ${PASS:-} in
|
||||
minimal.standard.enhanced-secureboot)
|
||||
;;
|
||||
*)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set -eux
|
||||
|
||||
case $PASS in
|
||||
case ${PASS:-} in
|
||||
minimal.standard.live)
|
||||
;;
|
||||
*)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set -eu
|
||||
|
||||
case $PASS in
|
||||
case ${PASS:-} in
|
||||
minimal.standard.live)
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user