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