mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 08:12:55 +00:00
fix the anongiturl property so generating the SCM commit url works properly
This commit is contained in:
parent
3382aeba48
commit
38f04b79b2
3 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
|
||||
Name: centpkg
|
||||
Version: 0.4.3
|
||||
Version: 0.4.4
|
||||
Release: 1%{?dist}
|
||||
Summary: CentOS utility for working with dist-git
|
||||
|
||||
|
@ -53,6 +53,9 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 31 2015 Brian Stinson bstinson@ksu.edu - 0.4.4-1
|
||||
- New version correcting the anonymous pull URLs
|
||||
|
||||
* Sun Dec 14 2014 Brian Stinson bstinson@ksu.edu - 0.4.3-1
|
||||
- Use the authenticated git url for centpkg pulls
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name = "centpkg",
|
||||
version = "0.4.3",
|
||||
version = "0.4.4",
|
||||
author = "Brian Stinson",
|
||||
author_email = "bstinson@ksu.edu",
|
||||
description = "CentOS Plugin to rpkg for managing RPM package sources",
|
||||
|
|
|
@ -3,7 +3,7 @@ lookaside = https://git.centos.org/sources/
|
|||
lookasidehash = sha1
|
||||
lookaside_cgi = https://localhost/repo/pkgs/upload.cgi #Not Implemented
|
||||
gitbaseurl = https://%(user)s@git.centos.org/git/rpms/%(module)s
|
||||
anongiturl = https://git.centos.org/git/rpms/%(module)s
|
||||
anongiturl = git://git.centos.org/rpms/%(module)s
|
||||
branchre = .+\d$|.+\d-.+|master$
|
||||
kojiconfig = /etc/koji.conf.d/cbs-koji.conf
|
||||
build_client = cbs
|
||||
|
|
Loading…
Add table
Reference in a new issue