Use tinami.kde.org rather than origin.files.kde.org

origin.files.kde.org is an implementation detail and is not guaranteed
to continue working in future, so use the correct hostname tinami.kde.org.
This commit is contained in:
Thomas Duckworth
2026-07-06 03:39:57 +00:00
parent 630ff954a7
commit 5f63caf2bf

View File

@@ -119,15 +119,15 @@ mkosi \
# Adjust mtime to reduce unnecessary churn between images caused by us rebuilding repos that have possibly not changed in source or binary interfaces.
if [ -f "$PWD/.secure_files/ssh.key" ]; then
# You can use `ssh-keyscan origin.files.kde.org` to get the host key
echo "origin.files.kde.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILUjdH4S7otYIdLUkOZK+owIiByjNQPzGi7GQ5HOWjO6" >> ~/.ssh/known_hosts
# You can use `ssh-keyscan tinami.kde.org` to get the host key
echo "tinami.kde.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILUjdH4S7otYIdLUkOZK+owIiByjNQPzGi7GQ5HOWjO6" >> ~/.ssh/known_hosts
chmod 600 "$PWD/.secure_files/ssh.key"
scp -i "$PWD/.secure_files/ssh.key" kdeos@origin.files.kde.org:/home/kdeos/mtimer.json mtimer.json
scp -i "$PWD/.secure_files/ssh.key" kdeos@tinami.kde.org:/home/kdeos/mtimer.json mtimer.json
# Note: use absolute paths. since we chdir via go
go -C ./mtimer/ run . -root "$OUTPUT" -json "$PWD/mtimer.json"
scp -i "$PWD/.secure_files/ssh.key" mtimer.json kdeos@origin.files.kde.org:/home/kdeos/mtimer.json
scp -i "$PWD/.secure_files/ssh.key" mtimer.json kdeos@tinami.kde.org:/home/kdeos/mtimer.json
fi
# NOTE: /efi must be empty so auto mounting can happen. As such we put our templates in a different directory