#196 Fix for alternative arch composeinfo
Merged 7 years ago by ausil. Opened 7 years ago by mohanboddu.
mohanboddu/pungi-fedora f26-alt-arch-composeinfo-fix  into  f26

file modified
+2 -2
@@ -121,8 +121,8 @@ 

      "$TARGET_DIR/$NEWCOMPOSE_ID" /pub/fedora-secondary/development/$DIST/ \

      --exclude=s390x \

      --link-dest=/pub/fedora/linux/development/$DIST/Everything/ --delete-after

- $RSYNCPREFIX rm /pub/alt/development/$DIST/.composeinfo

- $RSYNCPREFIX ./releng/scripts/build_composeinfo /pub/alt/development/$DIST/ --name "$NEWCOMPOSE_ID"

+ $RSYNCPREFIX rm /pub/fedora-secondary/development/$DIST/.composeinfo

+ $RSYNCPREFIX ./releng/scripts/build_composeinfo /pub/fedora-secondary/development/$DIST/ --name "$NEWCOMPOSE_ID

  

  $RSYNCPREFIX rsync -avhH --delete-after $ATOMICREPO $ATOMICDEST

  

This fixes the generation of .composeinfo file for alternative arches.

Signed-off-by: Mohan Boddu mboddu@redhat.com

Pull-Request has been merged by ausil

7 years ago
Metadata