[issue21383] "make touch" fails when the build directory is not the source directory

2014-05-22 Thread Ned Deily
Changes by Ned Deily : -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue21383] "make touch" fails when the build directory is not the source directory

2014-05-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1fd37eefa141 by Ned Deily in branch '2.7': Issue #21383: Allow "make touch" to work when building outside of the http://hg.python.org/cpython/rev/1fd37eefa141 New changeset 6f85967c908e by Ned Deily in branch '2.7': Issue #21383: OS X installer buil

[issue21383] "make touch" fails when the build directory is not the source directory

2014-05-11 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Pyth

[issue21383] "make touch" fails when the build directory is not the source directory

2014-05-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset bc160f985b7b by Ned Deily in branch '3.4': Issue #21383: Allow "make touch" to work when building outside of the http://hg.python.org/cpython/rev/bc160f985b7b New changeset 9493fdad2a75 by Ned Deily in branch 'default': Issue 21383: merge from 3.4 h

[issue21383] "make touch" fails when the build directory is not the source directory

2014-04-29 Thread Ned Deily
Changes by Ned Deily : -- keywords: +patch stage: -> patch review Added file: http://bugs.python.org/file35089/issue21383_make_touch.patch ___ Python tracker ___ ___

[issue21383] "make touch" fails when the build directory is not the source directory

2014-04-29 Thread Ned Deily
New submission from Ned Deily: make touch hg --config extensions.touch=Tools/hg/hgtouch.py touch -v *** failed to import extension touch from Tools/hg/hgtouch.py: [Errno 2] No such file or directory: 'Tools/hg/hgtouch.py' hg: unknown command 'touch' -- components: Build messages: 217497