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 |
2008-11-17 |
Zac Medico | When committing manifests, specify the manifest paths... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Zac Medico | Bug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VC... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Zac Medico | Add missing -a option for git commits. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Zac Medico | Fix the 'jobserver unavailable' regex to match gmake. |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Zac Medico | Add a QA Notice for 'jobserver unavailable' from make... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Zac Medico | Trigger the --include-dev suggestion for any keywords... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Zac Medico | Suggest to use the new --include-dev (-d) option in... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Zac Medico | Only show the "--without-mask" suggestion when packages... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Zac Medico | Add a short -d option for the new --include-dev option... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Zac Medico | In order to reduce time consumed for dependency checks... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Zac Medico | When a "slot conflict" occurs due to USE dependencies... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Fix logic inside PollScheduler._can_add_job() so that... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Make NewsManager.updateItems() and getUnreadItems(... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Inside depgraph._add_pkg(), handle the case where multi... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Check the return value from depgraph._add_pkg() when... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Bug #246821 - Avoid TypeError from binarytree.isremote... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Make depgraph.display_problems() send unsatisfied depen... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Bug #246853 - Redirect all ouput from depgraph.display_... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Bug #236207 - Replace some hardcoded colors with color... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Bug #173284 - Update config update counting code in... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Remove stray print statement from previous commit. |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Bug #173284 - Do not traverse hidden directories such... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Bug #173284 - Do not traverse hidden directories such... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Bug #236714 - Handle PortagePackageException raised... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Make digestgen() handle PermissionDenied internally... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Bug #236683 - Fix PermissionDenied handling to report... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Bug #243022 - Inside dblink.mergeme(), when merging... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Bug #216190 - Make dblink.treewalk() bail out rather... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Zac Medico | Fix new* and do* ebuild helpers to generate consistent... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Zac Medico | Make the EbuildQuote check filter out matches that... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Zac Medico | Exempt live ebuilds from KEYWORDS.missing and KEYWORDS... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Zac Medico | In dyn_package(), use the 'assert' macro (from isolated... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Zac Medico | Add a --changelog-rev option that truncates the ChangeL... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Zac Medico | * git support for repoman |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Zac Medico | Use a table to condense the docs for the default_*... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Zac Medico | Bug #244485 - Document the !!atom blocker syntax. |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Zac Medico | Add newlines so that first lines of tables display... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Zac Medico | Note that USE dependencies appear on the right hand... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Zac Medico | Bug #244485 - Document USE dependencies. |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Zac Medico | Having a leading ./ prefix on file paths can trigger... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zac Medico | Bug #244485 - Document SRC_URI arrows for output file... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zac Medico | Rename the "FUNCTIONS" section to "PHASE FUNCTIONS". |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zac Medico | Bug #244485 - Document the default phase function helpers. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zac Medico | Bug #244485 - Document src_prepare() and src_configure... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zac Medico | Bug #244485 - Document the doman enhancement from bug... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zac Medico | Use apply_secpass_permissions() to avoid OperationNotPe... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zac Medico | Use grabfile() instead of grablines(), to ignore empty... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zac Medico | Add quote from GLEP 42 about permission bits. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zac Medico | Misc fixes and cleanups in NewsManager. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zac Medico | Return early from NewsManager.updateItems() if the... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zac Medico | Always return early from NewsManager.updateItems()... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Zac Medico | Use a simpler approach instead of implementing NewsItem... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Zac Medico | * Add NewsItem.isValid() and DisplayRestriction.isValid... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Zac Medico | Sort the return value from cpv_all() inside vardbapi... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Zac Medico | Inside NewsManager.updateItems(), use a mutable set... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Zac Medico | Instead of raising a TypeError from the NewsItem constr... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Zac Medico | Use a frozenset to optimize skiplist containment checks... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Zac Medico | Bug #246451 - Inside SecuritySet._reduce(), use portdba... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Zac Medico | Make post_emerge() exit early if it detects that the... v2.2_rc14 |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Zac Medico | Allow --keep-going to continue in some cases when a... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Zac Medico | Simplify code for cloning config instances inside Sched... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Zac Medico | Make FindPortdir() fall back to have_profile_dir()... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Zac Medico | Derive the changelog_path variable from the new checkdi... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Zac Medico | Make FindPortdir() return (None, None, None) on failure... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Zac Medico | Inside have_profile_dir(), check for existence of profi... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Zac Medico | Update hardcoded "cvs" error messages to show the corre... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Zac Medico | Fix pretend output to show git -a option when committin... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Zac Medico | Add git support. Thanks to Daniel Robbins for the initi... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Zac Medico | Fix logic from previous commit in Scheduler._choose_pkg... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Zac Medico | When in --nodeps mode, make Scheduler._set_digraph... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Zac Medico | Inside depgraph.loadResumeCommand(), initialize self... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Zac Medico | Fix --jobs parallel scheduling to ensure that temporary... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Zac Medico | Revert r11839 since it's not necessarily desired to... |
commit | commitdiff | tree | snapshot |
next |