[ https://issues.apache.org/jira/browse/LUCENE-4612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13528181#comment-13528181 ]
Robert Muir commented on LUCENE-4612: ------------------------------------- i don't like adding svn:ignores for things like this (in this case, really, its just like having an output directory full of java classes). for now i'm testing just running the py script with a CWD in the build directory: {noformat} Index: build.xml =================================================================== --- build.xml (revision 1419557) +++ build.xml (working copy) @@ -276,7 +276,7 @@ <fileset dir="solr/build/docs/changes"/> </copy> <makeurl file="${fakeRelease}" validate="false" property="fakeRelease.uri"/> - <exec executable="${python32.exe}" failonerror="true"> + <exec executable="${python32.exe}" failonerror="true" dir="${fakeReleaseTmp}"> <arg value="-u"/> <arg file="dev-tools/scripts/smokeTestRelease.py"/> <arg value="${fakeRelease.uri}"/> {noformat} Unfortunately it takes 45 minutes to know if it works :) if this works i would recommend we just add an ant task for manual smoking too just to keep everything clean. > ant nightly-smoke leaves a dirty checkout > ----------------------------------------- > > Key: LUCENE-4612 > URL: https://issues.apache.org/jira/browse/LUCENE-4612 > Project: Lucene - Core > Issue Type: Bug > Reporter: Robert Muir > > ? dev-tools/scripts/__pycache__ > Can we not leave this around? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org