tools: Add UPLOAD_DEST
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
33ce8acb57
commit
8f478fe30b
14 changed files with 18 additions and 42 deletions
|
@ -48,7 +48,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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue