Skip to content

Commit 1096752

Browse files
Merge pull request #18572 from mfojtik/publisher-rules
Automatic merge from submit-queue. add publishing rules @sttts @deads2k PTAL
2 parents d3da6a3 + 529c1ec commit 1096752

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

publishing-rules.yaml

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
skip-godeps: true
2+
rules:
3+
- destination: kubernetes
4+
branches:
5+
- name: release-1.9.1
6+
source:
7+
branch: master
8+
dir: vendor/k8s.io/kubernetes
9+
- destination: kubernetes-gengo
10+
branches:
11+
- name: openshift-3.9
12+
source:
13+
branch: master
14+
dir: vendor/k8s.io/gengo
15+
- destination: google-certificate-transparency
16+
branches:
17+
- name: master
18+
source:
19+
branch: master
20+
dir: vendor/github.com/google/certificate-transparency
21+
- destination: emicklei-go-restful-swagger12
22+
branches:
23+
- name: release-1.0.1
24+
source:
25+
branch: master
26+
dir: vendor/github.com/emicklei/go-restful-swagger12
27+
- destination: cloudflare-cfssl
28+
branches:
29+
- name: stable-20160905
30+
source:
31+
branch: master
32+
dir: vendor/github.com/cloudflare/cfssl
33+
- destination: skynetservices-skydns
34+
branches:
35+
- name: release-2.5.3a
36+
source:
37+
branch: master
38+
dir: vendor/github.com/openshift/skynetservices-skydns
39+
- destination: onsi-ginkgo
40+
branches:
41+
- name: release-v1.2.0
42+
source:
43+
branch: master
44+
dir: vendor/github.com/onsi/ginkgo
45+
- destination: containers-image
46+
branches:
47+
- name: openshift-3.8
48+
source:
49+
branch: master
50+
dir: vendor/github.com/containers/image
51+
- destination: opencontainers-runc
52+
branches:
53+
- name: openshift-3.9
54+
source:
55+
branch: master
56+
dir: vendor/github.com/opencontainers/runc
57+
- destination: google-cadvisor
58+
branches:
59+
- name: release-v0.28.3
60+
source:
61+
branch: master
62+
dir: vendor/github.com/google/cadvisor
63+
- destination: docker-distribution
64+
branches:
65+
- name: release-2.6.0
66+
source:
67+
branch: master
68+
dir: vendor/github.com/docker/distribution

0 commit comments

Comments
 (0)