diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/bot-cfg.yml b/bot-cfg.yml new file mode 100644 index 0000000..0a03762 --- /dev/null +++ b/bot-cfg.yml @@ -0,0 +1,20 @@ +--- +version: "1" + +betka: + # is betka enabled for this repository + # optional - defaults to true + enabled: true + notifications: + email_addresses: ["pkubat@redhat.com", "phracek@redhat.com", "hhorak@redhat.com"] + + # Specify if master branch in upstream repository is synced + master_checker: true + # Should pull requests be synced? + pr_checker: false + # Path to directory with dockerfile withing upstream repository + upstream_git_path: "2.4" + # Github comment message to enforce sync of a pull request + pr_comment_message: "[test]" + # Specify URL to an image used for dist-git source generation. Like + image_url: "quay.io/rhscl/cwt-generator" diff --git a/dead.package b/dead.package deleted file mode 100644 index 2e10e65..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -This container component is no longer used for anything, retiring to make it explicit. diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29