From 0fefd979d37e0c089bf246b67e82c812d69d73fe Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Nov 24 2014 04:56:27 +0000 Subject: use ~/.koji/config-cbs as the koji config for now, and accept most branch names --- diff --git a/src/centpkg.conf b/src/centpkg.conf index bd72780..43e7d7b 100644 --- a/src/centpkg.conf +++ b/src/centpkg.conf @@ -4,6 +4,6 @@ lookasidehash = sha1 lookaside_cgi = https://localhost/repo/pkgs/upload.cgi #Not Implemented gitbaseurl = ssh://%(user)s@localhost/git/rpms/%(module)s anongiturl = https://git.centos.org/git/rpms/%(module)s -branchre = c\d$|c\d-plus$|master$ -kojiconfig = /etc/koji.conf +branchre = .+\d$|.+\d-.+|master$ +kojiconfig = ~/.koji/config-cbs build_client = koji