Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82b9c3b753 | ||
|
|
9b9facaf28 | ||
|
|
021eb6ae2c | ||
|
|
7142c18265 | ||
|
|
23f709b601 | ||
|
|
dff2dc8e3b | ||
|
|
e056faf982 | ||
|
|
995ad5e0d2 | ||
|
|
d0979948f1 | ||
|
|
10a4b3064a | ||
|
|
777c76868d |
4 changed files with 1 additions and 27 deletions
0
.gitignore
vendored
0
.gitignore
vendored
27
bot-cfg.yml
27
bot-cfg.yml
|
|
@ -1,27 +0,0 @@
|
||||||
version: "1"
|
|
||||||
|
|
||||||
betka:
|
|
||||||
# is betka enabled for this repository
|
|
||||||
# optional - defaults to false
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
# optional
|
|
||||||
notifications:
|
|
||||||
email_addresses: ["phracek@redhat.com", "pkubat@redhat.com", "hhorak@redhat.com"]
|
|
||||||
|
|
||||||
# Specify if master branch in upstream repository is synced
|
|
||||||
master_checker: true
|
|
||||||
# Should pull requests be synced?
|
|
||||||
# optional
|
|
||||||
pr_checker: false
|
|
||||||
# Either 'upstream_branch_name' or 'upstream_git_path' has to be specified
|
|
||||||
# Branch name which is used for sync
|
|
||||||
upstream_branch_name: master
|
|
||||||
# Path to directory with dockerfile withing upstream repository
|
|
||||||
upstream_git_path: "13"
|
|
||||||
# Github comment message to enforce sync of a pull request
|
|
||||||
# required if pr_checker is true otherwise optional
|
|
||||||
pr_comment_message: "[test]"
|
|
||||||
# optional
|
|
||||||
image_url: quay.io/rhscl/cwt-generator
|
|
||||||
|
|
||||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
The repository is available in https://github.com/sclorg organization. Images are pushed to quay.io/fedora organization from the upstream repo.
|
||||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue