Merge lp:~xnox/debian-cd/nullglob-fix into lp:~ubuntu-cdimage/debian-cd/ubun3

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 2065
Proposed branch: lp:~xnox/debian-cd/nullglob-fix
Merge into: lp:~ubuntu-cdimage/debian-cd/ubun3
Diff against target: 11 lines (+1/-0)
1 file modified
tools/groovy/installtools.sh (+1/-0)
To merge this branch: bzr merge lp:~xnox/debian-cd/nullglob-fix
Reviewer Review Type Date Requested Status
Ubuntu CD Image Team Pending
Review via email: mp+385946@code.launchpad.net

Commit message

nullglob fix, now that we have some projects without any preseeds.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tools/groovy/installtools.sh'
--- tools/groovy/installtools.sh 2020-06-06 02:38:11 +0000
+++ tools/groovy/installtools.sh 2020-06-17 19:49:14 +0000
@@ -47,6 +47,7 @@
47 $PRESEED_ROOT/$PROJECT $PRESEED_ROOT/$PROJECT/$ARCH; do47 $PRESEED_ROOT/$PROJECT $PRESEED_ROOT/$PROJECT/$ARCH; do
48 [ -d "$preseed_dir" ] || continue48 [ -d "$preseed_dir" ] || continue
49 for file in $preseed_dir/*.seed; do49 for file in $preseed_dir/*.seed; do
50 [ -e "$file" ] || continue
50 mkdir -p $DIR/preseed51 mkdir -p $DIR/preseed
51 cp -a "$file" $DIR/preseed/52 cp -a "$file" $DIR/preseed/
52 done53 done

Subscribers

People subscribed via source and target branches