[issue23160] Respect the environment variable SVNROOT in external-common.bat

2015-01-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 45e2c95bb802 by Steve Dower in branch '3.4': Closes #23160: Respect the environment variable SVNROOT in external-common.bat (patch by anselm.kruis) https://hg.python.org/cpython/rev/45e2c95bb802 -- ___ P

[issue23160] Respect the environment variable SVNROOT in external-common.bat

2015-01-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 294501835890 by Steve Dower in branch '2.7': Closes #23160: Respect the environment variable SVNROOT in external-common.bat (patch by anselm.kruis) https://hg.python.org/cpython/rev/294501835890 -- nosy: +python-dev resolution: -> fixed st

[issue23160] Respect the environment variable SVNROOT in external-common.bat

2015-01-12 Thread Anselm Kruis
Anselm Kruis added the comment: Your guess is correct, it will be a null merge into default. -- ___ Python tracker ___ ___ Python-bugs

[issue23160] Respect the environment variable SVNROOT in external-common.bat

2015-01-06 Thread Steve Dower
Steve Dower added the comment: Don't have time to apply them right now, but the patches look fine. I guess it'll null-merge into default, since 3.5 is unaffected? -- ___ Python tracker

[issue23160] Respect the environment variable SVNROOT in external-common.bat

2015-01-05 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue23160] Respect the environment variable SVNROOT in external-common.bat

2015-01-05 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +steve.dower ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue23160] Respect the environment variable SVNROOT in external-common.bat

2015-01-03 Thread Anselm Kruis
Anselm Kruis added the comment: Patch for 2.7 -- nosy: +zach.ware Added file: http://bugs.python.org/file37594/issue23160-2.7.diff ___ Python tracker ___

[issue23160] Respect the environment variable SVNROOT in external-common.bat

2015-01-03 Thread Anselm Kruis
Anselm Kruis added the comment: Patch for 3.4 -- keywords: +patch Added file: http://bugs.python.org/file37593/issue23160-3.4.diff ___ Python tracker ___

[issue23160] Respect the environment variable SVNROOT in external-common.bat

2015-01-03 Thread Anselm Kruis
New submission from Anselm Kruis: Issue #21907 introduced the environment variable SVNROOT in PCbuild/get_externals.bat. I propose to use the same variable in Tools/buildbot/external-common.bat too. This batch contains many verbatim copies of the SVN-URL. With the provided patch, it would beco