From 4abfefdfd7dfacd32f0ea4c277ee0c70d1d0fd1f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 15 Aug 2019 12:42:34 +0100 Subject: [PATCH] Upload directly to the file server This is because I have no good way to get a Kerberos ticket for the pakfire user. On the fileserver this can be written without it. Signed-off-by: Michael Tremer --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1142823..df0f519 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ BASEDIR="/build/nightly" LOCKFILE="/tmp/.nightly-builds.lock" UPLOAD_DIR="${BASEDIR}/upload" -UPLOAD_TO="pakfire@people.ipfire.org:/pub/nightly" +UPLOAD_TO="pakfire@fs01.haj.ipfire.org:/pub/nightly" RSYNC_ARGS="" extract_installer_from_iso() { -- 2.47.3