Skip to content
Snippets Groups Projects

Publish pressure-vessel releases, separate from scout releases

Merged Simon McVittie requested to merge wip/t28526 into master
Compare and Show latest version
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -273,13 +273,16 @@ class Uploader:
shell=True,
)
logger.info('Uploading artifacts using rsync...')
argv = [
'rsync',
'--rsh', ' '.join(map(shlex.quote, self.ssh[:-1])),
'--chmod=a+rX,og-w',
'--delete',
'--links',
'--partial',
'--perms',
'--progress',
'--recursive',
'_build/upload/',
'{}:{}/{}/'.format(self.ssh_target, self.basedir, version),
Loading