Add check on another compression mode for stage3 build.
This commit is contained in:
parent
fb7ba77ca4
commit
0ac5e050f6
@ -9,7 +9,8 @@ set -e
|
|||||||
|
|
||||||
BUILDDIR=/var/lib/catalyst/store/builds/default
|
BUILDDIR=/var/lib/catalyst/store/builds/default
|
||||||
|
|
||||||
if [ ! -r ${BUILDDIR}/stage3-amd64-latest.tar.xz ]
|
if [ ! -r ${BUILDDIR}/stage3-amd64-latest.tar.xz ] \
|
||||||
|
&& [ ! -r ${BUILDDIR}/stage3-amd64-latest.tar.bz2 ]
|
||||||
then
|
then
|
||||||
# Get latest stage3 tag
|
# Get latest stage3 tag
|
||||||
STAGE3_TAG=$(wget -q -O - \
|
STAGE3_TAG=$(wget -q -O - \
|
||||||
|
Loading…
Reference in New Issue
Block a user