convert GITDIR over to REPO_DIR

The variables were representing the same thing, so merge them.
This commit is contained in:
Mike Frysinger 2016-05-19 22:17:41 -04:00
parent 170331ecea
commit d4e6ae0019
43 changed files with 76 additions and 78 deletions

View file

@ -1,9 +1,9 @@
# This is the config file for the catalyst-auto script. It should be pretty
# self-explanatory.
GITDIR=/root/releng/
REPO_DIR=/root/releng/
SPECS_DIR=${GITDIR}/releases/weekly/specs/arm/armv7a/hardfloat
SPECS_DIR=${REPO_DIR}/releases/weekly/specs/arm/armv7a/hardfloat
SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
SETS="default"
@ -11,7 +11,7 @@ SETS="default"
SET_default_SPECS="stage1.spec stage2.spec stage3.spec"
#SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
#KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/sparc
#KCONFIG_DIR=${REPO_DIR}/releases/weekly/kconfig/sparc
EMAIL_SUBJECT_PREPEND="[${SUBARCH}-auto]"
@ -27,7 +27,7 @@ give_latest_from_dates() {
pre_build() {
cd ${GITDIR}
cd ${REPO_DIR}
git pull
# Symlink the latest stages3 to build from