#99 build and sync power trees
Merged 7 years ago by maxamillion. Opened 7 years ago by ausil.
Unknown source power  into  master

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

  

  # limit tree architectures

  # if undefined, all architectures from variants.xml will be included

- tree_arches = ['i386', 'x86_64', 'armhfp', 'aarch64']

+ tree_arches = ['aarch64', 'armhfp', 'i386', 'ppc64', 'ppc64le', 'x86_64']

  

  # limit tree variants

  # if undefined, all variants from variants.xml will be included

file modified
+4 -4
@@ -113,13 +113,13 @@

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

  

  # Sync the content to /pub/fedora-secondary

- $RSYNCPREFIX compose-partial-copy --arch=aarch64 --arch=i386 \

+ $RSYNCPREFIX compose-partial-copy --arch=aarch64 --arch=i386 --arch=ppc64 --arch=ppc64le \

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

-     --exclude=s390x --exclude=ppc64 --exclude=ppc64le \

+     --exclude=s390x \

      --link-dest=/pub/fedora/linux/development/$DIST/Everything/ --exclude=repodata

- $RSYNCPREFIX compose-partial-copy --arch=aarch64 --arch=i386 \

+ $RSYNCPREFIX compose-partial-copy --arch=aarch64 --arch=i386 --arch=ppc64 --arch=ppc64le \

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

-     --exclude=s390x --exclude=ppc64 --exclude=ppc64le \

+     --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"

enable the building and syncing of install trees for ppc64 and ppc64le

Pull-Request has been merged by maxamillion

7 years ago
Metadata