misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix case where myfd == None (regression from revision 2714)
Zac Medico
2006-02-15
1
-2
/
+4
*
fix a race and prevent unlinking of a file locked by another process in porta...
Zac Medico
2006-02-15
1
-6
/
+10
*
silence extdebug errors when on bash2; it's handled by the code already, just...
Brian Harring
2006-02-15
1
-1
/
+1
*
fix race condition for bug 121819 by using os.fstat(myfd).st_nlink instead of...
Zac Medico
2006-02-14
1
-1
/
+1
*
get rid of pointless whitespace
Mike Frysinger
2006-02-14
1
-1
/
+1
*
cleanup output and syntax, make sure we exit with non-zero status when someth...
Mike Frysinger
2006-02-14
1
-19
/
+19
*
add support for ROOT by Joel Martin #122728
Mike Frysinger
2006-02-14
1
-3
/
+6
*
Make repoman ebuild.invalidname message a bit more useful
Marius Mauch
2006-02-13
2
-2
/
+2
*
misc atomic_ofstream and write_atomic updates in portage.py
Zac Medico
2006-02-13
1
-29
/
+14
*
use write_atomic for move_ent CATEGORY updates
Zac Medico
2006-02-12
1
-6
/
+2
*
fix dirsonly handling in listdir
Marius Mauch
2006-02-12
1
-1
/
+1
*
use write_atomic for fixdbentries
Zac Medico
2006-02-12
1
-4
/
+3
*
fix perform_checksum.perform_checksum() so that it wraps FileNotFound exceptions
Zac Medico
2006-02-12
2
-10
/
+12
*
add a new emerge --ignore-default-opts option for bug 121695
Zac Medico
2006-02-12
3
-3
/
+10
*
catch possible ENOENT error from portage_checksum.perform_md5 for bug 24374
Zac Medico
2006-02-12
1
-2
/
+10
*
import errno at the top of portage.py
Zac Medico
2006-02-12
1
-4
/
+1
*
- add portage to MULTILIB_STRICT_EXEMPT
Ned Ludd
2006-02-11
1
-1
/
+1
*
fix typo for bug 111098 (patch by andre@fluffyspider.com.au)
Zac Medico
2006-02-11
1
-1
/
+1
*
use cached stat and lstat results to minimize the number of stat calls in dbl...
Zac Medico
2006-02-10
1
-7
/
+17
*
avoid unnecessary stat by catching ENOENT error instead of using os.path.exis...
Zac Medico
2006-02-10
1
-1
/
+7
*
fix KeyError: '.' in dblink.unmerge() from bug 100479
Zac Medico
2006-02-10
1
-12
/
+12
*
make repoman obey NOCOLOR for bug 77566 (patch by antarus)
Zac Medico
2006-02-10
1
-0
/
+2
*
for each fetch ensure correct permissions on both $DISTDIR and $DISTDIR/.lock...
Zac Medico
2006-02-09
1
-29
/
+19
*
use write_atomic for the counter file
Zac Medico
2006-02-09
1
-6
/
+1
*
use getattr instead of hasattr for detection of base class destructor (recomm...
Zac Medico
2006-02-09
1
-3
/
+3
*
eat the parent process with exec, YUM
Mike Frysinger
2006-02-09
1
-1
/
+1
*
touchup style
Mike Frysinger
2006-02-09
1
-4
/
+4
*
use atomic_ofstream for mtimedb commits
Zac Medico
2006-02-09
1
-2
/
+6
*
use new write_atomic() function for all world file updates
Zac Medico
2006-02-09
4
-15
/
+7
*
add new atomic_ofstream class for safer writes
Zac Medico
2006-02-09
1
-6
/
+88
*
cPickle import protection; fall back to pickle if cPickle is unavailable.
Brian Harring
2006-02-08
3
-4
/
+18
*
fix whitespace breakage introduced by writemsg_stdout() changes
Mike Frysinger
2006-02-08
1
-11
/
+11
*
Remove references to --verbose and --quiet in depgraph.display() and make
Jason Stubbs
2006-02-07
1
-6
/
+6
*
wrap all relevant atexit usage due to incompatibility with os.execv (needed f...
Zac Medico
2006-02-06
4
-8
/
+43
*
use sys.argv[0] for the path to emerge rather then hard coding
Brian Harring
2006-02-06
1
-1
/
+1
*
when emerge restarts itself, make /usr/lib/portage/bin/emerge the first argum...
Zac Medico
2006-02-06
1
-3
/
+2
*
Make sure confcache files are writable by the portage group, not just the por...
Marien Zwart
2006-02-06
1
-2
/
+2
*
add CATEGORY to ebuild.5 and declare it readonly in ebuild.sh
Zac Medico
2006-02-05
2
-1
/
+4
*
do commit_mtimedb() after each merge for bug 100300
Zac Medico
2006-02-05
1
-0
/
+4
*
remove outdated "You may avoid the remerging of packages" message
Zac Medico
2006-02-05
1
-2
/
+0
*
replace existing "restarting emerge via exec()" functionality with a new appr...
Zac Medico
2006-02-05
1
-28
/
+8
*
document more stuff
Mike Frysinger
2006-02-05
1
-76
/
+202
*
mention mirror, not nomirror
Mike Frysinger
2006-02-05
2
-2
/
+2
*
aparently someone never heard of rstrip...
Brian Harring
2006-02-04
1
-6
/
+1
*
Adding a comment about normpath, and why we use our own copy.
Alec Warner
2006-02-04
1
-1
/
+9
*
remove stray quote introduced in revision 2645
Zac Medico
2006-02-04
1
-1
/
+1
*
touchup code like dosym
Mike Frysinger
2006-02-04
1
-5
/
+5
*
send error to stderr
Mike Frysinger
2006-02-04
1
-1
/
+1
*
use much simpler code as inspired by agriffis' fowners work
Mike Frysinger
2006-02-04
1
-8
/
+2
*
cleanup code and handle errors better as Simon Stelling says in Bug 121317
Mike Frysinger
2006-02-04
2
-26
/
+35
[next]