Skip to content

Commit

Permalink
ci: re-enable copr
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Aug 24, 2017
1 parent 81b88e9 commit 6f4edc7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions .concourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ resource_types:
type: docker-image
source:
repository: jtarchie/pr
# - name: copr
# type: docker-image
# source:
# repository: quay.io/ahoi/concourse-copr-resource
- name: copr
type: docker-image
source:
repository: quay.io/ahoi/concourse-copr-resource

resources:
- name: git-clone-resource
Expand All @@ -29,12 +29,12 @@ resources:
access_token: {{github-token}}


# - name: copr-resource
# type: copr
# source:
# login: {{copr-login}}
# token: {{copr-token}}
# url: {{copr-url}}
- name: copr-resource
type: copr
source:
login: {{copr-login}}
token: {{copr-token}}
url: {{copr-url}}

- name: oregano-test-fedora
type: docker-image
Expand Down Expand Up @@ -213,15 +213,15 @@ jobs:
file: rpm/oregano*.rpm
acl: public-read

# - put: copr
# resource: copr-resource
# params:
# rpmbuild_dir: "srpm"
# chroots: ["fedora-rawhide-x86_64", "fedora-26-x86_64", "fedora-25-x86_64"]
# enable_net: false
# max_n_bytes: 250000000
# project_id: 825
# regex: ".*oregano-.*\\.src\\.rpm$"
- put: copr
resource: copr-resource
params:
rpmbuild_dir: "srpm"
chroots: ["fedora-rawhide-x86_64", "fedora-26-x86_64", "fedora-25-x86_64"]
enable_net: false
max_n_bytes: 250000000
project_id: 825
regex: ".*oregano-.*\\.src\\.rpm$"

- name: build-pkg-deb
build_logs_to_retain: 5
Expand Down Expand Up @@ -374,15 +374,15 @@ jobs:
file: rpm/oregano*.rpm
acl: public-read

# - put: copr
# resource: copr-resource
# params:
# rpmbuild_dir: "srpm"
# chroots: ["fedora-rawhide-x86_64", "fedora-26-x86_64", "fedora-25-x86_64"]
# enable_net: false
# max_n_bytes: 250000000
# project_id: 825
# regex: ".*oregano-.*\\.src\\.rpm$"
- put: copr
resource: copr-resource
params:
rpmbuild_dir: "srpm"
chroots: ["fedora-rawhide-x86_64", "fedora-26-x86_64", "fedora-25-x86_64"]
enable_net: false
max_n_bytes: 250000000
project_id: 825
regex: ".*oregano-.*\\.src\\.rpm$"

- name: build-pkg-deb-release
build_logs_to_retain: 5
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
# encoding: utf-8

VERSION = '0.84.11'
VERSION = '0.84.12'
APPNAME = 'oregano'

top = '.'
Expand Down

0 comments on commit 6f4edc7

Please sign in to comment.