2008-12-10 |
Zac Medico | urlparse.urljoin() only works correctly with recognized... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Zac Medico | When processing output from the "depend" phase, use... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Zac Medico | When attempting to close fd 9 at the end of the depend... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Zac Medico | Bug #250148 - Prevent ebuild.sh subprocess from inherit... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Zac Medico | In digestgen(), don't call fetch for files that already... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Zac Medico | Simplify the code from bug #250166. |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Zac Medico | Bug #250166 - To avoid accidental regeneration of diges... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Zac Medico | When in --debug mode, make the depgraph call self.digra... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Zac Medico | For py3k compat, avoid using list.sort(cmp). |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Zac Medico | For py3k compat, remove Package.__cmp__() and related... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Zac Medico | Fix deprecated_profile_check() to account for PORTAGE_C... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Zac Medico | Avoid TypeError in BlockerCache.__iter__() that's trigg... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Zac Medico | Bug #250212 - Add a new 'upstream.workaround' qa catego... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Zac Medico | Bug #249586 - Use writemsg() to send output to stderr... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Zac Medico | If pkg_nofetch needs to be spawned inside fetch() and... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Zac Medico | Add docs for PORTAGE_GPG_DIR and PORTAGE_GPG_KEY that... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Zac Medico | Validate $ROOT inside the --resume merge list in order... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Zac Medico | Make fixpackages use a new "#" symbol for /var/db updat... v2.2_rc17 |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Zac Medico | Make fixpackages less noisy by only generting '*' chara... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Zac Medico | FEATURES=fixpackages is now enabled by default |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Zac Medico | Sync with 2.1.6 branch. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Zac Medico | Enable FEATURES=fixpackages by default since the perfor... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Zac Medico | Bug #249805 - Add some more PreservedLibsRegistry.prune... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Zac Medico | Make sure depgraph._slot_conflict_explanation() doesn... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Zac Medico | Bug #249185 - For common cases in which USE deps trigge... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Zac Medico | Break references between the depgraph and the dropped... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Zac Medico | When --keep-going drops packages due to unsatisfied... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Zac Medico | It's not safe to use the git commit -a option since... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Zac Medico | When calling `git ls-files -m` to list modified files... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Zac Medico | Fix depgraph._dep_check_composite_db._visible() to... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Zac Medico | Skip sourcinf of profile.bashrc during the depend phase. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Zac Medico | Source bashrc files as late as possible, giving them... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Zac Medico | Fix inconsistencies between the "clean" and "cleanrm... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Zac Medico | Bug #249185 - For more useful output in cases when... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Zac Medico | Change depgraph._slot_collision_info() from a set to... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Zac Medico | Add a sanity check inside depgraph._add_pkg() to ensure... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Zac Medico | Add 'automatically resolved' blockers to the --pretend... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Zac Medico | Use stat st_dev attributes instead of the older approach. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Zac Medico | Don't call prepare_build_dirs() inside doebuild() when... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zac Medico | For bug #235642, include the stat mode, uid, and gid... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zac Medico | In movefile(), ignore the hardlink_candidates parameter... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zac Medico | Bug #235642 - Create hardlinks when merging identical... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zac Medico | Don't direct to /dev/null when creating $EBUILD_EXIT_ST... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zac Medico | Bug #205044 - When creating $EBUILD_EXIT_STATUS_FILE... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zac Medico | Make Scheduler.merge() bail out early if PORTAGE_TMPDIR... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zac Medico | Add some more clarification to the 'ebuild phase exited... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zac Medico | Eliminate redundant Manifest separation code by combini... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zac Medico | Remove redundant reference to 'mynew' since 'myupdates... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zac Medico | Bug #248464 - With git, there's never any keyword expan... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zac Medico | Bug #248782 - Handle permission error in EbuildFetchonl... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zac Medico | Note that file names in /etc/portage/package.* director... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Zac Medico | Remove world and system targets for emerge --help since... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Zac Medico | Use tar options to make files owned in release tarballs... v2.2_rc16 |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Zac Medico | Also add 2 spaces after newline, for alignment. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Zac Medico | Add one newline, to wrap the "Global Updates" key to... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Zac Medico | Fix typo in --help. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Zac Medico | Document the 'eapi' profile file. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Zac Medico | Add support for parsing EAPI labels in contained in... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Zac Medico | Inside profile_check(), call validate_ebuild_environmen... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Zac Medico | Make emerge detect an invalid profile an bail out for... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Zac Medico | Use a table to organize the key of USE flag symbols... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Zac Medico | Use a table to organize the key of merge list display... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Zac Medico | Document "I" which represents PROPERTIES=interactive... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Zac Medico | Add a note about negative IUSE default settings being... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Zac Medico | Fix SIGINT and SIGTERM trap handling so the temp dir... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Zac Medico | Bug #188780 - Make the read_int() function show a more... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Zac Medico | Fix the code from bug #245358 so that it's guaranteed... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Zac Medico | Bug #247548 - Remove 'last' and 'lfull' commands since... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Zac Medico | Add docs for all of the supported commands. |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Zac Medico | When displaying anscestors of an unstatisfied dependenc... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Zac Medico | Add back accidentally removed @downgrade set. Thanks... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Zac Medico | Add new @unavailable package set which contains all... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Zac Medico | Add some hints about bash binary corruption and hardwar... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Zac Medico | Add some people to the AUTHORS section. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Zac Medico | Fix quoting on $CHANGELOG_REVISION. v2.2_rc15 |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Zac Medico | Make sure the dict returned from _parse_data() contains... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Zac Medico | Add missing '%' symbol (for binary package moves) to... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Zac Medico | Fix some cases in dep_zapdeps() where blocker atoms... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Zac Medico | Bug #247776 - Show a warning message if CONFIG_PROTECT... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Zac Medico | Bug #248059 - Make --depclean more tolerant of invalid... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Zac Medico | Bug #248059 - In action_depclean(), ignore invalid... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Zac Medico | In EbuildProcess._start(), don't open the log file... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Zac Medico | In JobStatusDisplay, always flush the output stream... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Zac Medico | When given an ambiguous ebuild name to install, format... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Zac Medico | Remove inappropriate backslash escaping inside _db_esca... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Zac Medico | Inside _parse_data(), don't rely on the magic 22 line... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Zac Medico | Bug #247370 - Use a private PORTAGE_TMPDIR for --fetcho... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Zac Medico | Remove PORTAGE_IONICE_COMMAND setting since it's commen... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Zac Medico | Bug #247625 - Update PORTAGE_IONICE_COMMAND docs to... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Zac Medico | Remove --fetchonly --resume time.sleep() call which... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Zac Medico | Bug #245716 - When generating QA notices for 'command... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Zac Medico | Bug #245779 - Document the new category subdirectory... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Zac Medico | Move the repo_name check/warning into a function. |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Zac Medico | When warning about 'missing repo_name', also give the... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Zac Medico | Make serialize_eclasses() sort eclass names. |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Zac Medico | For emerge --metadata runs, update _eclasses_ metadata... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Mike Frysinger | include quotes when showing make output |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Zac Medico | Store the _eclasses_ field instead of INHERITED. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Zac Medico | Bug #139134 - Make the flat_hash and metadata modules... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Zac Medico | When parsing `git diff` output, filter paths that are... |
commit | commitdiff | tree | snapshot |
next |