Initial commit 53/653/1
authorSaku Chydenius <saku.chydenius@nokia.com>
Wed, 13 Mar 2019 14:28:54 +0000 (16:28 +0200)
committerSaku Chydenius <saku.chydenius@nokia.com>
Thu, 9 May 2019 07:52:18 +0000 (10:52 +0300)
commit876631a959303430aafc0be7897b086ee9b921fe
tree50808a4d3675292c19742da54b9027c13258238e
parentd8468e0423a9af0d3fd5bf30d45ebe18ba8b1801
Initial commit

Change-Id: I1348bac40021fb73ecc586c03ab813b80211220d
Signed-off-by: Saku Chydenius <saku.chydenius@nokia.com>
28 files changed:
.coveragerc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.pylintrc [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
configuration-example.ini [new file with mode: 0644]
defaults/epel-7-x86_64.cfg [new file with mode: 0644]
defaults/logging.ini [new file with mode: 0644]
defaults/site-defaults.cfg [new file with mode: 0644]
makebuild.py [new file with mode: 0755]
rpmbuilder/__init__.py [new file with mode: 0644]
rpmbuilder/baseerror.py [new file with mode: 0644]
rpmbuilder/buildhistory.py [new file with mode: 0644]
rpmbuilder/configfile.py [new file with mode: 0644]
rpmbuilder/executor.py [new file with mode: 0644]
rpmbuilder/executor_test.py [new file with mode: 0644]
rpmbuilder/get_sources.py [new file with mode: 0644]
rpmbuilder/log.py [new file with mode: 0644]
rpmbuilder/mockbuilder.py [new file with mode: 0644]
rpmbuilder/packagebuilding.py [new file with mode: 0644]
rpmbuilder/prettyprinter.py [new file with mode: 0644]
rpmbuilder/project.py [new file with mode: 0644]
rpmbuilder/rpmtools.py [new file with mode: 0644]
rpmbuilder/utils.py [new file with mode: 0755]
rpmbuilder/version_control.py [new file with mode: 0644]
stashmakebuild.py [new file with mode: 0755]
stashworkspace.py [new file with mode: 0755]
tox.ini [new file with mode: 0644]