2007-06-27 |
Zac Medico | Fix quoting. (trunk r7057) |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Zac Medico | Format $EBUILD_OVERLAY_ECLASSES output more like it... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Zac Medico | For bug #144333, add a --reinstall=changed-use option... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Zac Medico | Format the callstack indentation more like it used... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Zac Medico | Send the ebuild die message through eerror and make... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Zac Medico | Preserve merge order in elog output. (trunk r7046) |
commit | commitdiff | tree | snapshot |
2007-06-26 |
Zac Medico | Short circuit the loop as soon as missing hashes are... |
commit | commitdiff | tree | snapshot |
2007-06-26 |
Zac Medico | Add one more size == 0 check to digestgen(). (trunk... |
commit | commitdiff | tree | snapshot |
2007-06-26 |
Zac Medico | Add sanity checks in fetch() and digestgen() to automat... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Zac Medico | For bug #183167, explicitly call elog_process() when... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Zac Medico | For bug #142473, add 4 color classes corresponding... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Zac Medico | Don't use urljoin() in binarytree.gettbz2() since it... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Zac Medico | Fix file_get_lib() so it behaves the same way with... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Zac Medico | For bug #175891, add sftp protocol support via the... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Zac Medico | Allow emerge --fetchonly to continue downloading other... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Zac Medico | Fix resume logic in binarytree.gettbz2(). (trunk r7017... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Zac Medico | For bug #175891, support ${FETCHCOMMAND}_${PROTOCOL... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Zac Medico | Clean up file_get() to use shlex, varexpand, and spawn... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Zac Medico | Fix binarytree.isremote() to be consistent with binaryt... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Zac Medico | add hashlib support for checksum verification, refactor... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Zac Medico | highlight world packages in --pretend output (bug ... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Zac Medico | Clarify RESUMECOMMAND requirements. (trunk r7005) |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Zac Medico | Update FETCHCOMMAND and RESUMECOMMAND docs (bug #141550... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Zac Medico | dont break when the binhost url doesn't end with a... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Zac Medico | change default diff_command for emacs (bug #147558... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Zac Medico | sort the world file before writing it and ensure that... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Zac Medico | get ACCEPT_KEYWORDS from the env in gvisible() to prope... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Zac Medico | - s/!owned/replaced/ in merge output to clarify it... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Zac Medico | Allow sync for unpriviledges users if they have write... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Zac Medico | For bug #182964, replace os.rename() with portage.movef... |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Zac Medico | Revert r6968 since shutil.move() is broken internally. |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Zac Medico | For bug #182964, replace os.rename() with shutil.move... |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Zac Medico | Remove redundant 'Usage: ' from the usage message.... |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Zac Medico | Add a logrotate config for the save_summary elog module... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | enable save_summary and echo modules in make.globals... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | Show which $ROOT a package was merged to when $ROOT... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | - Make elog finalize() handling safe for PORTAGE_CONFIG... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | Document RESTRICT=bindist and add a note about allowanc... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | Update 2.1.3 news for elog stuff. (trunk r6950) |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | For bug #182428, make quickpkg exclude config files... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | Make quickpkg print a warning if "bindist" is in RESTRI... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | Clean up the profile masking code. (trunk r6292) |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | cache the result of --suffix to reduce testing overhead... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | Implement iterkeys on top of __iter__ instead of vice... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | config class mapping interface cleanups from trunk... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | Remove more unnecessary list generation. (trunk r6913) |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | Remove more unnecessary list generation. (trunk r6912) |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | Remove lots of unnecessary list generation via dict... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | Print hostname in xterm title if HOSTNAME is exported... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | Print filename when displaying package.mask comments... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | Add support for RSYNC_EXTRA_OPTS to webrsync (trunk... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | Check if entries contain the required hashes before... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | remove confcache docs (trunk r5802) |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Zac Medico | if requested argv cannot be matched to anything, exit... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | Some minor fixes for manifest code (trunk r5735) |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | Allow per-module filtering based on loglevels in additi... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | - start documenting qa notices so antarus stops whining... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | Display message about --buildpkgonly restriction in... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | default --help should be usable, so make the extended... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | fix grammar in error output (trunk r6285) |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | make PDEPEND wording less restrictive #172511 and clari... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | change DOCDESTTREE to _E_DOCDESTTREE_ to try and preven... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | strip .comment by default, add a comment as to what... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | Pretty up the repoman imports, use cPickle over pickle... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | add new echo module for people who don't want any real... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | as noted by Josh Saddler on the gentoo-dev mailing... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Zac Medico | In dblink._security_check(), use os.path.realpath to... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Zac Medico | Add an --ignore-default-opts option that is analogous... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Zac Medico | Use the the optparse options for --ignore-default-opts... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Zac Medico | Show a "world problems" warning for packages that aren... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Zac Medico | For bug #180165, make portageq print a "Permission... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Zac Medico | If a package is in the world set but it's not installed... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Zac Medico | Fix cacheddir() to behave properly if os.listdir()... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Zac Medico | For bug #143340, give an appropriate message when there... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Zac Medico | Return early from get_term_size() is stdout is not... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Zac Medico | For bug #182571, handle curses.error if it's thrown... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Zac Medico | For bug #182428, make quickpkg use a more secure umask... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Zac Medico | During unmerge, always verify that the file isn't a... |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Zac Medico | In dblink.isowner() don't bother to stat the file when... |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Zac Medico | For bug #182346, use dblink.isowner() during unmerge... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | Go ahead and unlink symlinks to directories when they... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | Make the collision-protect loop check for existance... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | Make repoman exit with nonzero status whenever there... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | For bug #182021, use active voice when notifying the... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | Handle another case where removing a symlink to a direc... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | For bug #182157, don't let unmerge-orphans unlink symli... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | For bug #182157, never chmod 0 symlinks before unlinkin... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Zac Medico | For bug #182105, fix the spelling of the fd_pipes parem... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Zac Medico | Fix broken \!found logic so that any missing files... v2.1.3_rc1 |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Zac Medico | Miscellaneous global updates cleanups. (trunk r6686... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | For bug #181953, prevent the circular_blocks code from... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | In dblink.treewalk(), handle the case where the current... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | Add a note about the new unmerge-orphans behavior.... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | For bug #134620, add a FEATURES=unmerge-orphans option... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | Fix dblink.isowner() so it works properly when ROOT... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | Use cached dblink instances for collision-protect.... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zac Medico | Cache dblink instances for security checks and referenc... |
commit | commitdiff | tree | snapshot |
next |