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/ia64
SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ia64
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/ia64
KCONFIG_DIR=${REPO_DIR}/releases/weekly/kconfig/ia64
give_latest_from_dates() {
sed 's,-20,~20,g' | \
@ -24,7 +24,7 @@ give_latest_from_dates() {
pre_build() {
cd ${GITDIR}
cd ${REPO_DIR}
git pull
# Symlink the latest stages3 to build from