Skip to content

Commit 0302efc

Browse files
committed
Updated buildout config files
1 parent ac377ab commit 0302efc

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ all: run
1515
help:
1616
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n\nTargets:\n"} /^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-10s\033[0m %s\n", $$1, $$2 }' $(MAKEFILE_LIST)
1717

18+
# if command -v virtualenv-2.7; then virtualenv-2.7 . ; elif command -v python2 >/dev/null && command -v virtualenv; then virtualenv -p python2 . ; fi
19+
1820
.PHONY: setup
1921
setup: ## Setups environment
20-
# if command -v virtualenv-2.7; then virtualenv-2.7 . ; elif command -v python2 >/dev/null && command -v virtualenv; then virtualenv -p python2 . ; fi
2122
virtualenv .
2223
./bin/pip install --upgrade pip
2324
./bin/pip install -r requirements.txt

dev.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ auto-checkout +=
8080
;# plone.dexterity
8181
;# plone.restapi
8282
; plonetheme.imioapps
83+
z3c.table
8384

8485
[instance1]
8586
;initialization = import shutup; shutup.please()

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
-c https://dist.plone.org/release/6.1-latest/requirements.txt
22
setuptools
33
zc.buildout
4+
# horse-with-no-namespace

sources.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ imio.wsrequest.core = git ${remotes:imio}/imio.wsrequest.core.git pushurl=${remo
1919
imio.wsresponse.core = git ${remotes:imio}/imio.wsresponse.core.git pushurl=${remotes:imio_push}/imio.wsresponse.core.git
2020
imio.zamqp.core = git ${remotes:imio}/imio.zamqp.core.git pushurl=${remotes:imio_push}/imio.zamqp.core.git
2121
imio.zamqp.dms = git ${remotes:imio}/imio.zamqp.dms.git pushurl=${remotes:imio_push}/imio.zamqp.dms.git
22-
plone.formwidget.contenttree = git ${remotes:plone}/plone.formwidget.contenttree.git pushurl=${remotes:plone_push}/plone.formwidget.contenttree.git
22+
plone.formwidget.contenttree = git ${remotes:plone}/plone.formwidget.contenttree.git pushurl=${remotes:plone_push}/plone.formwidget.contenttree.git branch=python3
2323
plone.formwidget.datetime = git ${remotes:sge}/plone.formwidget.datetime.git pushurl=${remotes:sge_push}/plone.formwidget.datetime.git
24-
plone.formwidget.masterselect = git ${remotes:collective}/plone.formwidget.masterselect.git pushurl=${remotes:collective_push}/plone.formwidget.masterselect.git
24+
plone.formwidget.masterselect = git ${remotes:collective}/plone.formwidget.masterselect.git pushurl=${remotes:collective_push}/plone.formwidget.masterselect.git branch=plone6_compatibility
2525
plone.app.jquerytools = git ${remotes:plone}/plone.app.jquerytools.git pushurl=${remotes:plone_push}/plone.app.jquerytools.git branch=master
2626
collective.contact.contactlist = git ${remotes:collective}/collective.contact.contactlist.git pushurl=${remotes:collective_push}/collective.contact.contactlist.git
2727

@@ -55,7 +55,7 @@ collective.z3cform.datagridfield = git ${remotes:collective}/collective.z3cform.
5555
collective.z3cform.select2 = git ${remotes:collective}/collective.z3cform.select2.git pushurl=${remotes:collective_push}/collective.z3cform.select2.git branch=plone6
5656
collective.wfadaptations = git ${remotes:collective}/collective.wfadaptations.git pushurl=${remotes:collective_push}/collective.wfadaptations.git
5757
communesplone.layout = git ${remotes:imio}/communesplone.layout.git pushurl=${remotes:imio_push}/communesplone.layout.git branch=python3
58-
dexterity.localroles = git ${remotes:collective}/dexterity.localroles.git pushurl=${remotes:collective_push}/dexterity.localroles.git branch=plone61
58+
dexterity.localroles = git ${remotes:collective}/dexterity.localroles.git pushurl=${remotes:collective_push}/dexterity.localroles.git
5959
dexterity.localrolesfield = git ${remotes:collective}/dexterity.localrolesfield.git pushurl=${remotes:collective_push}/dexterity.localrolesfield.git branch=plone61
6060
eea.facetednavigation = git ${remotes:collective}/eea.facetednavigation.git pushurl=${remotes:collective_push}/eea.facetednavigation.git branch=master
6161
ftw.labels = git https://github.com/IMIO/ftw.labels.git pushurl=git@github.com:IMIO/ftw.labels.git branch=python3
@@ -78,6 +78,7 @@ plone.formwidget.autocomplete = git ${remotes:plone}/plone.formwidget.autocomple
7878
plone.restapi = git ${remotes:plone}/plone.restapi.git pushurl=${remotes:plone_push}/plone.restapi.git
7979
plonetheme.imioapps = git ${remotes:imio}/plonetheme.imioapps.git pushurl=${remotes:imio_push}/plonetheme.imioapps.git branch=python3
8080
Products.PasswordStrength = git ${remotes:collective}/Products.PasswordStrength.git pushurl=${remotes:collective_push}/Products.PasswordStrength.git branch=master
81+
z3c.table = git ${remotes:zopefoundation}/z3c.table.git pushurl=${remotes:zopefoundation_push}/z3c.table.git
8182
Products.ZCatalog = git ${remotes:zopefoundation}/Products.ZCatalog.git pushurl=${remotes:zopefoundation_push}/Products.ZCatalog.git
8283

8384

0 commit comments

Comments
 (0)