From 1a2692bdaf46c8a2b2a32934110e1e8d8da76ae3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Apr 27 2016 15:53:24 +0000 Subject: Set DESTDIR as it's used to check deps and some other items. Signed-off-by: Kevin Fenzi --- diff --git a/nightly.sh b/nightly.sh index adf8425..321d812 100755 --- a/nightly.sh +++ b/nightly.sh @@ -74,6 +74,9 @@ SHORTCOMPOSE_ID=$(echo $NEWCOMPOSE_ID|sed -e 's|Fedora-.*-||g') fedmsg_json_start=$(printf '{"log": "start", "branch": "%s", "arch": "%s", "compose_id": "%s"}' "$BRANCHED" "$ARCH" "$NEWCOMPOSE_ID") fedmsg_json_done=$(printf '{"log": "done", "branch": "%s", "arch": "%s", "compose_id": "%s"}' "$BRANCHED" "$ARCH" "$NEWCOMPOSE_ID") +# Set this to use later for a few items include depcheck +DESTDIR=$TARGET_DIR/$NEWCOMPOSE_ID + compose-changelog -p $TARGET_DIR/$NEWCOMPOSE_ID/logs/ $TARGET_DIR/$OLDCOMPOSE_ID/ $TARGET_DIR/$NEWCOMPOSE_ID/ /usr/share/mash/spam-o-matic $DESTDIR/compose/Everything/ >$DESTDIR/logs/depcheck