Commit Graph

295 Commits

Author SHA1 Message Date
Steve Rowe 722e77a69d LUCENE-7542: Release smoker should fail when CHANGES.txt has a release section for a future release 2016-11-17 12:59:11 -05:00
Mikhail Khludnev fb4abd605d LUCENE-7534: fix smokeTestRelease.py to work on Cygwin 2016-11-11 21:20:14 +00:00
Jan Høydahl 9611478c7e SOLR-6871: Fix precommit - accept /solr/downloads.html as valid link
(cherry picked from commit d146354)
2016-09-22 10:53:21 +02:00
Steve Rowe 5d65deca53 LUCENE-7446: don't ask about version back-compatibility when we know it's not applicable (i.e., the version to be added is greater than the latest on the branch) 2016-09-13 11:25:22 -04:00
Steve Rowe ab5afedd55 LUCENE-7425: Port -path and -details options from the Perl version, and a couple other minor cleanups 2016-09-12 15:51:15 -04:00
Mike McCandless 07ebc563f0 LUCENE-7425: change from Perl to Python for our script to polling mirrors during the release process 2016-08-25 19:46:25 -04:00
Mike McCandless 6dfe73d5fe also accept ant 1.9.x in JAR manifest 2016-08-21 04:49:37 -04:00
Mike McCandless 4d879178c0 allow ant 1.9.x as well 2016-08-20 04:31:54 -04:00
Mike McCandless 3764959879 try to fix back compat version check again 2016-08-20 04:11:49 -04:00
Mike McCandless e9f3684967 swap version in is_back_compat_with calls 2016-08-20 04:05:00 -04:00
Steve Rowe 09a7e4da3c releasedJirasRegex.py: fixed comment about the limitations of the script 2016-06-27 16:32:49 -04:00
Steve Rowe 240dd35f21 Renamed manageRelease.py to releasedJirasRegex.py, cleaned it up a bit, fixed a bug (matching JIRAs not at the beginning of bullets), and added the ability to match older releases' numbered bullets. 2016-06-27 16:11:20 -04:00
Steve Rowe ea344f9c8f Simplify backcompat index file name creation 2016-06-27 12:57:28 -04:00
Steve Rowe d1a047ad6f Handle adding back compat indexes for versions that are no longer supported 2016-06-25 14:50:38 -04:00
Steve Rowe 9ee183f5ca Handle adding versions that are no longer supported 2016-06-25 14:50:29 -04:00
Steve Rowe a78db40720 Switch is-latest-version check from whether the branch types match to directly comparing the new version against the current version 2016-06-25 13:11:52 -04:00
Steve Rowe 1436e8d782 Add script to host release management tools. Currently performs a single task: makes regexes for all JIRAs included in a release by parsing the CHANGES.txt files 2016-06-24 19:17:06 -04:00
Steve Rowe 816b502025 Address Solr Changes.html problems: 1) In solr/CHANGES.txt, add a 'Versions of Major Components' section to the 6.2.0 and 6.1.0 releases; 2) In addVersion.py: when adding a new version to solr/CHANGES.txt, add a line referring to LUCENE_CHANGES.txt, and add a 'Versions of Major Components' section with versions interpolated from ivy-versions.properties; and 3) In changes2html.pl: allow section names to have up to 6 words (to handle 'Upgrading from Solr any prior release') 2016-06-13 20:17:59 -04:00
Steve Rowe 8ac7e3a0b1 LUCENE-7308: checkJavaDocs.py (called from documentation-lint): checkClassDetails(): reimplement detail item chunking to align with actual item boundaries, and to test the final item. 2016-06-01 13:42:16 -04:00
Steve Rowe 94c7ccd589 - Modernize example usage
- Fail if script version is incompatible with release version
2016-05-25 16:13:55 -04:00
Steve Rowe b32a2e1b73 fix smokeTestRelease.py directory interpolation 2016-05-24 00:20:23 -04:00
Steve Rowe d77686cad9 Hide 'git --version' output 2016-05-24 00:20:20 -04:00
Steve Rowe ceed8b7937 - In help text, show default RC number.
- In help text, state that the default --root value is '.' (the current directory)
2016-05-24 00:20:17 -04:00
Steve Rowe 0d4aa0b8d1 When there are unpushed commits, print out the full command used to show the commits 2016-05-24 00:20:14 -04:00
Steve Rowe 8412026265 Fix current branch detection 2016-05-24 00:20:11 -04:00
Steve Rowe b4cc5a56fc Check for unpushed commits only on the current branch 2016-05-24 00:20:06 -04:00
Steve Rowe 71169d5f86 os.isdir => os.path.isdir 2016-05-24 00:19:59 -04:00
Steve Rowe f742decb27 - Fail if there are unpushed commits in the Git working tree
- Drop obsolete "--push-remote" param
- Drop obsolete "--smoke-test" param
- Update example RM cmdline usage
- Support relative working tree root directory
- Convert "root" positional cmdline arg into an optional "--root" arg defaulting to '.'
- Use sys.executable instead of $PYTHON_EXEC when printing smoke tester cmdline
- Add new fail-fast checks:
   - Check for a functional "git" executable
   - Ensure "ant" version is 1.8.X
   - Ensure working tree is under Git control, and contains 'lucene/', 'solr/' and 'dev-tools/' dirs
