2008-10-20 |
Zac Medico | Revert previous 2 commits since they broke "selective... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Zac Medico | Simplify logic from the previous commit. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Zac Medico | Remove the "found_available_arg" variable from depgraph... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Zac Medico | Remove the unused portage.gpg module and portage_gpg_up... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Zac Medico | Remove support for FEATURES=gpg since it's already... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Zac Medico | In fetch(), make sure all references to digests for... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Zac Medico | In fetch(), don't spawn pkg_nofetch unless PORTAGE_BUIL... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Zac Medico | Bug #242304 - When a zero-byte distfile is detected... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Zac Medico | Bug #229033 - When a Manifest is added automatically... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Zac Medico | Bug #241366 - Only suggest to run `emaint --check world... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Zac Medico | When emerge --keep-going bails due to missing dependenc... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Zac Medico | Make sure the pkg_nofetch phase is only called once... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Zac Medico | Make fetch() fetch as many files as possible, even... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Zac Medico | Don't return from fetch() due to fetch restriction... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Zac Medico | Bug #234301 - When fetch fails, include the path of... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Zac Medico | Bug #241118 - Re-enable pkg_nofetch for emerge --preten... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Zac Medico | Add an explicit note about bug #239560 in the relevant... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Zac Medico | Inside fetch(), don't call pkg_nofetch when in parallel... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Zac Medico | Now that only prefetch (parallel-fetch) output goes... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Zac Medico | Remove the prefetch logic in EbuildFetcher._pipe()... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Zac Medico | Buge #241100 - Make EbuildFetcher use a pty when approp... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Zac Medico | Make the Scheduler class treat failed fetches the same... |
commit | commitdiff | tree | snapshot |
2008-10-11 |
Zac Medico | In EbuildFetcher._start(), in order to ensure that... |
commit | commitdiff | tree | snapshot |
2008-10-11 |
Zac Medico | When warning about package categories that haven't... |
commit | commitdiff | tree | snapshot |
2008-10-11 |
Zac Medico | Bug #241204 - Fix dbapi.invalidentry() calls inside... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Mike Frysinger | only use dummy echos in do_file() when running in inter... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Zac Medico | Migrate code from plain ValueError to AmbiguousPackageN... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Zac Medico | Bug #241132 - Handle AmbiguousPackageName exceptions... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Zac Medico | Create a new AmbiguousPackageName exception to raise... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Zac Medico | Grab make.globals from GLOBAL_CONFIG_PATH if available... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Zac Medico | At the end of dyn_clean(), also remove the $CATEGORY... v2.2_rc12 |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Zac Medico | Remove redundant os.close(master_fd) call inside SpawnP... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Zac Medico | Fix code from previous commit so it properly checks... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Zac Medico | Bug #240684 - Fix _ebuild_arg_to_phase() to handle... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Zac Medico | In EbuildFetcher._set_returncode(), don't clean up... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Zac Medico | Don't show the repo display when the merge list is... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Zac Medico | Fix apparent breakage from r11593 (slot dep support): |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Zac Medico | In EbuildBuild._fetch_exit(), clean up the fetch log... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Zac Medico | Use separate temp directories in order to avoid potenti... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Zac Medico | Since EbuildBuild no longer directs it's EbuildFetcher... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Zac Medico | Before returning config instances from Scheduler._alloc... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zac Medico | Generate elog messages for failed fetches. This restore... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zac Medico | Instead of using inheritance, reference the ConfigParse... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zac Medico | Make "qawarnings" a normal set since the missingvars... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zac Medico | Change the "qawarnings" variable from a list to a set. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zac Medico | Make HOMEPAGE.missing fatal again since, in cases when... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zac Medico | When EbuildBuild encounters a failed fetch, propagee... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zac Medico | Make EbuildFetcher clean up the build dir after failure... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zac Medico | Make EbuildFetcher direct fetch output to the normal... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zac Medico | Fix EbuildFetcher._wait_hook() so it can be called... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zac Medico | Bug #234301 - Add support to EbuildFetcher to collect... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Zac Medico | In fetch(), never call the pkg_nofetch phase when in... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Zac Medico | In doebuild(), don't create build dirs when "listonly... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Zac Medico | In order to avoid "waiting for lock" messages |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Zac Medico | Fix KeyError raised from display_preserved_libs() when... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Zac Medico | Bug #240022 - Avoid duplicate output for the same libra... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Zac Medico | Make HOMEPAGE.missing a warning since some packages... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Zac Medico | Avoid raising a KeyError from display_preserved_libs... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Zac Medico | In dyn_clean, cd to $PORTAGE_BUILDDIR/.. before attempt... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Zac Medico | Bug #239529 - When doins is called on a symlink to... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Zac Medico | * When ensuring sane $PWD in ebuild.sh, die if the... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Zac Medico | Only update the confmem file when something has changed. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Zac Medico | Fix PreservedLibsRegistry.store() so that it only rewri... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Zac Medico | Redirect pushd and popd output to /dev/null when approp... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Zac Medico | Add missing quotes on pushd argument from previous... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Zac Medico | Bug #239529 - Fix 'doins' to work with symlinks to... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Zac Medico | A cpv can be returned from dbapi.match() as an old... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Zac Medico | Handle AttributeError in case os.getloadavg does not... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Zac Medico | Fix depgraph._add_pkg() to ensure that the existing... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Zac Medico | Make depgraph._add_pkg() take a Dependency instance... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | Fix `svn status` output parsing for compatibility with... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | Remove pointless copying of the owners dict inside... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | Implement a new "changelog.ebuildadded" check which... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | In JobStatusDisplay._update(), set _displayed = True... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | Optimize display_preserved_libs() by using a single... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | Fix broken logic in Scheduler._main_loop() which would... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | Call elog_process before calling the "clean" phase... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Zac Medico | When parsing PORTAGE_ELOG_SYSTEM, stack values in a... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Zac Medico | Bug #239272 - Handle InvalidAtom exception inside |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Zac Medico | Generate an eqawarn message if econf is called from... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Zac Medico | Handle InvalidDependString from portdbapi.getFetchMap... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Zac Medico | Now that elog_base() uses 'echo -e' to expand escape... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Zac Medico | Bug #239006 - In FakeVartree._aux_get_wrapper(), fall... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Marius Mauch | allow the portage.sets. prefix to be omitted in 'class... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | Add a new DummyPackageSet handler to make set operators... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | remove the 'repository' option from CategorySet in... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | allow selection of metadata source for VariableSet |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | make sure that cli-defined sets aren't added to @world |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Zac Medico | For compatibility with long-standing --columns behavior... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | add support for slot dependencies (original patch by... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | use summarylist for output of test mode when --verbose... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | sort summarylist output (patch by Robert Buchholz ... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | print dates in a consistent format (patch by Robert... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | also accept glsa-2.dtd as valid for GLSAs (patch by... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | account for DTD changes wrt 'revised' element (patch... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | document AgeSet handler class |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | update set config documentation to include extend,... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | use ignorelist to avoid potential infite loop |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | Add operator logic to sets.conf |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | Properly process set arguments inside set expressions |
commit | commitdiff | tree | snapshot |
next |