diff options
author | 2024-08-06 09:27:15 +0200 | |
---|---|---|
committer | 2024-08-06 09:27:15 +0200 | |
commit | 32a436d9d5df4260c95b46c7d45bad26de7dff5e (patch) | |
tree | fa6b0da5372f3f15a21cd8cb8cdb89fb9fb65afe /builders/jiji/binhost-update | |
parent | Fix useflags for mate (diff) | |
download | binhost-32a436d9d5df4260c95b46c7d45bad26de7dff5e.tar.gz binhost-32a436d9d5df4260c95b46c7d45bad26de7dff5e.tar.bz2 binhost-32a436d9d5df4260c95b46c7d45bad26de7dff5e.zip |
Update From:
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'builders/jiji/binhost-update')
-rwxr-xr-x | builders/jiji/binhost-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builders/jiji/binhost-update b/builders/jiji/binhost-update index 49210eb..9d5b63d 100755 --- a/builders/jiji/binhost-update +++ b/builders/jiji/binhost-update @@ -6,7 +6,7 @@ _BINHOST_NAME=$(echo ${BINHOST_NAME}|sed -e 's:/:_:g') TMPFILE="/root/.tmp-binhost-${_BINHOST_NAME}-update-$(date +%s)" LOCKFILE="/root/.tmp-binhost-${_BINHOST_NAME}-lock" -EMAIL_FROM=binhost@jiji.arm.dev.gentoo.org +EMAIL_FROM=binhost@susuwatari.arm.dev.gentoo.org EMAIL_TO=gentoo-binhost-autobuilds@lists.gentoo.org NSPAWN_NAMES="binhost-arm64-kde-23 binhost-arm64-gnome-23 binhost-arm64-server-23" |