tools: Add UPLOAD_DEST

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2021-01-30 20:00:37 -05:00
parent 33ce8acb57
commit 8f478fe30b
14 changed files with 18 additions and 42 deletions

View file

@ -43,7 +43,7 @@ upload() {
--omit-dir-times
--delay-updates
)
rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org:
rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org:${UPLOAD_DEST}
}
post_build() {