mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-09 09:51:30 +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
|
livecd-rootfs (2.823) lunar; urgency=medium
|
||||||
|
|
||||||
* Update infinite_scream URL to mastodon
|
* Update infinite_scream URL to mastodon
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
case $PASS in
|
case ${PASS:-} in
|
||||||
minimal.standard.enhanced-secureboot)
|
minimal.standard.enhanced-secureboot)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
case $PASS in
|
case ${PASS:-} in
|
||||||
minimal.standard.live)
|
minimal.standard.live)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
case $PASS in
|
case ${PASS:-} in
|
||||||
minimal.standard.live)
|
minimal.standard.live)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user