[kernel] overiddable hostname
This commit is contained in:
parent
f8aac609f8
commit
2eec57513d
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
CWD=$(pwd)
|
||||
THIS_HOST=$(hostname -s)
|
||||
THIS_HOST=${THIS_HOST:-$(hostname -s)}
|
||||
PRGNAM=$(basename $CWD)-$THIS_HOST
|
||||
BUILD=${BUILD:-1}
|
||||
BRANCH=${BRANCH:-mainline} # stable ; mainline
|
||||
|
|
Loading…
Reference in a new issue