Compare commits

..

8 commits

Author SHA1 Message Date
Honza Horak
09fc059ddf container sources not used for building fedora containers anymore 2025-07-08 17:39:27 +02:00
Petr Hracek
26c1699db4 Merge #9 Update bot-cfg.yml with email addresses 2021-03-09 11:03:31 +00:00
Petr Hracek
66e413c1a6 Update bot-cfg.yml with email addresses 2021-03-09 11:01:43 +00:00
Petr Hracek
af6d45b653 Merge #7 This commit adds support for syncing upstream repository to Fedora land 2021-03-09 10:58:23 +00:00
Petr "Stone" Hracek
72b927fcdb This commit adds support for syncing upstream repository to Fedora land
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2020-06-03 10:39:34 +02:00
Marek Skalický
6928218b35
Pull changes from upstream and rebase for: rebuild for latest f30 2018-11-30 17:46:20 +00:00
Clement Verna
d32edfb53d Drop Release label in favor of OSBS release_bump plugin.
OSBS can automatically bump the release number, for that
we just need to drop the label from the Dockerfile

See https://pagure.io/ContainerSIG/container-sig/issue/1

Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-08-27 09:50:31 +02:00
Honza Horak
18c49f3c1f Add initial content 2017-11-24 08:30:55 +01:00
3 changed files with 1 additions and 26 deletions

View file

@ -1,3 +0,0 @@
# nginx
The nginx package

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: "1.18"
# 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