Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a69db45eb | ||
|
|
a00a26f1f7 |
2 changed files with 27 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
|
||||||
RUN INSTALL_PKGS="rsync tar gettext bind-utils postgresql-server postgresql-contrib nss_wrapper " && \
|
RUN INSTALL_PKGS="rsync tar gettext bind-utils postgresql-server postgresql-contrib nss_wrapper " && \
|
||||||
INSTALL_PKGS+="findutils xz" && \
|
INSTALL_PKGS+="findutils xz" && \
|
||||||
INSTALL_PKGS+=" pgaudit" && \
|
INSTALL_PKGS+=" pgaudit" && \
|
||||||
dnf -y module enable postgresql:12 && \
|
|
||||||
dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
|
dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
|
||||||
rpm -V $INSTALL_PKGS && \
|
rpm -V $INSTALL_PKGS && \
|
||||||
dnf clean all && \
|
dnf clean all && \
|
||||||
|
|
|
||||||
27
bot-cfg.yml
Normal file
27
bot-cfg.yml
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
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: "12"
|
||||||
|
# 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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue