#25 Add COMPOSE_ID file to copied part of compose
Merged by ausil. Opened by lsedlar.
lsedlar/compose-utils add-compose-id  into  master

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