Compare commits

..

5 commits

Author SHA1 Message Date
Honza Horak
e9361042c5 container sources not used for building fedora containers anymore 2025-07-08 17:40:29 +02:00
Petr "Stone" Hracek
c504691648 Add bot-cfg.yaml for syncing upstream to downstream
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2021-03-11 10:42:35 +01:00
Pavel Valena
5cd1e59d71 Upgrade to Ruby 2.7.
created from upstream commit: 9c8f75084ec39957bca57da8c9e178855baa31ea
2020-12-08 15:11:40 +01:00
Petr Kubat
a4e75f54ed Pull changes from upstream for version 2.6
created from upstream commit: 2f676852fab45caf07c5958cf4b7fa6ffc2498d1
2020-02-13 16:29:59 +01:00
Marek Skalický
c7e3753f52
Pull changes from upstream and rebase for: rebuild for latest f30 2018-11-30 17:46:44 +00: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: "2.7"
# 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 sources not used for building fedora containers anymore

View file