mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
pkg.sh: Add RSYNC_SSH to environment
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
cd89ace756
commit
2bd14f63a6
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ upload_file()
|
|||
target=$target_base/rpm/$t/$f:$upload_attrib
|
||||
fi
|
||||
echo "+ uploading $target"
|
||||
/bin/bash $MOD_SCRIPT_DIR/upload.sh $DIST_PCKG_DIR/$f $target
|
||||
RSYNC_RSH=$SSH /bin/bash $MOD_SCRIPT_DIR/upload.sh $DIST_PCKG_DIR/$f $target
|
||||
}
|
||||
|
||||
upload_pkg()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue