643fc25609f5149af028e39edbc5e11dddf21e80
Each fragment of compose will have a COMPOSE_ID file in the location given as command line argument.
$ compose-partial-copy --arch=armhfp --arch=x86_64 "$TARGET_DIR/$NEWCOMPOSE_ID" /pub/fedora/linux/development/$DIST/ $ cat /pub/fedora/linux/development/$DIST/COMPOSE_ID Fedora-YYYYMMDD.R $ diff "$TARGET_DIR/$NEWCOMPOSE_ID/COMPOSE_ID" /pub/fedora/linux/development/$DIST/COMPOSE_ID $
Pull-Request has been merged by ausil
Each fragment of compose will have a COMPOSE_ID file in the location
given as command line argument.