You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2015/12/02 19:34:11 UTC

[jira] [Comment Edited] (SOLR-8353) Support regex for skipping license checksums

    [ https://issues.apache.org/jira/browse/SOLR-8353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15036329#comment-15036329 ] 

Mark Miller edited comment on SOLR-8353 at 12/2/15 6:34 PM:
------------------------------------------------------------

bq. I can see it easily leading us down a road to developer sloppiness if this is allowed.

One, it's not allowed. (eg it's just a local option - you can't make it a default or official jenkins override)

Two, every developer can make all kinds of optional changes to the build - they can even override the version via sys prop! But they all happen to know that if they change the build params, they can't really expect the official build to pass anymore and if they forget, like other deviations, jenkins will admonish them.


was (Author: markrmiller@gmail.com):
bq. I can see it easily leading us down a road to developer sloppiness if this is allowed.

One, it's not allowed.

Two, every developer can make all kinds of optional changes to the build - they can even override the version via sys prop! But they all happen to know that if they change the build params, they can't really expect the official build to pass anymore and if they forget, like other deviations, jenkins will admonish them.

> Support regex for skipping license checksums
> --------------------------------------------
>
>                 Key: SOLR-8353
>                 URL: https://issues.apache.org/jira/browse/SOLR-8353
>             Project: Solr
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Gregory Chanan
>         Attachments: SOLR-8353.patch
>
>
> It would be useful to be able to specify a regex for license checksums to skip in the build.  Currently there are only two supported values:
> 1) skipChecksum (i.e. regex=*)
> 2) skipSnapshotsChecksum (i.e. regex=*-SNAPSHOT-*)
> A regex would be more flexible and allow testing the entire build while skipping a more limited set of checksums, e.g.:
> a) an individual library (i.e. regex=joda-time*)
> b) a suite of libraries (i.e. regex=hadoop*)
> We could make skipChecksum and skipSnapshotsChecksum continue to work for backwards compatbility reasons.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org