2008-08-23 |
Zac Medico | More LinkageMap enhancments from Lucian Poston: |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Zac Medico | Add a new src_prepare phase function which is called... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Zac Medico | Add a new is_protected command which queries whether... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Zac Medico | Fix isprotected() call in dblink._collision_protect... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Zac Medico | Update ROOT docs wrt make.conf since it can now be... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Zac Medico | Use shlex.split() to split CONFIG_PROTECT and CONFIG_PR... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Zac Medico | For consistency, show [0] in the repo display instead... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Zac Medico | Update comment, from Lucian Poston's git repo. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Zac Medico | Optimize LinkageMap to use tuples of device and inode... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Zac Medico | Fix typo in "directory" spelling. Thanks to Ofer Wald... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Zac Medico | Fix spelling of overriding for bug #235250. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Zac Medico | Fix dep_wordreduce() so that it doesn't cancel out... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Zac Medico | Make dblink call back to the scheduler for "clean"... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Zac Medico | Make sure EBUILD_PHASE is properly unset when calling... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Zac Medico | When in background mode, redirect "adjusting permission... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Zac Medico | Add an 'IUSE defaults' section. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Zac Medico | Remove reference to use.default. Thanks to ulm for... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Zac Medico | The following error is known to occur with Linux kernel... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Zac Medico | Update for @everything -> @installed rename. Thanks... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Zac Medico | * Truncate status display output when necessary to... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Zac Medico | Don't assume that the "world" set is an instance of... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Zac Medico | Fix atom -> str breakage in StaticFileSet.write(). |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Zac Medico | Document /var/lib/portage/world_sets. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Zac Medico | Bug #172496 - Add a PORTAGE_COMPRESS_EXCLUDE_SUFFIXES... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Zac Medico | For consistency, make get_open_fds() return a plain... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Zac Medico | Use a list comprehension instead of strange map() usage... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Zac Medico | For py3k compatibility, replace map() call with a norma... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Zac Medico | Pass atom instances into action_depclean() instead... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Zac Medico | Validate atoms from command line args before calling... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Zac Medico | In order to avoid an unhandled InvalidAtom exception... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Zac Medico | * Replace vartree.dep_match() call with normal dbapi... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Zac Medico | When a build fails, generate a status message showing... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Zac Medico | Convert exceptions from parse_metadata_use() into ... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Zac Medico | * Fix parse_metadata_use() to raise ParseError instead... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Zac Medico | The fpformat module is deprecated and will be removed... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Zac Medico | Make Scheduler._choose_pkg() parallelize more aggressiv... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Zac Medico | Fix quoting for iteration over PROFILE_PATHS. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Zac Medico | Create a single EAPI section to contain all of the... v2.2_rc8 |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Zac Medico | Bug #234478 - Fix config._getMissingLicenses() to only... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Zac Medico | Disable "waiting for lock" messages when in background... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Zac Medico | Fix ebuild(1) so that src_configure is only called... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Zac Medico | Entirely disable the src_configure phase from the pytho... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Zac Medico | In source_all_bashrcs(), only change $IFS while splitti... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | Increase Scheduler._job_delay_max to 10 seconds. v2.2_rc7 |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | For pkg_config and pkg_info, add respective "config... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | When testing userpriv write access in $DISTDIR, redirec... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | Remove unnecessary dict.keys() call. |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | Move the default EAPI definition where it will work... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | Remove most references to Package.metadata_keys and... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | Add sample code for the new src_configure and src_compi... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | Document the differences between EAPIs 0 and 1. |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | Add new sections for EAPI 0 and 1 (currently empty). |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | Remove INHERITED from the vardbapi aux_get cache since... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | Remove pointless `cd` calls in dyn_configure() and... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | Eliminate duplicate code by making _eapi1_src_compile... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Zac Medico | Make the scheduler's job delay ramp up faster by increa... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Zac Medico | Fix dyn_clean() to properly clean $PORTAGE_BUILDDIR... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Zac Medico | Add write_contents() and tar_contents() functions to... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Zac Medico | * Use shlex.split() for splitting COLLISION_IGNORE. |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Zac Medico | Bug #234100 - Update date and portage version in man... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Zac Medico | Bug #234157 - Remove BUILD_PREFIX from the docs since... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Zac Medico | Don't use "dir" for a variable name since it's also... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Zac Medico | Add a reference to the default sets.conf location.... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Zac Medico | Make eapi*_src_install die since they're not supported. |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Zac Medico | Escape use flags before compiling regular expressions... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Zac Medico | Update date in dyn_help copyright header. Thanks to... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Zac Medico | When calling dbaip.aux_get() inside depgraph._select_pa... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Zac Medico | Increase Scheduler._job_delay_factor from 0.5 to 0... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Zac Medico | Remove redundant default pkg_nofetch, src_unpack, and... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Zac Medico | Add new LinkageMap.listBrokenBinaries() and listProvide... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Zac Medico | Fix broken reference to os.path.realpath() inside Linka... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Zac Medico | In LinkageMap.rebuild(), filter empty strings that... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Zac Medico | Fix broken quoting in eval statements. Thanks to Arfrever. |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Zac Medico | Add missing default_src_configure() function to table... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Zac Medico | Fix default phase functions in EAPI 2_pre2, since they... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Zac Medico | Rename the eapi2_pre2_* functions to just eapi2_* and... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Zac Medico | Implement eapi$EAPI_* default phase functions that... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Zac Medico | Handle missing ipv6 support (branches/prefix r11347). |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Zac Medico | * Fix the default() implementation so that it maps... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Zac Medico | Shorten the scheduler status display in the xterm title... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Zac Medico | When testing containment of elem[:1] in "MR", filter... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Zac Medico | In order to properly preserve --jobs and --load-average... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Zac Medico | Add support in EAPI 2_pre2 for a function named "defaul... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Zac Medico | Fix a bug in vardbapi.removeFromContents() which someti... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Zac Medico | In order to conserve some space, make _setitem() skip... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Zac Medico | Replace call to `svn list` with a call to `svn status... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Zac Medico | Remove the "ebuild.disjointed" check because it's obsol... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Zac Medico | Fix `svn status` output parsing to account for "replace... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Zac Medico | Remove redundant 'local line' definition from previous... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Zac Medico | Fix breakage in elog function newline handling with... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Zac Medico | Make doebuild() display manifest verification failures... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Zac Medico | When there is no build log to display, it means that... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Zac Medico | Remove unused parse_use_local_desc() function. |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Zac Medico | Remove the use.local.desc IUSE validation which is... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Zac Medico | Add some docs for EAPI 2_pre2. |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Zac Medico | Bug #233735 - Add support for src_configure and default... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Zac Medico | Remove code from bug #223447 which is now obsolete... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Zac Medico | Make the status display say "Emerging" and "Emerging... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Zac Medico | Insert extra newline before status messages, since... |
commit | commitdiff | tree | snapshot |
next |