From 236a356924c2c6822051e6b92f9da379aad8f54b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 2 Dec 2011 16:03:14 +0100 Subject: fully rename heuler (x2go name for nightly builds) to nightly... --- bin/itzks-build-package | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/itzks-build-package') diff --git a/bin/itzks-build-package b/bin/itzks-build-package index de429b3..72d1b17 100755 --- a/bin/itzks-build-package +++ b/bin/itzks-build-package @@ -17,7 +17,7 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -test -z $1 && { echo "usage: {main,main/,heuler,heuler/} []"; exit -1; } +test -z $1 && { echo "usage: {main,main/,nightly,nightly/} []"; exit -1; } set -ex @@ -32,7 +32,7 @@ set_vars() { # grab repository component area from command line (2nd argv) or guess it ARGV2_COMPONENT=$(echo "$2/" | cut -d"/" -f1) ARGV2_CODENAME=$(echo "$2/" | cut -d"/" -f2) - COMPONENT=${ARGV2_COMPONENT:-${COMPONENT:-heuler}} + COMPONENT=${ARGV2_COMPONENT:-${COMPONENT:-nightly}} CODENAMES=${ARGV2_CODENAME:-${CODENAMES}} [ -n "$ARGV2_CODENAME" ] && FORCE_BUILD=0 || FORCE_BUILD=-1 if [ "x$COMPONENT" = "xmain" ]; then -- cgit v1.2.3