catalyst-auto: set up a default GITDIR for scripts
Rather than hardcode system-specific paths, let catalyst-auto probe the current git dir based on its script name.
This commit is contained in:
parent
187e786116
commit
a05155c18b
3 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
|||
# This is the config file for the catalyst-auto script. It should be pretty
|
||||
# self-explanatory.
|
||||
|
||||
GITDIR=/root/releng/
|
||||
|
||||
SPECS_DIR=${GITDIR}/releases/weekly/specs/s390/s390x
|
||||
SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue