summaryrefslogtreecommitdiff
path: root/bin/build-rpm-package
Commit message (Collapse)AuthorAgeFilesLines
...
* bin/build-rpm-package: lose parameter CUSTOM_REPO to create_mock_config(). ↵Mihai Moldovan2015-04-011-20/+21
| | | | | | It is implicit. Change RPM_MOCK_CONFIG_DIR to /etc/mock and use in create_mock_config().
* bin/build-rpm-package: rename RPM_EXTRA_REPO_MOCK_CONFIG_BASE_NAME to ↵Mihai Moldovan2015-04-011-7/+7
| | | | RPM_EXTRA_REPO_MOCK_CONFIG_BASE.
* bin/build-rpm-package: write out end of yum configuration marker, reset IFS ↵Mihai Moldovan2015-04-011-0/+8
| | | | to old value and return temporary file path as promised.
* bin/build-rpm-package: add the repos and do pass-through correctly.Mihai Moldovan2015-04-011-1/+17
|
* bin/build-rpm-package: add (incomplete) attempt at parsing the base mock ↵Mihai Moldovan2015-04-011-0/+14
| | | | config file.
* bin/build-rpm-package: use single quotes where more appropriate for regex ↵Mihai Moldovan2015-04-011-4/+4
| | | | variables, escape single dollar sign in double quoted regex variable strings.
* bin/build-rpm-package: populate arrays with data read from .repo files.Mihai Moldovan2015-04-011-2/+23
|
* bin/build-rpm-package: save old input field separator value and re-set to ↵Mihai Moldovan2015-04-011-0/+4
| | | | newline only.
* bin/build-rpm-package: add some boilerplate code for reading in config files.Mihai Moldovan2015-04-011-0/+12
|
* bin/build-rpm-package: rename main => release and heuler => nightly in ↵Mihai Moldovan2015-04-011-0/+7
| | | | create_mock_config(). This is what the x2go.repo files do and codenames are weird anyway...
* bin/build-rpm-package: check MOCK_BASE parameter for validity via RegEx.Mihai Moldovan2015-04-011-0/+10
| | | | Additionally, pull out the distro name. We will need it later on.
* bin/build-rpm-package: base mock config base shall better be readable, OR ELSE!Mihai Moldovan2015-04-011-3/+3
|
* bin/build-rpm-package: finally create the temporary dir and file.Mihai Moldovan2015-04-011-0/+13
|
* bin/build-rpm-package: add cleanup() function and signal handlers.Mihai Moldovan2015-04-011-0/+51
|
* bin/build-rpm-package: make repeat_str() actually terminate.Mihai Moldovan2015-04-011-0/+1
|
* bin/build-rpm-package: make repeat_str() function declaration consistent.Mihai Moldovan2015-04-011-1/+1
|
* bin/build-rpm-package: add the easy part of create_mock_config().Mihai Moldovan2015-04-011-0/+39
|
* bin/build-rpm-package: add repeat_str() function to... repeat a string.Mihai Moldovan2015-04-011-0/+14
|
* bin/build-rpm-package: fix --repo order in obs-build call.Mihai Moldovan2015-03-251-2/+2
|
* bin/build-rpm/package: remove extraneous extras package repository from suse ↵Mihai Moldovan2015-03-241-3/+2
| | | | builds, remove ${ARCH} from extra repo wrapper and make note to some day make the layout consistent with the main repos.
* bin/build-rpm-package: missed space messing up mock return value.Mihai Moldovan2015-03-241-1/+1
|
* bin/build-rpm-package: TYPESET ALL THE THINGS! To make them local to the ↵Mihai Moldovan2015-03-241-20/+20
| | | | function.
* bin/build-rpm-package: the semantics of MOCK_VER being set/unset changed in ↵Mihai Moldovan2015-03-241-1/+1
| | | | my head while writing code, but the spelled out check didn't...
* bin/build-rpm-package: work around buggy mock versions.Mihai Moldovan2015-03-241-3/+13
|
* bin/build-rpm-package: add period to error sentences.Mihai Moldovan2015-03-241-5/+5
|
* bin/build-rpm-package: add mock version checking function.Mihai Moldovan2015-03-241-0/+62
|
* bin/build-rpm-package: fix typos.Mihai Moldovan2015-03-231-4/+4
|
* bin/build-rpm-package: add comment to remind to autogenerate mock files.Mihai Moldovan2015-03-231-0/+2
|
* bin/build-rpm-package: add component, as we want to pull in repositories for ↵Mihai Moldovan2015-03-231-4/+4
| | | | specific package categoeries (main, nightly, LTS).
* bin/build-rpm-package: add support for fetching extra repositories. Use ↵Mihai Moldovan2015-03-231-12/+83
| | | | RPM_MOCK_CONFIG_DIR, RPM_EXTRA_REPO_MOCK_CONFIG_BASE_NAME and RPM_EXTRA_REPO_MOCK_CONFIG_FULL_NAME in the project buildscripts config to set the necessary values.
* Clean up source RPM files from binary file places.Mihai Moldovan2015-03-061-4/+11
|
* bin/build-rpm-package: actually *check* for EPEL.Mihai Moldovan2015-02-201-1/+1
|
* bin/build-rpm-package: use SHA(1) checksums for EPEL 5 repos, as yum-3.0 ↵Mihai Moldovan2015-02-201-1/+5
| | | | does not know how to handle the default SHA256 checksums.
* bin/build-rpm-package: replace mock '--result path' with '--resultdir=path' ↵Mihai Moldovan2015-02-051-3/+3
| | | | and use more quoting.
* bin/build-rpm-package: also clean up old SRPM's.Mihai Moldovan2015-02-051-1/+2
|
* fix for last commitMike Gabriel2015-02-041-1/+2
|
* no dashes in RPM release stringsMike Gabriel2015-02-041-1/+1
|
* fix for last commitMike Gabriel2015-02-041-1/+1
|
* allow builds for build-main-test branchMike Gabriel2015-02-041-0/+2
|
* obs-build: when building for SLE 11.2 and 11.3, obs-build drops the (S)RPM ↵Mike Gabriel2015-01-291-4/+12
| | | | build results in /usr/src/packages
* bin/build-{deb,nsis,rpm}-package: fix NO_DELAY logic once again and this ↵Mihai Moldovan2015-01-291-1/+1
| | | | time correctly.
* bin/build-rpm-package: fix error in NO_DELAY logic.Mihai Moldovan2015-01-291-1/+1
|
* bin/build-{deb,nsis,rpm}-package: fix FORCE_BUILD and NO_DELAY logic to ↵Mihai Moldovan2015-01-291-2/+3
| | | | treat any value other than "no" or "0" as true.
* bin/build-rpm-package: add SRPM upload capability.Mihai Moldovan2015-01-281-2/+3
|
* bin/build-rpm-package: also copy source RPM's to staging dir and sign them.Mihai Moldovan2015-01-281-1/+30
|
* Fix: wqfix v3signing for epel-5 builds (Fixes: #699)Mike DePaulo2014-12-211-1/+4
|
* createrepo does not work for all sle versions, so using a flat folder with rpmsMike Gabriel2014-12-201-1/+1
|
* rename sles to sleMike Gabriel2014-12-201-10/+10
|
* probably a fix for gpg: file not foundMike Gabriel2014-12-131-2/+2
|
* wqfix v3signing for epel-5 buildsMike Gabriel2014-12-131-3/+10
|