From: Michael Tremer Date: Thu, 15 Aug 2019 11:42:34 +0000 (+0100) Subject: Upload directly to the file server X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4abfefdfd7dfacd32f0ea4c277ee0c70d1d0fd1f;p=people%2Fms%2Fnightly-builds.git 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 --- 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() {