index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
/
build.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-08
If we need a FILE stream then get one...
Panu Matilainen
1
-12
/
+7
2011-05-28
Remove pointless variable and a dead assignment to it
Panu Matilainen
1
-5
/
+2
2011-05-27
Eliminate bunch of obvious dead NULL-assignments from build script code
Panu Matilainen
1
-8
/
+8
2011-03-04
Add missing exit status check for waitpid() while executing scriptlets
Jindrich Novy
1
-0
/
+7
2011-01-21
Restore default SIGPIPE handling for build scriptlets (RhBug:651463)
Panu Matilainen
1
-1
/
+2
2010-12-15
Unify the user+group caching between librpm and librpmbuild
Panu Matilainen
1
-1
/
+2
2010-10-28
Pass the script to doScript() as const char *
Panu Matilainen
1
-7
/
+13
2010-10-28
Argument passing hysteria in doScript()
Panu Matilainen
1
-19
/
+6
2010-09-02
Swap rpmSpecBuild() arguments for consistency with other APIs
Panu Matilainen
1
-1
/
+1
2010-09-02
Eliminate _noDirTokens from librpmbuild API+ABI
Panu Matilainen
1
-2
/
+3
2010-09-02
Eliminate freeNames() from librpmbuild ABI
Panu Matilainen
1
-0
/
+2
2010-09-02
Detect short-circuited build based on executed build steps from buildSpec()
Panu Matilainen
1
-1
/
+3
2010-09-02
Handle --nobuild as another buildAmount flag
Panu Matilainen
1
-1
/
+1
2010-09-01
Spec rootDir is only relevant for building, eliminate from parseSpec()
Panu Matilainen
1
-0
/
+3
2010-09-01
Eliminate cookie from spec structure
Panu Matilainen
1
-2
/
+4
2010-09-01
Sanitize buildSpec() arguments a bit
Panu Matilainen
1
-5
/
+6
2010-09-01
Replace buildSpec() with a new interface in the API
Panu Matilainen
1
-1
/
+6
2010-09-01
Eliminate useless hardwired build debug foo
Panu Matilainen
1
-4
/
+0
2010-09-01
Add new %sepolicy section to the spec file format
Steve Lawrence
1
-0
/
+4
2010-08-25
Mass eviction of remaining internal helpers in librpmbuild API
Panu Matilainen
1
-1
/
+1
2010-08-25
Eliminate doRmSource() from librpmbuild API again
Panu Matilainen
1
-1
/
+1
2010-01-05
Move <errno.h> include out of system.h to the places that need it
Panu Matilainen
1
-0
/
+1
2010-01-05
Unconditionally include <sys/wait.h> where needed
Panu Matilainen
1
-0
/
+2
2009-01-11
Don't check package BuildRequires when doing --rmsource (rhbz#452477)
Jindrich Novy
1
-2
/
+6
2009-01-11
Don't fail because of missing sources when only spec
Jindrich Novy
1
-4
/
+0
2008-11-04
Return proper exit code when exec*() functions fail
Jindrich Novy
1
-1
/
+1
2008-05-03
Temp file handling tweaks
Panu Matilainen
1
-1
/
+1
2008-04-11
Rewrite rpmMkTempFile() for sanity
Panu Matilainen
1
-1
/
+2
2008-04-09
Yet more url ripping - buildroot is never an url
Panu Matilainen
1
-1
/
+1
2008-04-09
Remove remote host stuff from build doScript()
Panu Matilainen
1
-55
/
+7
2007-12-16
Remove const from rpmMkTempFile file name parameter
Panu Matilainen
1
-1
/
+1
2007-12-15
Another bunch of bogus const removals
Panu Matilainen
1
-3
/
+3
2007-12-15
Remove bogus const from rpmGenPath() temporary targets
Panu Matilainen
1
-1
/
+1
2007-12-15
Remove bogus const from rpmGetPath() temporary targets
Panu Matilainen
1
-2
/
+2
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-3
/
+3
2007-12-07
rpm5.org: fixup various places in rpmbuild from rpmerr.h elimination
Panu Matilainen
1
-14
/
+15
2007-12-07
rpm5.org: use pid_t, not int in build doScript
Panu Matilainen
1
-3
/
+3
2007-12-03
Use regular POSIX functions instead of "RPC" clones
Panu Matilainen
1
-5
/
+5
2007-11-22
Move makeTempFile() from misc.h to rpmfileutil.h
Panu Matilainen
1
-2
/
+2
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-2
/
+2
2007-11-19
Lose rpmerr.h for good
Panu Matilainen
1
-1
/
+1
2007-11-19
Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels
Panu Matilainen
1
-7
/
+7
2007-10-29
Use fdGetFILE() instead of rpmio internal fdGetFp() everywhere
Panu Matilainen
1
-4
/
+2
2007-10-28
Include "rpmbuild.h" instead of <rpmbuild.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmio_internal.h" instead of <rpmio_internal.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-24
Remove dead and unused, ifdef'ed HAVE_FCHMOD block of code.
Ralf Corsépius
1
-11
/
+0
2007-10-24
doScript: Change 'what' to rpmBuildFlags.
Ralf Corsépius
1
-1
/
+1
2007-10-09
Make rpmerr.h private, include directly where needed.
Panu Matilainen
1
-0
/
+1
2007-10-09
Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
Panu Matilainen
1
-2
/
+2
2007-10-09
Replace all rpmMessage() uses with rpmlog()
Panu Matilainen
1
-2
/
+2
[next]