-
Notifications
You must be signed in to change notification settings - Fork 1
/
betka-prod.yaml
42 lines (37 loc) · 1.13 KB
/
betka-prod.yaml
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
---
name: Fedora configuration file for betka.
version: "1"
api_key: ""
# Sync only f33, f34, f35 branches
synchronize_branches: ["f34", "f35"]
dist_git_repos:
s2i-base:
url: https://github.com/sclorg/s2i-base-container
s2i-core:
url: https://github.com/sclorg/s2i-base-container
python3:
url: https://github.com/sclorg/s2i-python-container
nginx:
url: https://github.com/sclorg/nginx-container
nodejs:
url: https://github.com/sclorg/s2i-nodejs-container
httpd:
url: https://github.com/sclorg/httpd-container
ruby:
url: https://github.com/sclorg/s2i-ruby-container
mysql:
url: https://github.com/sclorg/mysql-container
perl:
url: https://github.com/sclorg/s2i-perl-container
php:
url: https://github.com/sclorg/s2i-php-container
mariadb:
url: https://github.com/sclorg/mariadb-container
postgresql:
url: https://github.com/sclorg/postgresql-container
redis:
url: https://github.com/sclorg/redis-container
varnish:
url: https://github.com/sclorg/varnish-container
master_commit_message: "Upstream master commit hash {hash}"
downstream_master_msg: "[betka-master-sync]"