#545 Remove quotes so Bash does globbing
Merged 6 years ago by ausil. Opened 6 years ago by puiterwijk.
puiterwijk/pungi-fedora globbing  into  master

file modified
+1 -1
@@ -87,7 +87,7 @@ 

  fedmsg_json_done=$(printf '{"log": "done", "branch": "%s", "arch": "%s", "short": "%s", "compose_id": "%s", "location": "%s", "alt_location": "%s", "secondary_location": "%s"}' "$RELEASE" "$ARCH" "$SHORT" "$NEWCOMPOSE_ID", "$LOCATION", "$ALT_LOCATION", "$SECONDARY_LOCATION")

  

  # Fix permissions on the grub efi files and fonts (they're 0600)

- chmod -R go+r "$DESTDIR/compose/*/*/os/EFI/"

+ chmod -R go+r $DESTDIR/compose/*/*/os/EFI/

  

  compose-changelog -p $DESTDIR/logs/ $TARGET_DIR/$OLDCOMPOSE_ID/ $DESTDIR/

  # Figure out a version for broken deps e-mail that goes to package maintainers.

Pull-Request has been merged by ausil

6 years ago
Metadata