index
:
mock.git
master
mock-1.0
Dennis's mock patches, likely mostly config files for secondary arches
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix for FC6
mock-0.8.2
Michael E Brown
2007-10-21
1
-0
/
+7
*
version bump
Michael E Brown
2007-10-21
1
-1
/
+1
*
comment minor edits.
mock-0.8.1
Michael E Brown
2007-10-21
1
-1
/
+2
*
make plugin conf options match: *_opts and *_enable. fix for not doing 'yum ...
Michael E Brown
2007-10-21
2
-11
/
+13
*
finish implementing bind mount plugin.
Michael E Brown
2007-10-21
1
-6
/
+5
*
small optimizations to not unpack root cache for --no-clean. fix accounting t...
Michael E Brown
2007-10-21
1
-3
/
+4
*
renamed bind.py to bind_mount.py as that is a bit more explicit.
Michael E Brown
2007-10-21
1
-40
/
+0
*
new plugin to optionally bind-mount host dirs into buildroot. not configured ...
Michael E Brown
2007-10-21
3
-6
/
+94
*
update copyrights. dont put full header in every source file, just ref main c...
Michael E Brown
2007-10-21
9
-127
/
+31
*
fix disable/enable plugin cmdline to write to correct config entry.
Michael E Brown
2007-10-21
1
-2
/
+2
*
version bump to 0.8.1
Michael E Brown
2007-10-21
1
-1
/
+1
*
create plugin infrastructure. move all caching related stuff to plugins.
Michael E Brown
2007-10-21
5
-204
/
+356
*
set exit code properly on error.
Michael E Brown
2007-10-20
1
-0
/
+7
*
enable specific dep check as it does affect build. 'yum install foo' doesnt f...
Michael E Brown
2007-10-20
1
-8
/
+4
*
make --enable-cache consistent with other opts in '-' vs '_' department. add ...
Michael E Brown
2007-10-20
1
-2
/
+7
*
add couple friendly messages to explain why chroot is cleaned in case user fo...
Michael E Brown
2007-10-20
1
-0
/
+6
*
attempt to kill off any process group children before we finish fork(). Trap ...
Michael E Brown
2007-10-20
1
-32
/
+38
*
add cleanup_on_{success,failure} options. separate out do_rebuild() function ...
Michael E Brown
2007-10-20
2
-28
/
+70
*
allow installdeps cmd to be used on normal rpm.
Michael E Brown
2007-10-20
2
-3
/
+3
*
add exception for bad/wrong cmdline usage.
Michael E Brown
2007-10-19
1
-0
/
+7
*
add --cleanup-after option. move most exception handling out of main() and in...
Michael E Brown
2007-10-19
1
-67
/
+82
*
fix ccache to use chroot ccache instead of host ccache
Michael E Brown
2007-10-19
1
-3
/
+6
*
dont double-initialize logging when building multiple srpms.
Michael E Brown
2007-10-19
1
-1
/
+6
*
fix one backwards compat FC6 buglet. BaseException is python 2.5+.
Michael E Brown
2007-10-19
1
-1
/
+5
*
add start message so we know which srpm we are working on when multiple are s...
Michael E Brown
2007-10-19
1
-0
/
+1
*
four tweaks and a bugfix. 1) roll ccache install into same yum call as instal...
Michael E Brown
2007-10-19
1
-15
/
+15
*
print integer minutes.
Michael E Brown
2007-10-19
1
-1
/
+1
*
dont add hooks more than once.
Michael E Brown
2007-10-19
1
-3
/
+4
*
print pretty time statistics after build done.
Michael E Brown
2007-10-19
1
-2
/
+5
*
drop privs to create result dir since it is user-changeable.
Michael E Brown
2007-10-19
1
-1
/
+7
*
add options to force enable/disable of caches on cmdline.
Michael E Brown
2007-10-19
1
-0
/
+11
*
need to return output from mock in some circumstances (depsolving).
Michael E Brown
2007-10-19
1
-3
/
+4
*
lock buildroot before clean. lock root cache.
Michael E Brown
2007-10-19
1
-8
/
+44
*
re-add root cache feature.
Michael E Brown
2007-10-19
2
-5
/
+53
*
better message for failed command when output disabled.
Michael E Brown
2007-10-19
1
-1
/
+4
*
remove statedir as it really isnt used. move logs to resultdir to match old m...
Michael E Brown
2007-10-19
2
-14
/
+2
*
implement orphanskill feature.
Michael E Brown
2007-10-19
1
-0
/
+8
*
add orphansKill() function. Kills off everything with a specific root dir.
Michael E Brown
2007-10-19
1
-0
/
+13
*
raise specific exception for when buildroot is locked so we know not to orpha...
Michael E Brown
2007-10-19
1
-0
/
+6
*
raise specific exception for when buildroot is locked so we know not to orpha...
Michael E Brown
2007-10-19
1
-2
/
+2
*
add 'mock install' command to yum install packages into buildroot. clean up h...
Michael E Brown
2007-10-18
2
-7
/
+25
*
dont overwrite log files on subsequent builds. per request from mbonnet.
Michael E Brown
2007-10-18
1
-1
/
+1
*
completely drop privs (real and effective) when running RPM commands. add a b...
Michael E Brown
2007-10-18
2
-37
/
+44
*
shell and chroot cmds are identical. merge them save LOC. switch to os.system...
Michael E Brown
2007-10-18
1
-10
/
+2
*
small buglets hiding in uid code, leftover from switchover to push/pop
Michael E Brown
2007-10-18
1
-6
/
+9
*
add lots of comments. fork() so that we can drop privs permanently before rpm...
Michael E Brown
2007-10-18
1
-6
/
+38
*
unneeded debug statement
Michael E Brown
2007-10-18
1
-2
/
+0
*
print suid wrapper version on startup.
Michael E Brown
2007-10-18
1
-0
/
+2
*
finish moving to traceLog... fix import.
Michael E Brown
2007-10-18
1
-1
/
+1
*
trace()->traceLog(...). remove verbose/debug options which did nothing.
Michael E Brown
2007-10-18
1
-13
/
+6
[next]