Compare commits

..

4 commits

Author SHA1 Message Date
Honza Horak
b500fdddb2 Container not being built in Fedora infrastructure for years, check gitlab.com/sclorg instead 2026-01-15 11:28:24 +01:00
Petr "Stone" Hracek
c08abcc5ab Add upstream -> downstream configuration file
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2021-03-16 10:19:03 +01:00
Radoslav Pitonak
0e0d31f989 update for fedora 26 2017-05-31 12:37:26 +02:00
Radoslav Pitonak
a7b5de3dfc initial commit 2017-05-26 12:37:17 +02:00
4 changed files with 1 additions and 23 deletions

0
.gitignore vendored
View file

View file

@ -1,23 +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: "7.4"
# 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
View file

@ -0,0 +1 @@
Container not being built in Fedora infrastructure for years, check gitlab.com/sclorg instead

View file