catalyst-auto: use full system hostname by default
This commit is contained in:
parent
9444f99d3d
commit
1de39bb16d
1 changed files with 2 additions and 1 deletions
|
@ -175,7 +175,8 @@ REPO_DIR=$(dirname "$(dirname "$(realpath "$0")")")
|
||||||
# Set up defaults that config files can override if they want.
|
# Set up defaults that config files can override if they want.
|
||||||
SUBARCH=$(uname -m)
|
SUBARCH=$(uname -m)
|
||||||
EMAIL_TO="releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org"
|
EMAIL_TO="releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org"
|
||||||
EMAIL_FROM="catalyst@${HOSTNAME:-$(hostname)}"
|
# Use full hostname by default as Gentoo servers will reject short names.
|
||||||
|
EMAIL_FROM="catalyst@$(hostname -f)"
|
||||||
EMAIL_SUBJECT_PREPEND="[${SUBARCH}-auto]"
|
EMAIL_SUBJECT_PREPEND="[${SUBARCH}-auto]"
|
||||||
|
|
||||||
doneconfig=0
|
doneconfig=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue