Lines Matching refs:the

1 # Licensed to the Apache Software Foundation (ASF) under one or more
2 # contributor license agreements. See the NOTICE file distributed with
4 # The ASF licenses this file to You under the Apache License, Version 2.0
5 # (the "License"); you may not use this file except in compliance with
6 # the License. You may obtain a copy of the License at
11 # distributed under the License is distributed on an "AS IS" BASIS,
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
35 # This tool expects to find /lucene and /solr off the base URL. You
77 # + verify KEYS contains key that signed the release
91 # Set to True to avoid re-downloading the packages...
247 # Forward any GPG warnings, except the expected one (since its a clean world)
255 # Test trust (this is done with the real users config)
514 raise RuntimeError('Solr\'s NOTICE.txt does not have the verbatim copy, plus header/footer, of Lucene\'s NOTICE.txt')
621 # Locate the release branch in subversion
663 print ' verify that non-Mavenized deps are same as in the binary distribution...'
665 print ' verify that Maven artifacts are same as in the binary distribution...'
685 if project == 'solr': # unpack the Solr war
736 # TODO: Either fix the build to ensure that maven artifacts *are* identical, or recursively compare contents
775 - check for non-mavenized dependencies listed in the grandfather POM template
777 artifact path to the original jar path
881 # Forward any GPG warnings, except the expected one (since its a clean world)
890 # Test trust (this is done with the real users config)
919 its filepath, and verify that the corresponding artifact exists.
930 # Verify that the corresponding artifact exists
962 # Use the POM templates under dev-tools/maven/ in the local working copy
963 # sys.path[0] is the directory containing this script: dev-tools/scripts/