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/hppa
|
||||
SPECS_DIR=${REPO_DIR}/releases/weekly/specs/hppa
|
||||
|
||||
SETS="hppa1_1 hppa2_0 hppa_livecd hppa_netboot"
|
||||
|
||||
|
@ -13,7 +13,7 @@ SET_hppa_livecd_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
|||
|
||||
SET_hppa_netboot_SPECS="netboot2-hppa32.spec netboot2-hppa64.spec"
|
||||
|
||||
KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/hppa
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/weekly/kconfig/hppa
|
||||
|
||||
EMAIL_SUBJECT_PREPEND="[hppa-auto]"
|
||||
|
||||
|
@ -29,7 +29,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