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
/
py
/
mock.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
added version key to config options; moved cache_topdir to /var/cache/mock; r...
Clark Williams
2008-12-19
1
-2
/
+3
*
Merge branch 'master' of git+ssh://jcwillia@git.fedoraproject.org/git/hosted/...
Clark Williams
2008-04-14
1
-0
/
+11
|
\
|
*
handle idiots with grace and poise.
Michael E Brown
2008-03-07
1
-0
/
+11
*
|
changed default chroot_setup_cmd to be "groupinstall"
Clark Williams
2008-03-07
1
-1
/
+1
|
/
*
modify rootcache logic to rebuild cache if config files have newer timestamp
Clark Williams
2008-02-29
1
-0
/
+4
*
set the current working directory in the chroot
Mike Bonnet
2008-01-24
1
-2
/
+6
*
add --unpriv option to drop privileges when running a command with --chroot
Mike Bonnet
2008-01-24
1
-1
/
+7
*
convert mock.util.do() to use subprocess.Popen() rather than raw fork/exec.\n...
Michael E Brown
2008-01-20
1
-10
/
+6
*
mount everything when running chroot command.
Michael E Brown
2008-01-18
1
-1
/
+5
*
the great config file rename.
Michael E Brown
2008-01-15
1
-1
/
+1
*
cleanup trailing whitespace.
Michael E Brown
2008-01-08
1
-5
/
+5
*
add ability to conditionally enable tmpfs based on minimum ram availability.
Michael E Brown
2008-01-08
1
-1
/
+1
*
update docs for --arch and --target.
Michael E Brown
2008-01-04
1
-1
/
+1
*
fix syntax error from personality move by using config_opt directly.
Michael E Brown
2008-01-04
1
-1
/
+1
*
split up --target and --arch cmdline options.
Michael E Brown
2008-01-04
1
-2
/
+10
*
added --print-root-path option
Clark Williams
2008-01-04
1
-0
/
+11
*
Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mock
Michael E Brown
2007-12-21
1
-8
/
+0
|
\
|
*
remove unused debugging code.
Michael E Brown
2007-12-20
1
-8
/
+0
*
|
set personality in mainline code so all options run under correct personality.
Michael E Brown
2007-12-19
1
-0
/
+3
|
/
*
better ordering constraints for plugin initialization.
Michael E Brown
2007-12-18
1
-2
/
+6
*
add initial tmpfs plugin and default options.
Michael E Brown
2007-12-18
1
-0
/
+2
*
make rootdir private (_rootdir). Use accessor in mock.py as well.
Michael E Brown
2007-12-16
1
-3
/
+3
*
document --trace in cmdline help.
Michael E Brown
2007-12-16
1
-1
/
+1
*
Mock documentation patch
Ville Skyttä
2007-12-16
1
-4
/
+4
*
changed more uses of .rootdir to makeChrootPath(); updated man page for --cop...
Clark Williams
2007-12-13
1
-5
/
+15
*
merged with latest master
Clark Williams
2007-12-13
1
-0
/
+2
|
\
|
*
if --chroot only has one argument, pass it to doChroot() as a string instead ...
Mike Bonnet
2007-12-12
1
-0
/
+2
*
|
added copyin/out options; added makeChrootPath() method to Root
Clark Williams
2007-12-13
1
-1
/
+42
|
/
*
remove trailing whitespace.
Michael E Brown
2007-12-12
1
-2
/
+2
*
separate out shell and chroot cmdline args.
Michael E Brown
2007-12-12
1
-4
/
+6
*
Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mock
Michael E Brown
2007-12-12
1
-0
/
+6
|
\
|
*
Don't provide backwards compat option for update.
Jesse Keating
2007-12-12
1
-1
/
+1
|
*
Add --update call, to update existing buildroot.
Jesse Keating
2007-12-12
1
-1
/
+7
*
|
fix --shell
Michael E Brown
2007-12-12
1
-1
/
+1
|
/
*
- make "mock --chroot" non-interactive - set the exit code of "mock --chroot"...
Mike Bonnet
2007-12-11
1
-1
/
+12
*
fix rebuild multiple srpms test.
Michael E Brown
2007-12-11
1
-1
/
+1
*
Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock
Michael E Brown
2007-12-10
1
-1
/
+1
|
\
|
*
fix --without to follow proper rpmbuild conventions. Courtesy Paulo Cavalcant...
Michael E Brown
2007-12-09
1
-1
/
+1
*
|
add --orphanskill mode. requested by mbonnet for koji.
Michael E Brown
2007-12-10
1
-4
/
+9
|
/
*
add a few uid debugging calls, commented out by default, in case other people...
Michael E Brown
2007-12-07
1
-0
/
+8
*
become root a bit earlier to that cache dir stuff works (run during chroot __...
Michael E Brown
2007-12-06
1
-3
/
+3
*
create log files as unpriv user. fixup chrootuid calc to take into account su...
Michael E Brown
2007-12-06
1
-5
/
+6
*
convert to use consolehelper rather than setuid wrapper.
Michael E Brown
2007-12-06
1
-3
/
+15
*
add unshare
Michael E Brown
2007-12-06
1
-0
/
+6
*
separate out function tracing from verbosity
Michael E Brown
2007-12-06
1
-9
/
+18
*
mount inside try block so problem mounting unmounts everything.
Michael E Brown
2007-12-05
1
-2
/
+2
*
fix python logging module exception problem earlier so there isnt any path th...
Michael E Brown
2007-12-05
1
-2
/
+4
*
add --with and --without options to enable/disable options in a srpm
Todd Zullinger
2007-12-04
1
-0
/
+12
*
use 'MACRO EXPR' in --define docs to match the rpmbuild docs
Todd Zullinger
2007-12-04
1
-2
/
+2
*
add --define option to pass rpm macros on the command line
Todd Zullinger
2007-12-04
1
-0
/
+14
[next]