summaryrefslogtreecommitdiff
path: root/rpmbuild.c
Commit message (Expand)AuthorAgeFilesLines
* Add --noclean and --nocheck options to rpmbuildPanu Matilainen2012-08-021-0/+8
* rpmSetTables() call in rpmbuild has been dying long enough by nowPanu Matilainen2012-03-091-4/+0
* Make --pipe command failures reflect our exit codes (RhBug:735481)Panu Matilainen2011-09-051-1/+2
* Eliminate bunch of dead assignments on ts vsflagsPanu Matilainen2011-05-301-1/+1
* Eliminate dead NULL-assignments at scope-end in main cli utilsPanu Matilainen2011-05-301-4/+4
* Eliminate bogus ferror() checksPanu Matilainen2011-05-181-1/+1
* Use the right variable for absolute path (ticket #137)Aron Griffis2010-10-061-1/+1
* void stepping on toes of relatives, part 5Panu Matilainen2010-09-211-3/+3
* Use the common rpmcliQueryFlags for signature verify options in rpmbuildPanu Matilainen2010-09-031-23/+3
* Swap rpmSpecBuild() arguments for consistency with other APIsPanu Matilainen2010-09-021-1/+1
* Move build dependency checking from cli tool to librpmbuildPanu Matilainen2010-09-021-18/+5
* Eliminate specFlags from rpmBuildArgumentsPanu Matilainen2010-09-021-3/+4
* Eliminate targets from rpmBuildArgumentsPanu Matilainen2010-09-021-18/+11
* Eliminate buildMode and buildChar from rpmBuildArgumentsPanu Matilainen2010-09-021-10/+12
* Eliminate verify flags from rpmBuildArgumentsPanu Matilainen2010-09-021-6/+7
* Eliminate noDeps and shortCircuit from rpmBuildArguments structPanu Matilainen2010-09-021-13/+10
* Eliminate popt goo from librpmbuildPanu Matilainen2010-09-021-0/+195
* Eliminate freeNames() from librpmbuild ABIPanu Matilainen2010-09-021-2/+0
* Handle spec flags parse option figuring in popt callback alreadyPanu Matilainen2010-09-011-3/+1
* Rename freeSpec() -> rpmSpecFree() for namespacingPanu Matilainen2010-09-011-1/+1
* Update callers to use the new rpmSpecParse() interfacePanu Matilainen2010-09-011-6/+8
* Spec rootDir is only relevant for building, eliminate from parseSpec()Panu Matilainen2010-09-011-1/+1
* Eliminate cookie from spec structurePanu Matilainen2010-09-011-2/+1
* Replace buildSpec() with a new interface in the APIPanu Matilainen2010-09-011-1/+1
* Mass eviction of remaining internal helpers in librpmbuild APIPanu Matilainen2010-08-251-0/+1
* Initialize source header from parseSpec() instead of caller(s)Panu Matilainen2010-08-251-3/+0
* Fix RhBug:452477 differently to avoid doRmSource()Panu Matilainen2010-08-251-9/+3
* Remove ancient autohelp-handling related leftoversPanu Matilainen2010-08-241-2/+0
* Remove signing support from (lib)rpmbuildPanu Matilainen2010-08-201-36/+1
* Argh. Realize we already have equivalents of initCli() and finishCli()Panu Matilainen2010-08-201-12/+4
* Kludge to get rid of ugly lone --quiet on usage messagePanu Matilainen2010-08-201-1/+1
* Move --pipe handling to cliutils helpersPanu Matilainen2010-08-201-29/+3
* Lump much of the common cli-init + finish tasks into cliutils helpersPanu Matilainen2010-08-201-65/+2
* Add a convenience library for stuff common cli-bits intoPanu Matilainen2010-08-201-30/+1
* If MiNT can't cope, frankly my dear, I dont give a damnPanu Matilainen2010-08-201-5/+0
* Merge build.[ch] into rpmbuild.c, doesn't make sense to separate anymorePanu Matilainen2010-08-201-1/+334
* Clean up rpmbuild's --quiet handling + honor it on --rebuild tooPanu Matilainen2010-08-201-9/+3
* Cosmetics cleanupPanu Matilainen2010-08-201-8/+4
* Eliminate unnecessary sanity checks wrt --sign and fix indentationPanu Matilainen2010-08-201-30/+21
* Test argument count early, avoiding the need to re-check over and overPanu Matilainen2010-08-201-40/+5
* Eliminate a bunch of now unnecessary cli-switch sanity checksPanu Matilainen2010-08-201-30/+3
* Simplify --root argument checkingPanu Matilainen2010-08-201-10/+2
* Eliminate the IAM_RPMBT ifdef's from rpmbuild.c for realPanu Matilainen2010-08-201-30/+1
* Chainsaw the now unused #ifdef'ed parts out of rpmqv.c and rpmbuild.cPanu Matilainen2010-08-201-428/+9
* Begin splitting rpmbuild to separate sourcesPanu Matilainen2010-08-201-0/+865