Skip to content

Commit

Permalink
doozer : fix artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Genty authored Jun 8, 2017
1 parent dacccdc commit 400a458
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/binaries
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ if [ -n "$DOOZER_CONCURRENCY_MAKE_LEVEL" ] ; then
if [ "$TARGET_ARCH" = "i386" -o "$TARGET_ARCH" = "x86_64" ] ; then
name=$(basename $ISO)
val="iso:application/octet-stream:$name"
echo "doozer-artifact:$BINROOT:$val"
echo "doozer-artifact:$ISO:$val"
fi
if [ "$TARGET_ARCH" = "arm" ] ; then
name=$(basename $XZ_NAME)
val="xz:application/x-xz:$name"
echo "doozer-artifact:$BINROOT:$val"
echo "doozer-artifact:$BINROOT:txt:application/octet-stream:make-sdcard"
echo "doozer-artifact:$XZ_NAME:$val"
echo "doozer-artifact:$BINROOT/make-sdcard:txt:application/octet-stream:make-sdcard"
fi
fi

Expand Down

0 comments on commit 400a458

Please sign in to comment.