Skip to content

Commit

Permalink
better image naming in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nn0 committed May 5, 2019
1 parent 3eca318 commit b4484fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions image/mk_europe_edition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ chroot mnt qemu-arm-static /bin/bash -c /root/stratux/image/mk_europe_edition_de
umount mnt

mkdir -p $SRCDIR/image/out
mv $IMGNAME $SRCDIR/image/out
cd $SRCDIR/image/
mv $IMGNAME $SRCDIR/image/out/
cd $SRCDIR/image/out
outname="stratux-$(git describe --tags --abbrev=0).img"
mv $IMGNAME $outname
zip $outname.zip $outname


echo "Final image has been placed into $SRCDIR/image/out. Please install and test the image."

0 comments on commit b4484fa

Please sign in to comment.