#10 Add bot-cfg.yml file sync upstream s2i-base repository to Fedora land
Closed 4 years ago by phracek. Opened 4 years ago by phracek.
Unknown source f32  into  f32

file modified
+1
@@ -102,3 +102,4 @@

  Dockerfile and other sources are available on https://github.com/sclorg/s2i-base-container.

  In that repository you also can find another variants of S2I base Dockerfiles.

  Dockerfile for CentOS is called Dockerfile, Dockerfile for RHEL is called Dockerfile.rhel7.

+ The image is automatically handled by https://github.com/sclorg/betka

file added
+26
@@ -0,0 +1,26 @@

+ version: "1"

+ 

+ betka:

+   # is betka enabled for this repository

+   # optional - defaults to false

+   enabled: true

+ 

+   # optional

+   notifications:

+     email_addresses: [phracek@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: "base"

+   # 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

This commit adds support for syncing upstream repository to Fedora land

Signed-off-by: Petr "Stone" Hracek phracek@redhat.com

This one cannot be merged due to conflict.

I will create a new one. This closing.

Pull-Request has been closed by phracek

4 years ago
Metadata