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 |
2008-09-28 |
Marius Mauch | disable redefintion errors when updating the set defini... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Marius Mauch | implement set arguments to reconfigure and create packa... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zac Medico | Another correctness fix in BlockerDB.findInstalledBlock... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zac Medico | Fix code inside BlockerDB.findInstalledBlockers() to... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zac Medico | EAPI 2 is now supported. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zac Medico | Mask packages with deprecated EAPIs in order to prevent... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zac Medico | In the --depclean docs, there's no need to advise the... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zac Medico | Make $PWD default to $PORTAGE_BUILDDIR since $WORKDIR... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Add PROPERTIES to the list of USE evaluated keys for... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Add PROPERTIES to all of the metadata caches. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Update hardcoded auxdbkey_order attributes to include... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Bug #238766 - Revert the fetch() mirror:// behavior... v2.2_rc11 |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Add back code removed in r11553 and fix logic to avoid... v2.2_rc10 |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Handle possible CacheError inside mirror_cache(). |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Direct EOutput.eerror() and ewarn() output to stderr. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Fix a potential IndexError inside display_preserved_libs(). |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Make flat_hash write keys in alphabetical order. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Rename the EAPI 2 docs and to indicate that they are... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Zac Medico | Bump to EAPI 2. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Add PROPERTIES to portage.auxdbkeys since it's been... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Fix mirror_cache() so it won't silently swallow a KeyEr... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Ensure that cache modules always return a dict containi... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Fix message: s/One or packages/One or more packages... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Use echo -e when splitting lines in e* functions, for... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Marius Mauch | change set expression syntax: operators now have a... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Marius Mauch | implement simple expression logic for apckage sets... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Marius Mauch | move set expansion code into its own function |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Marius Mauch | relocate the post_emerge call so it gets called in... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Marius Mauch | Add a new AgeSet class to select installed packages... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Fix the case where all arguments are filtered out by |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Zac Medico | Bug #238550 - Set world-candidate = False for the ... |
commit | commitdiff | tree | snapshot |
next |