View Issue Details

IDProjectCategoryView StatusLast Update
0005013Spring engineBuildbotpublic2016-01-03 17:17
Reporterabma Assigned Toabma  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionno change required 
Summary0005013: replace rsync with buildbot stuff
Descriptionhttp://docs.buildbot.net/0.8.1/Transferring-Files.html
Additional Informationi.e.

     from buildbot.steps.shell import ShellCommand
     from buildbot.steps.transfer import DirectoryUpload
     
     f.addStep(ShellCommand(command=["make", "docs"]))
     f.addStep(DirectoryUpload(slavesrc="docs",
                     masterdest="~/public_html/docs"))
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

abma

2015-12-17 23:01

administrator   ~0015385

hmm, no speed limit can be set it seems :-|

abma

2015-12-24 01:11

administrator   ~0015400

for speed limit trickle(d) could be used?!

https://github.com/mariusae/trickle

jK

2015-12-31 16:36

developer   ~0015411

rsync is _much_ better than buildbots own transfer, which is mainly for window's clients w/o rsync.exe

abma

2016-01-03 17:09

administrator   ~0015436

rsync requires ssh access at the spring server, using the buildbot feature it isn't needed.

which feature of rsync do we use which makes it better in comparison to rsync?

abma

2016-01-03 17:17

administrator   ~0015437

hmm: the buildslaves should use an ssh tunnel to connect to the master, so, this is a non-reason else the connection is (afaik) unencrypted which is pretty bad.

Issue History

Date Modified Username Field Change
2015-12-17 22:56 abma New Issue
2015-12-17 23:01 abma Note Added: 0015385
2015-12-24 01:11 abma Note Added: 0015400
2015-12-31 16:36 jK Note Added: 0015411
2016-01-03 17:09 abma Note Added: 0015436
2016-01-03 17:17 abma Note Added: 0015437
2016-01-03 17:17 abma Status new => closed
2016-01-03 17:17 abma Assigned To => abma
2016-01-03 17:17 abma Resolution open => no change required