View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005013 | Spring engine | Buildbot | public | 2015-12-17 22:56 | 2016-01-03 17:17 |
| Reporter | abma | Assigned To | abma | ||
| Priority | normal | Severity | feature | Reproducibility | have not tried |
| Status | closed | Resolution | no change required | ||
| Summary | 0005013: replace rsync with buildbot stuff | ||||
| Description | http://docs.buildbot.net/0.8.1/Transferring-Files.html | ||||
| Additional Information | i.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")) | ||||
| Tags | No tags attached. | ||||
| Checked infolog.txt for Errors | |||||
|
|
hmm, no speed limit can be set it seems :-| |
|
|
for speed limit trickle(d) could be used?! https://github.com/mariusae/trickle |
|
|
rsync is _much_ better than buildbots own transfer, which is mainly for window's clients w/o rsync.exe |
|
|
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? |
|
|
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. |
| 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 |