smoketesting svn revision check

2013-05-07 Thread Robert Muir
This prevents the possibility of using 'ant nightly-smoke' to test changes to the build system before committing. Thats because your checkout will always have a 'modified' revision and cause it to fail vs the checkout: For example below: 5.0.0 1479917M vs 5.0.0 1479917 - rmuir - 2013-05-07

Re: smoketesting svn revision check

2013-05-07 Thread Robert Muir
Here's my idea... and 'ant nightly-smoke' passes 'skip' for this argument. rmuir@beast:~/workspace/lucene-trunk3/dev-tools/scripts$ svn diff Index: smokeTestRelease.py === --- smokeTestRelease.py(revision 1479917) +++

Re: smoketesting svn revision check

2013-05-07 Thread Steve Rowe
+1, thanks Robert, sorry I didn't think of this when I added the svn revision check. On May 7, 2013, at 8:48 AM, Robert Muir rcm...@gmail.com wrote: Here's my idea... and 'ant nightly-smoke' passes 'skip' for this argument. rmuir@beast:~/workspace/lucene-trunk3/dev-tools/scripts$ svn diff