Skip to content

Commit 676e1df

Browse files
committed
Updated collective.solr branch
1 parent 00aeeab commit 676e1df

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

.claude/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(bin/test:*)",
5+
"Bash(du:*)",
6+
"Bash(gh pr diff:*)",
7+
"Bash(gh pr view:*)",
8+
"Bash(ls:*)"
9+
]
10+
}
11+
}

solr.cfg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ collective.indexing = 2.1
1717
collective.js.showmore = 1.0a4
1818
collective.recipe.solrinstance = 5.3.3
1919
collective.recipe.template = 2.2
20-
;collective.solr = 8.4.2
2120
gocept.download = 0.9.5
2221
hexagonit.recipe.download = 1.7.1
2322
kitconcept.recipe.solr = 1.0.0a5
@@ -43,12 +42,10 @@ output = solr/core.properties
4342

4443
[solr]
4544
recipe = kitconcept.recipe.solr
46-
;src = http://archive.apache.org/dist/lucene/solr/8.11.1/solr-8.11.1.tgz
4745
src = https://archive.apache.org/dist/solr/solr/9.6.0/solr-9.6.0.tgz
4846
solr-config = solr
4947
port = ${port:solr-port}
5048

5149
[sources]
52-
;collective.solr = git ${remotes:collective}/collective.solr.git pushurl=${remotes:collective_push}/collective.solr.git branch=8.x.x-upgrade-4-improvments
53-
collective.solr = git ${remotes:imio}/collective.solr.git pushurl=${remotes:imio_push}/collective.solr.git branch=DMS-954-rebased
50+
collective.solr = git ${remotes:imio}/collective.solr.git pushurl=${remotes:imio_push}/collective.solr.git branch=plone-4-solr-9
5451
collective.indexing = git ${remotes:sge}/collective.indexing.git pushurl=${remotes:sge_push}/collective.indexing.git

0 commit comments

Comments
 (0)