portage.git
2006-04-04 Zac MedicoAutomatically create FILESDIR if necessary when writing...
2006-04-04 Simon Stellingfix typo in make.conf and remove RSYNC_EXCLUDEFROM...
2006-04-04 Simon Stellingfix make.conf indentation per bug 127868; thanks to...
2006-04-03 Alec WarnerIt was pointed out that we have a Test-Manifest perl...
2006-04-03 Alec WarnerFix yet another typo of mine, thanks to exg
2006-04-03 Alec WarnerFix ordering in cvs calls to be correct, thanks to...
2006-04-03 Jason Stubbss/parenreduce/paren_reduce/ comment fix.
2006-04-03 Alec WarnerRemove out-dated TODO file
2006-04-03 Zac MedicoFix a typo from r3058.
2006-04-03 Alec WarnerFixes for repoman thanks to exg@gentoo.org and bug...
2006-04-03 Alec WarnerFix minor typo: reported by Brian Harring
2006-04-03 Alec Warnertsk tsk, fix a missing parenthesis :)
2006-04-03 Alec WarnerAdd a deprecation notice for those who are still using...
2006-04-03 Zac MedicoMove DISTDIR initialization from doebuild to fetch...
2006-04-03 Alec WarnerTake sound advice and move all the use expand files...
2006-04-03 Alec WarnerMake repoman check for USE expand descriptions in other...
2006-04-02 Jason StubbsMake the reading of /proc/<pid>/fd/ impervious to the...
2006-04-02 Zac MedicoAdd a portage_exec.get_open_fds() function for bug...
2006-04-02 Alec WarnerMore exception fixes...
2006-04-02 Alec WarnerFixing stupid exception handling
2006-04-01 Mike Frysingerfix makelinks logic again
2006-04-01 Zac MedicoRename local 'root' variable to parent_dir so that...
2006-04-01 Zac MedicoFix ROOT handling for timestamps of lib directories...
2006-04-01 Mike Frysingerneed to still check makelinks
2006-04-01 Zac MedicoFix env_update so it runs ldconfig when a lib dir times...
2006-04-01 Mike Frysingerdont run ldconfig if a package doesnt actually install...
2006-03-30 Zac MedicoFix manifest2AuxfileFilter so that it correctly filters...
2006-03-30 Zac MedicoUse ensure_dirs for CCACHE_DIR, CONFCACHE_DIR, and...
2006-03-30 Zac MedicoAdd a reusable ensure_dirs() function and use it for...
2006-03-30 Zac MedicoThe return value from apply_permissions now indicates...
2006-03-30 Zac MedicoHandle distlocks subdir initialization together with...
2006-03-29 Zac MedicoOnly do recursive permissions on $DISTDIR and $DISTDIR...
2006-03-29 Zac MedicoCompare distfiles timestamps with the files in PORTAGE_...
2006-03-29 Zac MedicoIgnore more system libraries in python-trace mode.
2006-03-29 Zac MedicoAutomatically follow symlinks in the atomic_ofstream...
2006-03-29 Mike Frysingeradd missing space in quiet col output
2006-03-29 Zac MedicoCreate a single colorize() function in the output modul...
2006-03-28 Marius MauchRecommend PORTAGE_RSYNC_EXTRA_OPTS instead of PORTAGE_R...
2006-03-27 Ned Ludd- set sane perms on unpacking. If anybody hates this...
2006-03-27 Zac MedicoSort the hashes for manifest2 lines to that output...
2006-03-27 Marius Mauchsort digest/Manifest files by 1) filetype (v2 only...
2006-03-27 Zac MedicoCompare new digest data with old digest data and rewrit...
2006-03-27 Zac MedicoUse write_atomic for updates of old style digest files.
2006-03-27 Marius Mauchfix some nasty repoman tricks causing problems (always...
2006-03-27 Zac MedicoSplit out a reusable Manifest._createDigestLines1(...
2006-03-27 Zac Medicofix a typo from the last revision.
2006-03-27 Zac MedicoSplit out a reusable Manifest._parseDigests() method.
2006-03-26 Zac MedicoAllow users in the portage group to fetch. Thanks to...
2006-03-26 Marius Mauchmove some elog defaults into make.globals, add new...
2006-03-26 Zac MedicoClean up code for creation of CCACHEDIR, CONFCACHEDIR...
2006-03-26 Marius Mauchfor collision-protect also check that only versions...
2006-03-26 Marius Mauchfix AuxfileFilter to ignore all files in svn or cvs...
2006-03-25 Zac MedicoFix traceback for bug #127573. Thanks to illuminata...
2006-03-25 Zac MedicoAdd lazy loading of virtuals in portage.do_vartree...
2006-03-25 Marius MauchAdd files/ prefix for AUX files in manifest1 entries... v2.1_pre7
2006-03-25 Zac MedicoLoad virtuals on demand in order to avoid needless...
2006-03-25 Marius Mauchonly reuse distfile checksums if the file doesn't exist
2006-03-25 Marius MauchMake ebuild digest reuse existing checksums
2006-03-25 Marius MauchMake ebuild digest a bit more verbose
2006-03-25 Marius MauchFileNotFoundException should be used with the filename
2006-03-24 Marius MauchPORTAGE_WORKDIR_MODE is octal
2006-03-24 Marius Mauchadd missing manifest module
2006-03-24 Marius MauchAdd manifest2 support.
2006-03-24 Marius MauchFix crappy error handling for PORTAGE_WORKDIR_MODE
2006-03-24 Marius MauchReplacing arch specific make.conf files with patches...
2006-03-24 Zac MedicoCreate tbz2 package directly in ${PKGDIR}/All to avoid...
2006-03-23 Zac MedicoAdd a portage_debug module and python-trace feature...
2006-03-23 Zac MedicoWhen the post preinst shell tasks fail, write a message...
2006-03-23 Zac MedicoWrite a message to stderr indicating when install_qa_ch...
2006-03-23 Zac MedicoInclude the die call itself (including line number...
2006-03-22 Zac MedicoEnable bash tracing during sourcing of bashrc for ...
2006-03-20 Zac MedicoMake emerge-webrsync only do metadata-transfer when...
2006-03-20 Zac MedicoMove has, hasq, and hasv functions to isolated-function...
2006-03-20 Zac MedicoFix sandbox feature (broken since r2947).
2006-03-20 Zac MedicoDo not split PORTAGE_RSYNC_EXTRA_OPTS and add it direct...
2006-03-20 Marien ZwartMove CacheError from the block of python imports to...
2006-03-19 Zac MedicoMiscellaneous fixes and cleanup for the rsync options...
2006-03-19 Zac MedicoFix deprecated RSYNC_TIMEOUT handling (move it where...
2006-03-19 Marius Mauchadding notes about new rsync option handling
2006-03-19 Marius Mauchmake the fallback make.conf more generic by removing...
2006-03-19 Marius MauchAdd support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS...
2006-03-19 Mike Frysingerupdate -I long option
2006-03-19 Mike Frysingerdelete extraneous print
2006-03-19 Zac MedicoAdd NOCOLOR support to ebuild.sh and make emerge automa...
2006-03-19 Zac MedicoCompare new digest data with old digest data and rewrit...
2006-03-19 Zac MedicoCatch a possible OSError from the stat call in atomic_o...
2006-03-18 Zac MedicoReset the selinux security context before returning...
2006-03-18 Zac MedicoFix typo from the last revision.
2006-03-18 Zac MedicoStop swallowing IOError and TypeError exceptions in...
2006-03-18 Zac MedicoPrevent an IOError with errno != ENOENT from being...
2006-03-18 Zac MedicoFix typo in spelling of been in emerge-web Thanks...
2006-03-18 Zac MedicoMake PORTAGE_INST_UID and PORTAGE_INST_GID default...
2006-03-18 Alec WarnerMinor speedup for findname2, suggested by Brian Harring
2006-03-18 Zac MedicoMake successful inherit calls return success so that...
2006-03-18 Kitoadd short options for --one-shot and --fetch-all-uri...
2006-03-18 Zac MedicoReplace hard coded number 2 in cache modules with errno...
2006-03-18 Zac MedicoChange os.makedirs to makedirs (typo from r2934).
2006-03-18 Zac MedicoFix a typo from the last revision.
2006-03-18 Zac MedicoUse one makedirs function for all directory creations...
2006-03-18 Zac MedicoFix PORTAGE_WORKDIR_MODE so that 0700 is correctly...
next