#864 Adding pruning of repodata to epel8-playground compose sync
Merged 3 years ago by mohanboddu. Opened 3 years ago by mohanboddu.
mohanboddu/pungi-fedora epel8-playground  into  epel8-playground

file modified
+5 -1
@@ -60,7 +60,11 @@ 

  fi

  $RSYNCPREFIX compose-partial-copy --arch=aarch64 --arch=ppc64le --arch=s390x --arch=x86_64 --arch src \

      "$DESTDIR" "$RSYNCTARGET/" \

-     --variant Everything

+     --variant Everything --exclude=repodata

+ 

+ $RSYNCPREFIX compose-partial-copy --arch=aarch64 --arch=ppc64le --arch=s390x --arch=x86_64 --arch src \

+     "$DESTDIR" "$RSYNCTARGET/" \

+     --variant Everything --delete-after

  

  send_fedmsg "${fedmsg_json_done}" ${RELEASE} rsync.complete