There's no real standard; just people doing what they like and observing what others do.
Note that commits to branches following the pattern (lucene|solr).* (i.e. that which start with "lucene" or "solr") will *not* get an automated comment on corresponding JIRA issues. All others continue to. ASF infra got this done for us: https://issues.apache.org/jira/browse/INFRA-11198 I recommend you start a branch with "solr" or "SOLR" if you are going to work on a Solr issue. This way if you merge in changes from master, you won't spam the related issues with comments. ~ David On Fri, Nov 2, 2018 at 7:46 AM Gus Heck <[email protected]> wrote: > I'm curious about the branch naming here. I notice this is jira/ and there > are several other such heads in the repository. What's the convention or > significance here for this jira/ prefix? > > On Fri, Nov 2, 2018 at 6:12 AM <[email protected]> wrote: > >> Repository: lucene-solr >> Updated Branches: >> refs/heads/jira/gradle c9cb4fe96 -> 4a12fffb7 >> >> >> Parallel running tests >> >> >> Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo >> Commit: >> http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/4a12fffb >> Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4a12fffb >> Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4a12fffb >> >> Branch: refs/heads/jira/gradle >> Commit: 4a12fffb751078c2dfdf427617dd5ed9c52c7378 >> Parents: c9cb4fe >> Author: Cao Manh Dat <[email protected]> >> Authored: Fri Nov 2 10:11:47 2018 +0000 >> Committer: Cao Manh Dat <[email protected]> >> Committed: Fri Nov 2 10:11:47 2018 +0000 >> >> ---------------------------------------------------------------------- >> build.gradle | 6 +++++- >> 1 file changed, 5 insertions(+), 1 deletion(-) >> ---------------------------------------------------------------------- >> >> >> >> http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4a12fffb/build.gradle >> ---------------------------------------------------------------------- >> diff --git a/build.gradle b/build.gradle >> index df21ce8..27a351d 100644 >> --- a/build.gradle >> +++ b/build.gradle >> @@ -30,6 +30,10 @@ subprojects { >> systemProperty 'java.security.egd', >> 'file:/dev/./urandom' >> } >> } >> + tasks.withType(Test) { >> + maxParallelForks = Runtime.runtime.availableProcessors() >> / 2 >> + } >> + >> } >> >> // These versions are defined here because they represent >> @@ -308,4 +312,4 @@ ext.library = [ >> xz: "org.tukaani:xz:1.8", >> morfologik_ukrainian_search: >> "ua.net.nlp:morfologik-ukrainian-search:3.9.0", >> xercesImpl: "xerces:xercesImpl:2.9.1" >> -] >> \ No newline at end of file >> +] >> >> > > -- > http://www.the111shift.com > -- Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker LinkedIn: http://linkedin.com/in/davidwsmiley | Book: http://www.solrenterprisesearchserver.com
