mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
update to use the authenticated git url when doing a centpkg clone
This commit is contained in:
parent
d3f316b66c
commit
3382aeba48
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())")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||||
|
|
||||||
Name: centpkg
|
Name: centpkg
|
||||||
Version: 0.4.2
|
Version: 0.4.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: CentOS utility for working with dist-git
|
Summary: CentOS utility for working with dist-git
|
||||||
|
|
||||||
|
@ -53,6 +53,9 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 14 2014 Brian Stinson bstinson@ksu.edu - 0.4.3-1
|
||||||
|
- Use the authenticated git url for centpkg pulls
|
||||||
|
|
||||||
* Sun Dec 14 2014 Brian Stinson bstinson@ksu.edu - 0.4.2-1
|
* Sun Dec 14 2014 Brian Stinson bstinson@ksu.edu - 0.4.2-1
|
||||||
- Fix the koji config path in centpkg.conf
|
- Fix the koji config path in centpkg.conf
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "centpkg",
|
name = "centpkg",
|
||||||
version = "0.4.2",
|
version = "0.4.3",
|
||||||
author = "Brian Stinson",
|
author = "Brian Stinson",
|
||||||
author_email = "bstinson@ksu.edu",
|
author_email = "bstinson@ksu.edu",
|
||||||
description = "CentOS Plugin to rpkg for managing RPM package sources",
|
description = "CentOS Plugin to rpkg for managing RPM package sources",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
lookaside = https://git.centos.org/sources/
|
lookaside = https://git.centos.org/sources/
|
||||||
lookasidehash = sha1
|
lookasidehash = sha1
|
||||||
lookaside_cgi = https://localhost/repo/pkgs/upload.cgi #Not Implemented
|
lookaside_cgi = https://localhost/repo/pkgs/upload.cgi #Not Implemented
|
||||||
gitbaseurl = ssh://%(user)s@localhost/git/rpms/%(module)s
|
gitbaseurl = https://%(user)s@git.centos.org/git/rpms/%(module)s
|
||||||
anongiturl = https://git.centos.org/git/rpms/%(module)s
|
anongiturl = https://git.centos.org/git/rpms/%(module)s
|
||||||
branchre = .+\d$|.+\d-.+|master$
|
branchre = .+\d$|.+\d-.+|master$
|
||||||
kojiconfig = /etc/koji.conf.d/cbs-koji.conf
|
kojiconfig = /etc/koji.conf.d/cbs-koji.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue