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,7 +1,7 @@
# This is the config file for the catalyst-auto script. It should be pretty
# self-explanatory.
SPECS_DIR=${GITDIR}/releases/weekly/specs/ppc/ppc32
SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ppc/ppc32
SPECS="stage1.spec stage2.spec stage3.spec"
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
@ -10,7 +10,7 @@ SPECS="stage1.spec stage2.spec stage3.spec"
#OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/powerpc
KCONFIG_DIR=${REPO_DIR}/releases/weekly/kconfig/powerpc
EMAIL_SUBJECT_PREPEND="[ppc-auto]"
@ -25,7 +25,7 @@ give_latest_from_dates() {
}
pre_build() {
cd ${GITDIR}
cd ${REPO_DIR}
git pull
# Symlink the latest stages3 to build from