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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
workaround new rpm issues by deleting rpmdb temp files after unpacking root c...
Clark Williams
2008-08-29
1
-7
/
+13
*
create BUILDROOT dir required by new rpmbuild
Clark Williams
2008-08-29
1
-1
/
+1
*
fix typo which causes exception in command-timeout code (which was trying to ...
Michael E Brown
2008-03-31
1
-1
/
+1
*
add support for shm
Michael E Brown
2008-03-09
1
-7
/
+12
*
log child return code for debugging.
Michael E Brown
2008-03-04
1
-0
/
+1
*
modify rootcache logic to rebuild cache if config files have newer timestamp
Clark Williams
2008-02-29
2
-1
/
+11
*
add fcntl import
Michael E Brown
2008-01-30
1
-0
/
+1
*
Merge ssh://mock/var/ftp/pub/Applications/git/mock
Michael E Brown
2008-01-29
3
-29
/
+34
|
\
|
*
updates to mock.util.do(): 1) nonblocking read, 2) dont leave zombies (waitpid).
Michael E Brown
2008-01-29
1
-12
/
+32
|
*
Merge branch 'master' of /var/ftp/pub/Applications/git/mock
Michael E Brown
2008-01-22
8
-166
/
+189
|
|
\
|
*
|
we now run /etc/profile, so no need to manually do ccache stuff.
Michael E Brown
2008-01-22
1
-16
/
+1
|
*
|
Merge branch 'master' of /var/ftp/pub/Applications/git/mock
Michael E Brown
2008-01-04
3
-11
/
+9
|
|
\
\
|
*
\
\
Merge branch 'master' of /var/ftp/pub/Applications/git/mock
Michael E Brown
2007-12-21
1
-29
/
+28
|
|
\
\
\
|
*
|
|
|
use makeChrootPath() functionality rather than obscure string interpolation
Michael E Brown
2007-12-21
1
-1
/
+1
*
|
|
|
|
set the current working directory in the chroot
Mike Bonnet
2008-01-24
1
-4
/
+9
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
get rid of one level of shell indirection where possible.
Michael E Brown
2008-01-20
2
-10
/
+15
*
|
|
|
add back in dropped '.' to tar cvf command that is causing root cache creatio...
Michael E Brown
2008-01-20
2
-1
/
+2
*
|
|
|
convert mock.util.do() to use subprocess.Popen() rather than raw fork/exec.\n...
Michael E Brown
2008-01-20
5
-146
/
+144
*
|
|
|
clarify info message to make it obvious that root cache is being unpacked.
Michael E Brown
2008-01-09
1
-1
/
+1
*
|
|
|
cleanup trailing whitespace.
Michael E Brown
2008-01-08
4
-9
/
+9
*
|
|
|
add ability to conditionally enable tmpfs based on minimum ram availability.
Michael E Brown
2008-01-08
1
-1
/
+10
*
|
|
|
add initfailed hook so tmpfs plugin can properly unmount tmpfs on failure. ma...
Michael E Brown
2008-01-08
2
-2
/
+12
|
|
_
|
/
|
/
|
|
*
|
|
split up --target and --arch cmdline options.
Michael E Brown
2008-01-04
1
-3
/
+3
*
|
|
get rid of personality() calls in sub do() calls because it is set at top lev...
Michael E Brown
2008-01-04
1
-6
/
+2
*
|
|
paul howarth's request to change from -l to --login on bash invocations
Clark Williams
2008-01-04
1
-2
/
+2
*
|
|
use the right mkdev argument
Jesse Keating
2008-01-03
1
-1
/
+1
*
|
|
Create the dev/full device, some packages use it during make check.
Jesse Keating
2008-01-03
1
-0
/
+1
*
|
|
add ia64 and alpha to personality_defs
Doug Chapman
2007-12-31
1
-0
/
+1
*
|
|
Patch from Doug Chapman <doug.chapman@hp.com>
Michael E Brown
2007-12-31
2
-2
/
+2
|
|
/
|
/
|
*
|
fix privs for yum resolvdep, needs to be root to download addl filelists.
Michael E Brown
2007-12-20
1
-19
/
+19
*
|
fix resultdir for --uniqueext builds without resultdir specified. try to stan...
Michael E Brown
2007-12-19
1
-8
/
+7
*
|
Run rpmbuild in a login shell in the chroot.
Michael E Brown
2007-12-19
1
-2
/
+2
|
/
*
unmount tmpfs when done or we run into problems with clean.
Michael E Brown
2007-12-18
1
-0
/
+7
*
add hook (currently unused) for clean.
Michael E Brown
2007-12-18
1
-0
/
+1
*
fixup typo: makeChrootPath is a method on self.rootObj.
Michael E Brown
2007-12-18
1
-1
/
+2
*
add initial tmpfs plugin and default options.
Michael E Brown
2007-12-18
1
-0
/
+33
*
comment out decorator for doChroot() to prevent logging build exceptions mult...
Michael E Brown
2007-12-18
1
-1
/
+3
*
fix path comparison for orphanskill.
Michael E Brown
2007-12-17
1
-1
/
+1
*
make rootdir private (_rootdir). Use accessor in mock.py as well.
Michael E Brown
2007-12-16
1
-3
/
+3
*
dont do setarch personality() call for noarch
Michael E Brown
2007-12-16
1
-1
/
+1
*
fixed syntax error
Clark Williams
2007-12-16
1
-1
/
+1
*
resolved merge conflicts
Clark Williams
2007-12-14
1
-1
/
+1
|
\
|
*
remove uses of chroot rootdir attribute and use accessor.
Michael E Brown
2007-12-14
2
-4
/
+2
*
|
replaced references to rootdir with calls to makeChrootPath()
Clark Williams
2007-12-14
1
-3
/
+2
*
|
replaced references to rootdir with calls to makeChrootPath()
Clark Williams
2007-12-14
1
-1
/
+0
*
|
replaced references to rootdir with calls to makeChrootPath()
Clark Williams
2007-12-14
1
-11
/
+11
|
/
*
changed more uses of .rootdir to makeChrootPath(); updated man page for --cop...
Clark Williams
2007-12-13
4
-14
/
+15
*
added copyin/out options; added makeChrootPath() method to Root
Clark Williams
2007-12-13
1
-25
/
+30
*
remove trailing whitespace.
Michael E Brown
2007-12-12
1
-2
/
+2
*
Add --update call, to update existing buildroot.
Jesse Keating
2007-12-12
1
-0
/
+9
[prev]
[next]