Log In
ydesouza
/
centos
/
centpkg
Forked from
centos/centpkg
10 months ago
Clone
Source Code
GIT
Source
Stats
History src
Branch:
cb3b24e9e13636b882da616cffe6e2d045cd51ab
develop
cb3b24e9e13636b882da616cffe6e2d045cd51ab
src
This is a combination of 13 commits that removed function redefinitions
Brian Stinson
• 10 years ago
cb3b24
Mostly changes to keep this closer to the fedpkg codebase - not terribly many
Pat Riehecky
• 10 years ago
85a850
split() on all whitespace removing the need for strip()
Brian Stinson
• 10 years ago
797459
remove dead.package logic which is not valid for CentOS packages
Brian Stinson
• 10 years ago
8f2a1a
clean up rpmdefines, we only need to define _topdir rather than pointing at each individual directory
Brian Stinson
• 10 years ago
2eaea9
Don't choke on multiple spaces in metadata files
Brian Stinson
• 10 years ago
cfdeed
change default config to not contact git.centos.org via ssh (in case users forget to supply the --anonymous flag)
Brian Stinson
• 10 years ago
f3349a
add in setup.py and default centpkg.conf
Brian Stinson
• 10 years ago
d0f4ad
implement sources to download from the CentOS lookaside cache
Brian Stinson
• 10 years ago
9bd7b3
run the superclass version of clone, we don't need to do too much here yet
Brian Stinson
• 10 years ago
6f323d
override some loaders to work with the CentOS file structure and release numbering
Brian Stinson
• 10 years ago
ca61eb
skeleton cli file, preparing for custom commands
Brian Stinson
• 10 years ago
aa8548
skeleton init file defining commands, mark them all NotImplemented so we can enable them one-by-one
Brian Stinson
• 10 years ago
2fb8a5
initial import; build the skeleton of the script from the pyrpkg example
Brian Stinson
• 10 years ago
8ac9e7