summaryrefslogtreecommitdiff
path: root/build/build.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-08If we need a FILE stream then get one...Panu Matilainen1-12/+7
2011-05-28Remove pointless variable and a dead assignment to itPanu Matilainen1-5/+2
2011-05-27Eliminate bunch of obvious dead NULL-assignments from build script codePanu Matilainen1-8/+8
2011-03-04Add missing exit status check for waitpid() while executing scriptletsJindrich Novy1-0/+7
2011-01-21Restore default SIGPIPE handling for build scriptlets (RhBug:651463)Panu Matilainen1-1/+2
2010-12-15Unify the user+group caching between librpm and librpmbuildPanu Matilainen1-1/+2
2010-10-28Pass the script to doScript() as const char *Panu Matilainen1-7/+13
2010-10-28Argument passing hysteria in doScript()Panu Matilainen1-19/+6
2010-09-02Swap rpmSpecBuild() arguments for consistency with other APIsPanu Matilainen1-1/+1
2010-09-02Eliminate _noDirTokens from librpmbuild API+ABIPanu Matilainen1-2/+3
2010-09-02Eliminate freeNames() from librpmbuild ABIPanu Matilainen1-0/+2
2010-09-02Detect short-circuited build based on executed build steps from buildSpec()Panu Matilainen1-1/+3
2010-09-02Handle --nobuild as another buildAmount flagPanu Matilainen1-1/+1
2010-09-01Spec rootDir is only relevant for building, eliminate from parseSpec()Panu Matilainen1-0/+3
2010-09-01Eliminate cookie from spec structurePanu Matilainen1-2/+4
2010-09-01Sanitize buildSpec() arguments a bitPanu Matilainen1-5/+6
2010-09-01Replace buildSpec() with a new interface in the APIPanu Matilainen1-1/+6
2010-09-01Eliminate useless hardwired build debug fooPanu Matilainen1-4/+0
2010-09-01Add new %sepolicy section to the spec file formatSteve Lawrence1-0/+4
2010-08-25Mass eviction of remaining internal helpers in librpmbuild APIPanu Matilainen1-1/+1
2010-08-25Eliminate doRmSource() from librpmbuild API againPanu Matilainen1-1/+1
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-05Unconditionally include <sys/wait.h> where neededPanu Matilainen1-0/+2
2009-01-11Don't check package BuildRequires when doing --rmsource (rhbz#452477)Jindrich Novy1-2/+6
2009-01-11Don't fail because of missing sources when only specJindrich Novy1-4/+0
2008-11-04Return proper exit code when exec*() functions failJindrich Novy1-1/+1
2008-05-03Temp file handling tweaksPanu Matilainen1-1/+1
2008-04-11Rewrite rpmMkTempFile() for sanityPanu Matilainen1-1/+2
2008-04-09Yet more url ripping - buildroot is never an urlPanu Matilainen1-1/+1
2008-04-09Remove remote host stuff from build doScript()Panu Matilainen1-55/+7
2007-12-16Remove const from rpmMkTempFile file name parameterPanu Matilainen1-1/+1
2007-12-15Another bunch of bogus const removalsPanu Matilainen1-3/+3
2007-12-15Remove bogus const from rpmGenPath() temporary targetsPanu Matilainen1-1/+1
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen1-2/+2
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-3/+3
2007-12-07rpm5.org: fixup various places in rpmbuild from rpmerr.h eliminationPanu Matilainen1-14/+15
2007-12-07rpm5.org: use pid_t, not int in build doScriptPanu Matilainen1-3/+3
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen1-5/+5
2007-11-22Move makeTempFile() from misc.h to rpmfileutil.hPanu Matilainen1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-2/+2
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-7/+7
2007-10-29Use fdGetFILE() instead of rpmio internal fdGetFp() everywherePanu Matilainen1-4/+2
2007-10-28Include "rpmbuild.h" instead of <rpmbuild.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmio_internal.h" instead of <rpmio_internal.h>.Ralf Corsépius1-1/+1
2007-10-24Remove dead and unused, ifdef'ed HAVE_FCHMOD block of code.Ralf Corsépius1-11/+0
2007-10-24doScript: Change 'what' to rpmBuildFlags.Ralf Corsépius1-1/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-2/+2
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-2/+2