Fix key names for move demeter => milou

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-02-05 14:38:53 +01:00
parent c4ecdbf418
commit d6366affce
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
7 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# self-explanatory.
UPLOAD_USER=amd64
UPLOAD_KEY=/root/.ssh/id_rsa
UPLOAD_KEY=/root/.ssh/id_ed25519
host=$(hostname)
EMAIL_SUBJECT_PREPEND="[amd64-auto]"

View file

@ -2,7 +2,7 @@
# self-explanatory.
UPLOAD_USER=alpha
UPLOAD_KEY=/root/.ssh/id_rsa
UPLOAD_KEY=/root/.ssh/id_ed25519
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/alpha
EMAIL_SUBJECT_PREPEND="[alpha-qemu-auto]"

View file

@ -2,7 +2,7 @@
# self-explanatory.
UPLOAD_USER=arm64
UPLOAD_KEY=/root/.ssh/id_rsa
UPLOAD_KEY=/root/.ssh/id_ed25519
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/arm64/be
SUBARCH=aarch64_be

View file

@ -2,7 +2,7 @@
# self-explanatory.
UPLOAD_USER=loong
UPLOAD_KEY=/root/.ssh/id_rsa
UPLOAD_KEY=/root/.ssh/id_ed25519
host=$(hostname)

View file

@ -2,7 +2,7 @@
# self-explanatory.
UPLOAD_USER=m68k
UPLOAD_KEY=/root/.ssh/id_rsa
UPLOAD_KEY=/root/.ssh/id_ed25519
host=$(hostname)

View file

@ -2,7 +2,7 @@
# self-explanatory.
UPLOAD_USER=riscv
UPLOAD_KEY=/root/.ssh/id_rsa
UPLOAD_KEY=/root/.ssh/id_ed25519
host=$(hostname)

View file

@ -2,7 +2,7 @@
# self-explanatory.
UPLOAD_USER=x86
UPLOAD_KEY=/root/.ssh/id_rsa
UPLOAD_KEY=/root/.ssh/id_ed25519
host=$(hostname)
EMAIL_SUBJECT_PREPEND="[x86-auto]"