We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8589c15 commit e522e6cCopy full SHA for e522e6c
checkouts.cfg
@@ -1,6 +1,7 @@
1
[buildout]
2
always-checkout = force
3
auto-checkout +=
4
+ imio.annex
5
imio.helpers
6
7
[remotes]
@@ -17,4 +18,6 @@ collective = https://github.com/collective
17
18
collective_push = git@github.com:collective
19
20
[sources]
21
+imio.annex = git ${remotes:imio}/imio.annex.git pushurl=${remotes:imio_push}/imio.annex.git
22
imio.helpers = git ${remotes:imio}/imio.helpers.git pushurl=${remotes:imio_push}/imio.helpers.git
23
+
0 commit comments