Compare commits

..

10 commits

Author SHA1 Message Date
Honza Horak
50d809fe91 container sources not used for building fedora containers anymore 2025-07-08 17:39:40 +02:00
Petr "Stone" Hracek
ec99273a20 This commit adds support for syncing upstream repository to Fedora land
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2020-06-03 10:28:48 +02:00
Honza Horak
2a62024953 Do not install nodemon from the upstream 2020-04-30 20:04:41 +02:00
Honza Horak
b4a0944a49 Update to v12 2020-04-30 19:41:14 +02:00
Honza Horak
a63c50acb4 Use correct variable in the Dockerfile 2020-04-30 19:31:09 +02:00
Honza Horak
7647d70072 Update to content from github.com/sclorg/s2i-nodejs-container 2020-04-30 18:10:45 +02:00
Radoslav Pitonak
1df5c02ff5 tests update, add Makefile 2017-05-31 10:17:58 +02:00
Radoslav Pitonak
75d0ccf87c fedora 26 2017-04-28 10:27:47 +02:00
Radoslav Pitonak
1126dc8177 name label update 2017-04-26 14:37:35 +02:00
Radoslav Pitonak
a13a5dbf91 Initial setup of repo 2017-04-26 14:11:02 +02: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", "zsvetlik@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: "14"
# 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