You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
310 B
6 lines
310 B
#!/bin/bash
|
|
mkdir -p ${BUILDER_DIR} 2>/dev/null >/dev/null
|
|
#cleanup.sh 2>&1 &
|
|
. ${HOME}/bin-build/stbitten-env.sh
|
|
bitten-slave -f ${BUILDER_CONF}/config.ini --name=${BUILDER_NAME} -u ${BUILDER_USER} -p ${BUILDER_PASS} -d ${BUILDER_DIR} -l ${BUILDER_DIR}/log.txt http://unicode.org/cldr/trac/builds -v $@
|