-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
sources.ini
55 lines (42 loc) · 1.28 KB
/
sources.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[settings]
# This is a mxdev configuration file
#
# available options are documented at
# https://pypi.org/project/mxdev/
#
# read also README_MAKE.md in this folder
#
requirements-in = requirements.txt
requirements-out = requirements-mxdev.txt
# ignore own dev-package from existing constraints
# because it is pinned in the plone-release
ignores =
plone.app.standardtiles
version-overrides =
# variables
# github = git+ssh://[email protected]/
github = git+https://github.com/
# [plone.app.blocks]
# url = ${settings:github}plone/plone.app.blocks
# [plone.app.drafts]
# url = ${settings:github}plone/plone.app.drafts.git
# [plone.app.mosaic]
# url = ${settings:github}plone/plone.app.mosaic.git
# branch = barceloneta-lts
# [plone.app.tiles]
# url = ${settings:github}plone/plone.app.tiles.git
# [plone.tiles]
# url = ${settings:github}plone/plone.tiles.git
# [plone.subrequest]
# url = ${settings:github}plone/plone.subrequest.git
# [plone.jsonserializer]
# url = ${settings:github}/plone.jsonserializer.git
# [plone.base]
# url = ${settings:github}plone/plone.base.git
# branch = master
# [collective.themefragments]
# url = ${settings:github}/collective/collective.themefragments.git
# mode = skip
# [mosaiclayouts]
# url = ${remotes:collective}/collective/mosaiclayouts.git
# mode = skip