-
Notifications
You must be signed in to change notification settings - Fork 22
/
monorepo-builder.yml
93 lines (92 loc) · 6.59 KB
/
monorepo-builder.yml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
parameters:
package_alias_format: '<major>.x-dev'
merge_sections:
- 'autoload'
directories_to_repositories:
packages/zend-acl: 'https://github.com/zf1s/zend-acl.git'
packages/zend-amf: 'https://github.com/zf1s/zend-amf.git'
packages/zend-application: 'https://github.com/zf1s/zend-application.git'
packages/zend-auth: 'https://github.com/zf1s/zend-auth.git'
packages/zend-barcode: 'https://github.com/zf1s/zend-barcode.git'
packages/zend-cache: 'https://github.com/zf1s/zend-cache.git'
packages/zend-captcha: 'https://github.com/zf1s/zend-captcha.git'
packages/zend-cloud: 'https://github.com/zf1s/zend-cloud.git'
packages/zend-codegenerator: 'https://github.com/zf1s/zend-codegenerator.git'
packages/zend-config: 'https://github.com/zf1s/zend-config.git'
packages/zend-console-getopt: 'https://github.com/zf1s/zend-console-getopt.git'
packages/zend-controller: 'https://github.com/zf1s/zend-controller.git'
packages/zend-crypt: 'https://github.com/zf1s/zend-crypt.git'
packages/zend-currency: 'https://github.com/zf1s/zend-currency.git'
packages/zend-date: 'https://github.com/zf1s/zend-date.git'
packages/zend-db: 'https://github.com/zf1s/zend-db.git'
packages/zend-debug: 'https://github.com/zf1s/zend-debug.git'
packages/zend-dojo: 'https://github.com/zf1s/zend-dojo.git'
packages/zend-dom: 'https://github.com/zf1s/zend-dom.git'
packages/zend-eventmanager: 'https://github.com/zf1s/zend-eventmanager.git'
packages/zend-exception: 'https://github.com/zf1s/zend-exception.git'
packages/zend-feed: 'https://github.com/zf1s/zend-feed.git'
packages/zend-file: 'https://github.com/zf1s/zend-file.git'
packages/zend-file-transfer: 'https://github.com/zf1s/zend-file-transfer.git'
packages/zend-filter: 'https://github.com/zf1s/zend-filter.git'
packages/zend-form: 'https://github.com/zf1s/zend-form.git'
packages/zend-gdata: 'https://github.com/zf1s/zend-gdata.git'
packages/zend-http: 'https://github.com/zf1s/zend-http.git'
packages/zend-json: 'https://github.com/zf1s/zend-json.git'
packages/zend-layout: 'https://github.com/zf1s/zend-layout.git'
packages/zend-ldap: 'https://github.com/zf1s/zend-ldap.git'
packages/zend-loader: 'https://github.com/zf1s/zend-loader.git'
packages/zend-locale: 'https://github.com/zf1s/zend-locale.git'
packages/zend-log: 'https://github.com/zf1s/zend-log.git'
packages/zend-mail: 'https://github.com/zf1s/zend-mail.git'
packages/zend-markup: 'https://github.com/zf1s/zend-markup.git'
packages/zend-measure: 'https://github.com/zf1s/zend-measure.git'
packages/zend-memory: 'https://github.com/zf1s/zend-memory.git'
packages/zend-mime: 'https://github.com/zf1s/zend-mime.git'
packages/zend-mobile: 'https://github.com/zf1s/zend-mobile.git'
packages/zend-navigation: 'https://github.com/zf1s/zend-navigation.git'
packages/zend-oauth: 'https://github.com/zf1s/zend-oauth.git'
packages/zend-openid: 'https://github.com/zf1s/zend-openid.git'
packages/zend-paginator: 'https://github.com/zf1s/zend-paginator.git'
packages/zend-pdf: 'https://github.com/zf1s/zend-pdf.git'
packages/zend-progressbar: 'https://github.com/zf1s/zend-progressbar.git'
packages/zend-queue: 'https://github.com/zf1s/zend-queue.git'
packages/zend-reflection: 'https://github.com/zf1s/zend-reflection.git'
packages/zend-registry: 'https://github.com/zf1s/zend-registry.git'
packages/zend-rest: 'https://github.com/zf1s/zend-rest.git'
packages/zend-search: 'https://github.com/zf1s/zend-search.git'
packages/zend-search-lucene: 'https://github.com/zf1s/zend-search-lucene.git'
packages/zend-serializer: 'https://github.com/zf1s/zend-serializer.git'
packages/zend-server: 'https://github.com/zf1s/zend-server.git'
packages/zend-service: 'https://github.com/zf1s/zend-service.git'
packages/zend-service-akismet: 'https://github.com/zf1s/zend-service-akismet.git'
packages/zend-service-amazon: 'https://github.com/zf1s/zend-service-amazon.git'
packages/zend-service-audioscrobbler: 'https://github.com/zf1s/zend-service-audioscrobbler.git'
packages/zend-service-console: 'https://github.com/zf1s/zend-service-console.git'
packages/zend-service-delicious: 'https://github.com/zf1s/zend-service-delicious.git'
packages/zend-service-ebay: 'https://github.com/zf1s/zend-service-ebay.git'
packages/zend-service-flickr: 'https://github.com/zf1s/zend-service-flickr.git'
packages/zend-service-livedocx: 'https://github.com/zf1s/zend-service-livedocx.git'
packages/zend-service-rackspace: 'https://github.com/zf1s/zend-service-rackspace.git'
packages/zend-service-recaptcha: 'https://github.com/zf1s/zend-service-recaptcha.git'
packages/zend-service-shorturl: 'https://github.com/zf1s/zend-service-shorturl.git'
packages/zend-service-slideshare: 'https://github.com/zf1s/zend-service-slideshare.git'
packages/zend-service-strikeiron: 'https://github.com/zf1s/zend-service-strikeiron.git'
packages/zend-service-twitter: 'https://github.com/zf1s/zend-service-twitter.git'
packages/zend-service-windowsazure: 'https://github.com/zf1s/zend-service-windowsazure.git'
packages/zend-service-yahoo: 'https://github.com/zf1s/zend-service-yahoo.git'
packages/zend-session: 'https://github.com/zf1s/zend-session.git'
packages/zend-soap: 'https://github.com/zf1s/zend-soap.git'
packages/zend-stdlib: 'https://github.com/zf1s/zend-stdlib.git'
packages/zend-tag: 'https://github.com/zf1s/zend-tag.git'
packages/zend-test: 'https://github.com/zf1s/zend-test.git'
packages/zend-text: 'https://github.com/zf1s/zend-text.git'
packages/zend-timesync: 'https://github.com/zf1s/zend-timesync.git'
packages/zend-tool: 'https://github.com/zf1s/zend-tool.git'
packages/zend-translate: 'https://github.com/zf1s/zend-translate.git'
packages/zend-uri: 'https://github.com/zf1s/zend-uri.git'
packages/zend-validate: 'https://github.com/zf1s/zend-validate.git'
packages/zend-version: 'https://github.com/zf1s/zend-version.git'
packages/zend-view: 'https://github.com/zf1s/zend-view.git'
packages/zend-wildfire: 'https://github.com/zf1s/zend-wildfire.git'
packages/zend-xml: 'https://github.com/zf1s/zend-xml.git'
packages/zend-xmlrpc: 'https://github.com/zf1s/zend-xmlrpc.git'