2016-05-24 00:19:51 -04:00
Uwe Schindler 7bd6d94952 LUCENE-7292: Use '-release' instead of '-source/-target' during compilation on Java 9+ to ensure real cross-compilation 2016-05-20 22:25:28 +02:00
Steve Rowe f73997bb41 SOLR-9109: add missing comma in smokeTestRelease.py extras list 2016-05-16 19:31:40 -04:00
Steve Rowe 2dbc164072 SOLR-9109: tell the smoke tester and the check-lib-versions target about the renamed Ivy settings files 2016-05-16 18:51:36 -04:00
Steve Rowe 82bad7883d LUCENE-7265: Pull change id related code out of addVersion.py; rename 'major' BranchType to 'unstable'
Conflicts:
	dev-tools/scripts/addVersion.py
2016-05-13 18:38:48 -04:00
Steve Rowe e9e8e3ead9 addVersion.py (via scriptutil.py): fix name of the running script in error message 2016-05-13 17:23:37 -04:00
Steve Rowe 6e52d62f69 Improve addVersion.py: in Version.java, remove 'Use this to get the latest...' from the previous LATEST, and add it to the new LATEST 2016-05-13 17:23:12 -04:00
Steve Rowe da31173bf2 Revert "LUCENE-7265: Fix addVersion to cherry-pick downstream changes by using the change id"
This reverts commit 3ad0201e3e.
2016-05-13 16:35:15 -04:00
anshum 3ad0201e3e LUCENE-7265: Fix addVersion to cherry-pick downstream changes by using the change id 2016-04-28 17:34:50 -07:00
Jan Høydahl 485fd48c30 LUCENE-7155: Detect master/major branch using enum, abort on more errors
(cherry picked from commit 10c7757)
2016-04-12 12:51:43 +02:00
Jan Høydahl a7c171f512 LUCENE-7155: Script addVersion.py does not detect the new naming convention for bugfix branches
(cherry picked from commit 6e446c0)
2016-04-12 12:51:01 +02:00
nknize 82ed2383f0 replace svn up with git pull in buildAndPushRelease.py 2016-03-31 13:41:01 -05:00
David Smiley 7c69f27233 SOLR-6926: fix smokeTestRelease.py to stop calling ant example.
(cherry picked from commit e490b32)
2016-03-08 14:37:04 -05:00
Uwe Schindler 258d67e974 Update URL to Lucene's KEYS file 2016-03-07 11:23:03 +01:00
nknize 89db4950b9 LUCENE-7015: Refactor spatial module to spatial-extras
Refactors non GeoPoint* classes from existing spatial module to a new spatial-extras module. dev-tools, build, and project files are updated to include new spatial-extras module.
2016-02-29 16:18:39 -06:00
Steve Rowe ef965661ab LUCENE-7024, LUCENE-6938: fix smoke tester to pull pom.xml.template files from the Solr source distribution instead of from svn
(cherry-picked branch_5_5 commit f6a1bbf)
2016-02-14 19:27:26 -05:00
Mike McCandless 4d094975d9 LUCENE-6938: fix some places in smoke tester to accept git commit hash instead of svn revison
Conflicts:
	dev-tools/scripts/smokeTestRelease.py
2016-02-11 15:22:22 -05:00
Mike McCandless 83ebd1bb71 fix usage line 2016-02-11 10:24:09 -05:00
Mike McCandless 7509b9c969 LUCENE-6938: add TODO that we should also detect unpushed commits 2016-02-11 10:24:09 -05:00
Mike McCandless de9d4ac3b7 LUCENE-6938: fix buggy detection of dirty git checkout 2016-02-11 10:24:09 -05:00
Mike McCandless f8be973b94 LUCENE-6938: switch from svn to git 2016-02-11 09:55:54 -05:00
Mike McCandless 2514521b55 LUCENE-6938: addVersion can no longer do a --reord-only merge with git 2016-02-11 04:19:15 -05:00
Mike McCandless 70e61fd9e0 LUCENE-6938: switch from svn to git 2016-02-10 17:56:39 -05:00