echo out what distro we are building for
This commit is contained in:
parent
8bc8a17554
commit
7d3dc84c12
|
@ -66,6 +66,8 @@ fi;
|
||||||
if [ "$DISTRO" == "" ]; then
|
if [ "$DISTRO" == "" ]; then
|
||||||
DISTRO=`lsb_release -a 2>/dev/null | grep Codename | awk '{print $2}'`;
|
DISTRO=`lsb_release -a 2>/dev/null | grep Codename | awk '{print $2}'`;
|
||||||
echo "Defaulting to $DISTRO for distribution";
|
echo "Defaulting to $DISTRO for distribution";
|
||||||
|
else
|
||||||
|
echo "Building for $DISTRO";
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
# Release is a special mode... it uploads to the release ppa and cannot have a snapshot
|
# Release is a special mode... it uploads to the release ppa and cannot have a snapshot
|
||||||
|
|
Loading…
Reference in New Issue