diff --git a/tools/build-stable-iso.sh b/tools/build-stable-iso.sh new file mode 100755 index 00000000..b78de0b8 --- /dev/null +++ b/tools/build-stable-iso.sh @@ -0,0 +1,8 @@ +#!/bin/sh +set -e + +source $(dirname $0)/env.sh + +cd $LUNA_ROOT + +MOON_BUILD_STABLE=1 tools/rebuild-iso.sh \ No newline at end of file