mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
More logging around whether to add release notes or not
This commit is contained in:
parent
adb9e9057d
commit
f7b6bd056d
@ -51,7 +51,9 @@ if [ "$OMIT_MANUAL" != 1 ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
if [ "$OMIT_RELEASE_NOTES" != 1 ]; then
|
||||
if [ "$OMIT_RELEASE_NOTES"x = "1"x ]; then
|
||||
echo "Omitting release notes, as requested"
|
||||
else
|
||||
for ARCH in $ARCHES
|
||||
do
|
||||
if [ $ARCH != source ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user