[Buildbot-commits] [buildbot/buildbot] cb5c9c: Added MultipleFileUpload step.

GitHub noreply at github.com
Sat Nov 30 23:34:07 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: cb5c9cc96b780fcfa4413b758a57fba72c031373
      https://github.com/buildbot/buildbot/commit/cb5c9cc96b780fcfa4413b758a57fba72c031373
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-19 (Tue, 19 Nov 2013)

  Changed paths:
    M master/buildbot/steps/transfer.py
    M master/buildbot/test/unit/test_steps_transfer.py

  Log Message:
  -----------
  Added MultipleFileUpload step.

Use this to upload multiple files at once. Supports all the options of
FileUpload and DirectoryUpload. Makes use of the "stat" command to
determine the kind of file that is uploaded. "Skips" if slavesrcs is an
empty list. "slavesrcs", "masterdest" and "url" are renderable.

    transfer.MultipleFileUpload(slavesrcs=['some/file', 'some/directory'],
                          masterdest='targetdir')


  Commit: 4467c0a2a10b1fde62a534a729eaddc5744fedc3
      https://github.com/buildbot/buildbot/commit/4467c0a2a10b1fde62a534a729eaddc5744fedc3
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-19 (Tue, 19 Nov 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_transfer.py

  Log Message:
  -----------
  Refactored FileUpload test


  Commit: 384c7f7f6f8cc8776253f96a8e06e71f2e3f13a4
      https://github.com/buildbot/buildbot/commit/384c7f7f6f8cc8776253f96a8e06e71f2e3f13a4
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-19 (Tue, 19 Nov 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_transfer.py

  Log Message:
  -----------
  Type (timestamp -> srctimestamp)

Yikes! Thank you, Travis!


  Commit: 28f0ebb21829b31fa6e32f7f693bb4677491df9b
      https://github.com/buildbot/buildbot/commit/28f0ebb21829b31fa6e32f7f693bb4677491df9b
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-19 (Tue, 19 Nov 2013)

  Changed paths:
    M master/buildbot/steps/transfer.py
    M master/buildbot/test/unit/test_steps_transfer.py

  Log Message:
  -----------
  obligatory pep8 commit


  Commit: da06910c6902ea39d45fc9210d52e30623479bba
      https://github.com/buildbot/buildbot/commit/da06910c6902ea39d45fc9210d52e30623479bba
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-24 (Sun, 24 Nov 2013)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Manual, release notes for MultipleFileUpload


  Commit: c683b207b59b3f45231e449cc5ef92be082c1377
      https://github.com/buildbot/buildbot/commit/c683b207b59b3f45231e449cc5ef92be082c1377
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-24 (Sun, 24 Nov 2013)

  Changed paths:
    M master/buildbot/steps/transfer.py

  Log Message:
  -----------
  added the "missing commit" to the rebased branch


  Commit: 4158928bad08a878ae8fbbb31075505eea59f91f
      https://github.com/buildbot/buildbot/commit/4158928bad08a878ae8fbbb31075505eea59f91f
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-29 (Fri, 29 Nov 2013)

  Changed paths:
    M master/buildbot/steps/transfer.py

  Log Message:
  -----------
  Added methods uploadDone and allUploadsDone


  Commit: bdc11a6df6976941fd0cee8ef844daec7beafba0
      https://github.com/buildbot/buildbot/commit/bdc11a6df6976941fd0cee8ef844daec7beafba0
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-29 (Fri, 29 Nov 2013)

  Changed paths:
    M master/buildbot/steps/transfer.py

  Log Message:
  -----------
  uploadDone and allUploadsDone may return deferreds


  Commit: 17655c274b2e067f6153e80810f459b2e9b3ce63
      https://github.com/buildbot/buildbot/commit/17655c274b2e067f6153e80810f459b2e9b3ce63
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-29 (Fri, 29 Nov 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_transfer.py

  Log Message:
  -----------
  Added failure test cases


  Commit: d8b8277a763ee476caf42d34ba95f7c386843c9e
      https://github.com/buildbot/buildbot/commit/d8b8277a763ee476caf42d34ba95f7c386843c9e
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-29 (Fri, 29 Nov 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_transfer.py

  Log Message:
  -----------
  Added subclassing test


  Commit: a5a65e829d910223c7b47f2a33fae84e3ad18e02
      https://github.com/buildbot/buildbot/commit/a5a65e829d910223c7b47f2a33fae84e3ad18e02
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-29 (Fri, 29 Nov 2013)

  Changed paths:
    M master/buildbot/steps/transfer.py

  Log Message:
  -----------
  Pulled runTransferCommand up to _TransferBuildStep

Formerly runUploadCommand of MultipleFileUpload.
The runTransferCommand function adds a callback to extract the result
from the command instance and (optionally) ann error callback to
cancel the command's writer.


  Commit: d7315892ccc3ccbed3ce1b9fa43e8f5562166c50
      https://github.com/buildbot/buildbot/commit/d7315892ccc3ccbed3ce1b9fa43e8f5562166c50
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-29 (Fri, 29 Nov 2013)

  Changed paths:
    M master/buildbot/steps/transfer.py
    M master/buildbot/test/unit/test_steps_transfer.py

  Log Message:
  -----------
  Added test cases for upload errors


  Commit: 1844d495cbd8de2e6ddddcae66e458f125c3dd55
      https://github.com/buildbot/buildbot/commit/1844d495cbd8de2e6ddddcae66e458f125c3dd55
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_transfer.py

  Log Message:
  -----------
  Cleanup


  Commit: 2a7026e7354bddff0332771e7439fa70d1ebb67d
      https://github.com/buildbot/buildbot/commit/2a7026e7354bddff0332771e7439fa70d1ebb67d
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Added doc, example for uploadDone hooks


  Commit: 70f2e06e6cb49f0108d6c2d8ee4907e7e24a828a
      https://github.com/buildbot/buildbot/commit/70f2e06e6cb49f0108d6c2d8ee4907e7e24a828a
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M master/buildbot/steps/transfer.py
    M master/buildbot/test/unit/test_steps_transfer.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'multiple-file-upload' of git://github.com/jpommerening/buildbot

+autopep8


Compare: https://github.com/buildbot/buildbot/compare/1bda7907dbf2...70f2e06e6cb4


More information about the Commits mailing list