Hoss Man created SOLR-7469:
------------------------------

             Summary: check-licenses happily ignoring incorrect start.jar.sha1, 
current start.jar.sha1 on trunk is out of date.
                 Key: SOLR-7469
                 URL: https://issues.apache.org/jira/browse/SOLR-7469
             Project: Solr
          Issue Type: Task
            Reporter: Hoss Man
            Assignee: Hoss Man
            Priority: Blocker
             Fix For: 5.2


as of r1675948, "ant clean jar-checksums" results in a modified 
solr/licenses/start.jar.sha1 ...

{noformat}
hossman@frisbee:~/lucene/dev$ svn diff
Index: solr/licenses/start.jar.sha1
===================================================================
--- solr/licenses/start.jar.sha1        (revision 1675948)
+++ solr/licenses/start.jar.sha1        (working copy)
@@ -1 +1 @@
-24e798bde886e1430978ece6c4aa90d781e2da30
+b91b72f9167cce4c1caea0f8363fd9984456e34d
{noformat}

...so apparently the version of start.jar we're fetching from ivy & using in 
solr changed at some point w/o the SHA1 being updated?

apparently because "check-licenses" is explicitly ignoring start.jar...

{noformat}
        <!-- Exclude start.jar only (it'd be weird to have a license file 
there?) -->
        <exclude name="server/start.jar" />
{noformat}

...this is seriously messed up.  we need to fix this.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to