convert GITDIR over to REPO_DIR
The variables were representing the same thing, so merge them.
This commit is contained in:
parent
170331ecea
commit
d4e6ae0019
43 changed files with 76 additions and 78 deletions
|
@ -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/sparc/sparc64
|
||||
SPECS_DIR=${REPO_DIR}/releases/weekly/specs/sparc/sparc64
|
||||
|
||||
SETS="default multilib"
|
||||
|
||||
|
@ -10,7 +10,7 @@ SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
|||
|
||||
SET_multilib_SPECS="multilib/stage1.spec multilib/stage2.spec multilib/stage3.spec"
|
||||
|
||||
KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/sparc
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/weekly/kconfig/sparc
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue