[Buildbot-commits] [buildbot/buildbot] b5768a: Builds on language environment patch from Alice fo...

GitHub noreply at github.com
Wed Feb 27 19:31:57 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: b5768a4cf6521b1cd2e4a113c5e210d9759d133a
      https://github.com/buildbot/buildbot/commit/b5768a4cf6521b1cd2e4a113c5e210d9759d133a
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-01-12 (Sat, 12 Jan 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py

  Log Message:
  -----------
  Builds on language environment patch from Alice for ticket 2419


  Commit: b975815821a246b6df6cf6fe7b13b5edbe0b399b
      https://github.com/buildbot/buildbot/commit/b975815821a246b6df6cf6fe7b13b5edbe0b399b
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-01-17 (Thu, 17 Jan 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py

  Log Message:
  -----------
  As per irc discussion with tomprince, wrapped 'getElementsByTagName' in
try and added code for storing in Step log file. Addresses log.err issue
in pull request comment


  Commit: 7ec49b2183865e11a3d068be80acdb5c19284086
      https://github.com/buildbot/buildbot/commit/7ec49b2183865e11a3d068be80acdb5c19284086
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-01-20 (Sun, 20 Jan 2013)

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

  Log Message:
  -----------
  Partial Test changes for 2419fix


  Commit: 7df0f7bd8f58f557fecee3b893ffe54ad4c6a12b
      https://github.com/buildbot/buildbot/commit/7df0f7bd8f58f557fecee3b893ffe54ad4c6a12b
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_svn.py

  Log Message:
  -----------
  Modified as per recent comments in pull request and discussion on IRC.
Added test changes for failure conditions for parseGotRevision


  Commit: 163c0083031bfab46c82b0053affad0ad371335a
      https://github.com/buildbot/buildbot/commit/163c0083031bfab46c82b0053affad0ad371335a
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

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

  Log Message:
  -----------
  Fixes the function definition with the proper check in test revision for
integer value case


  Commit: becafc679a1e386f22bda9fae38e3c5087dba04a
      https://github.com/buildbot/buildbot/commit/becafc679a1e386f22bda9fae38e3c5087dba04a
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-02-12 (Tue, 12 Feb 2013)

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

  Log Message:
  -----------
  Fixes incorrect symbol used in test function, and indentation


  Commit: 82ccb0418d2dfc7c2c21e70a5fe620f6e95523e8
      https://github.com/buildbot/buildbot/commit/82ccb0418d2dfc7c2c21e70a5fe620f6e95523e8
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-02-16 (Sat, 16 Feb 2013)

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

  Log Message:
  -----------
  Fixes test_corrupt_xml and updated broken test_revision_non_integer


  Commit: 101c137666ca961dbe4583bf2bd8f16eb31b5a75
      https://github.com/buildbot/buildbot/commit/101c137666ca961dbe4583bf2bd8f16eb31b5a75
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

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

  Log Message:
  -----------
  Fixes test_revision_noninteger function


  Commit: a90720c28d15b3ec7f1d38b9f14b9e56800946ef
      https://github.com/buildbot/buildbot/commit/a90720c28d15b3ec7f1d38b9f14b9e56800946ef
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-02-20 (Wed, 20 Feb 2013)

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

  Log Message:
  -----------
  Fixes test_getUnversionedFiles_corrupted_xml test


  Commit: a62e36630c56fa6c9b528db8e606974fec8b9419
      https://github.com/buildbot/buildbot/commit/a62e36630c56fa6c9b528db8e606974fec8b9419
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_svn.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/2419fix' into 2419fix


  Commit: c30fb36e899c65d91134b2121a629119bdea6c12
      https://github.com/buildbot/buildbot/commit/c30fb36e899c65d91134b2121a629119bdea6c12
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_svn.py

  Log Message:
  -----------
  Merge branch '2419fix' of git://github.com/ShriramK/buildbot


Compare: https://github.com/buildbot/buildbot/compare/0b6661afbfab...c30fb36e899c


More information about the Commits mailing list