From 6f4edc71593cc6094af6801ce52ddd4e4df4a6d2 Mon Sep 17 00:00:00 2001 From: Bernhard Schuster Date: Wed, 23 Aug 2017 22:06:46 +0200 Subject: [PATCH] ci: re-enable copr --- .concourse.yml | 56 +++++++++++++++++++++++++------------------------- wscript | 2 +- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.concourse.yml b/.concourse.yml index 697b3984..08b3c0ad 100644 --- a/.concourse.yml +++ b/.concourse.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/wscript b/wscript index 053dec1a..e4b682a0 100644 --- a/wscript +++ b/wscript @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # encoding: utf-8 -VERSION = '0.84.11' +VERSION = '0.84.12' APPNAME = 'oregano' top = '.'