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
/
py-libs
Commit message (
Expand
)
Author
Age
Files
Lines
*
move things around so that we can run mock.py from the build tree instead of ...
Michael E Brown
2007-11-30
11
-1530
/
+0
*
reformat command failed output slightly.
Michael E Brown
2007-11-29
1
-2
/
+2
*
use log.info() to tell about enabled caches rather than misusing state(). the...
Michael E Brown
2007-11-29
2
-2
/
+3
*
make error log output more useful.
Michael E Brown
2007-11-29
1
-2
/
+2
*
add dep on python-ctypes so it will run on FC6. remove attempt at non-ctypes ...
Michael E Brown
2007-11-29
3
-82
/
+0
*
most root_log.info() calls were actually for debugging, so change them to debug.
Michael E Brown
2007-11-29
1
-8
/
+7
*
make sure trace log only emits log records to logger if logger is enabled for...
Michael E Brown
2007-11-29
1
-9
/
+19
*
remove no-longer-needed debug log messages
Michael E Brown
2007-11-29
1
-16
/
+0
*
make sure we run yum install as root. remove unneeded state change message. r...
Michael E Brown
2007-11-29
1
-13
/
+10
*
make privstack more readable.
Michael E Brown
2007-11-29
1
-2
/
+2
*
log calling function name properly
Michael E Brown
2007-11-29
1
-8
/
+12
*
fix handling for printout of exceptions.
Michael E Brown
2007-11-29
1
-2
/
+4
*
enhance trace decorator to make log messages print actual function/filename/l...
Michael E Brown
2007-11-29
1
-3
/
+37
*
Merge commit 'origin/master'
Michael E Brown
2007-11-28
1
-22
/
+29
|
\
|
*
add option to disable internal /dev setup.
Michael E Brown
2007-11-28
1
-21
/
+28
|
*
turn output back on for yum install commands. better user feedback.
Michael E Brown
2007-11-28
1
-2
/
+2
*
|
temporary debug logging to be removed.
Michael E Brown
2007-11-28
1
-12
/
+16
*
|
Merge branch 'master' of ssh://duo/~/mockwork
Michael E Brown
2007-11-28
2
-0
/
+136
|
\
\
|
*
|
add {g,s}etres{g,u}id() functions using ctypes direct call to glibc.
Michael E Brown
2007-11-28
2
-0
/
+136
*
|
|
Merge branch 'master' of ssh://duo/~/mockwork
Michael E Brown
2007-11-28
1
-1
/
+0
|
\
|
|
|
|
/
|
/
|
|
*
move uid stuff to its own module.
Michael E Brown
2007-11-28
1
-1
/
+0
*
|
first (untested) try at adding offline mode.
Michael E Brown
2007-11-28
2
-20
/
+27
|
/
*
set selinux context on created /dev/ files in chroot to prevent AVC denials.
Michael E Brown
2007-11-26
1
-7
/
+17
*
add ppc32/64 setarch compatibility
Michael E Brown
2007-11-18
1
-1
/
+2
*
comment for personlity stuff.
Michael E Brown
2007-11-17
1
-0
/
+1
*
dont try to run personality() if we dont have a defined value.
Michael E Brown
2007-11-17
1
-3
/
+3
*
hand-code setarch to remove dep on /usr/bin/setarch
Michael E Brown
2007-11-17
2
-16
/
+28
*
make setarch configurable because suse doesnt have it.
Michael E Brown
2007-11-17
1
-3
/
+7
*
dont need setarch for initial srpm install or rebuild of srpm. need setarch i...
Michael E Brown
2007-11-17
1
-3
/
+3
*
add to pre-existing deps, dont replace.
Michael E Brown
2007-11-17
1
-1
/
+1
*
run setarch internally based on target_arch
Michael E Brown
2007-11-17
1
-4
/
+4
*
allow resultdir to be variable-substituted on cmdline.
Michael E Brown
2007-11-17
1
-1
/
+1
*
better state info.
Michael E Brown
2007-11-16
2
-2
/
+2
*
Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock
Michael E Brown
2007-11-15
1
-1
/
+1
|
\
|
*
shouldnt need to set rpmlock_path macro with fixes in rpm.
Michael E Brown
2007-11-15
1
-1
/
+0
|
*
'expect' wont work without /dev/ptmx.
Michael E Brown
2007-11-15
1
-0
/
+1
*
|
enable 'installdeps' to work with normal rpm.
Michael E Brown
2007-11-14
1
-1
/
+1
|
/
*
first pass at making logging format configurable per-logfile from the config ...
Michael E Brown
2007-11-12
1
-5
/
+9
*
use built-in chroot facilities rather than running /usr/sbin/chroot.
Michael E Brown
2007-11-02
1
-2
/
+1
*
use symlink vs creating a shell script. more scalable and we can cache more t...
mock-0.8.5
Michael E Brown
2007-10-31
1
-15
/
+13
*
consolidate redundant code.
Michael E Brown
2007-10-31
1
-6
/
+1
*
fix typo in error path.
Michael E Brown
2007-10-27
1
-1
/
+1
*
small rearrangements to the function from hell. make it slightly less long.
Michael E Brown
2007-10-27
1
-47
/
+39
*
Fix buglet where we were substituting wrong value for cache dir.
Michael E Brown
2007-10-25
1
-1
/
+2
*
Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock
Michael E Brown
2007-10-24
1
-1
/
+2
|
\
|
*
suse support -- allow override useradd cmd in config file
Michael E Brown
2007-10-24
1
-1
/
+2
*
|
allow noncontiguous cache dir specifications.
Michael E Brown
2007-10-24
4
-4
/
+8
|
/
*
ensure we only use gid specified. chroot operations always change uid/gid to ...
Michael E Brown
2007-10-22
2
-6
/
+21
*
fully qualify exception name to fix exception trying to raise exception.
Michael E Brown
2007-10-22
1
-1
/
+1
*
more complete fix for immutable files in buildroot
Michael E Brown
2007-10-22
1
-5
/
+6
[next]