Ticket #487 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Doc: FileUpload -> FileDownload

Reported by: ipv6guru Owned by: mue
Priority: major Milestone: 0.7.11
Version: 0.7.10 Keywords: sourceforge 1936854
Cc:

Description

In http://buildbot.net/repos/release/docs/buildbot.html#Transferring-Files

File upload should be changed to filedownload.

from buildbot.steps.shell import ShellCommand? -from buildbot.steps.transfer import FileUpload? +from buildbot.steps.transfer import FileDownload? f.addStep(FileDownload? mastersrc="~/todays_build_config.txt", slavedest="build_config.txt") f.addStep(ShellCommand?, command=["make", "config"])

Submitted: Brandon Rioja ( brandon_rioja ) - 2008-04-07 23:40

Change History

comment:1 Changed 4 years ago by ipv6guru

Moved from sourceforge

comment:2 Changed 4 years ago by mue

  • Owner set to mue
  • Status changed from new to accepted
  • component changed from other to documentation
  • Milestone changed from undecided to 0.7.11

To get myself familar with the process on github, I will take this issue and try to get the change into git.

comment:3 Changed 4 years ago by dustin

  • Status changed from accepted to closed
  • Resolution set to fixed

nicely done - pulled

thanks!

Note: See TracTickets for help on using tickets.