summaryrefslogtreecommitdiffstats
path: root/pym/emerge
Commit message (Expand)AuthorAgeFilesLines
* sort the world file before writing it and ensure that it's terminated by a ne...Marius Mauch2007-06-231-3/+5
* syntax errorMarius Mauch2007-06-231-1/+1
* Allow sync for unpriviledges users if they have write access to $PORTDIRMarius Mauch2007-06-231-3/+3
* Revert r6967 since shutil.move() is broken internally.Zac Medico2007-06-231-5/+2
* For bug #182964, replace os.rename() with shutil.move() in order to handle EX...Zac Medico2007-06-231-2/+5
* Make elog finalize() handling safe for PORTAGE_CONFIGROOT.Zac Medico2007-06-221-5/+2
* Dump mod_echo elog output inside post_emerge(), just before the other notific...Zac Medico2007-06-221-0/+8
* Remove lots of unnecessary list generation via dict.keys().Zac Medico2007-06-211-8/+8
* Don't generate a list of keys for a containment test.Zac Medico2007-06-211-1/+1
* Don't call digraph.hasallzeros() in --resume mode because the digraph isn't c...Zac Medico2007-06-211-5/+5
* Use the the optparse options for --ignore-default-opts since that allows opti...Zac Medico2007-06-201-1/+1
* Show a "world problems" warning for packages that aren't installed, even if t...Zac Medico2007-06-201-1/+1
* Make all the classes inherit from object.Zac Medico2007-06-201-2/+2
* If a package is in the world set but it's not installed, go ahead and install...Zac Medico2007-06-201-4/+16
* For bug #182021, use active voice when notifying the user that superuser acce...Zac Medico2007-06-151-2/+2
* Pass existing portdbapi and vardbapi instances into the NewsManager constructor.Zac Medico2007-06-131-7/+11
* Make display_news_notification() reuse the existing portdbapi instance.Zac Medico2007-06-131-7/+10
* Pass all the of the existing package databases into post_emerge() so that we ...Zac Medico2007-06-131-8/+12
* For bug #181953, prevent the circular_blocks code from selecting a node that'...Zac Medico2007-06-131-2/+10
* Get registry object from vardbapi directly instead of creating another oneMarius Mauch2007-06-131-9/+7
* Ignore InvalidDependString exceptions from the RESTRICT of "nomerge" nodes.Zac Medico2007-06-071-4/+7
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-06-071-2/+12
* Make pkgsplit and catpkgsplit return imutable tuples instead of mutable lists...Zac Medico2007-06-071-1/+1
* For bug #156536, update --resume docs to show that the resume history is capa...Zac Medico2007-06-061-4/+9
* Improve support for slot deps atoms given on the command line. Thanks to Fla...Zac Medico2007-06-041-2/+5
* Add --getbinpkg digest verification.Zac Medico2007-06-011-3/+26
* Make automatic "global updates" always use the config instance that's associa...Zac Medico2007-05-311-2/+2
* Only check ChangeLog if we're dealing with an ebuild (bug #170604)Marius Mauch2007-05-311-2/+6
* For bug #61732, support -flag in USE (instead of just +flag). Given the curr...Zac Medico2007-05-301-1/+1
* For bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT config variable. The de...Zac Medico2007-05-281-2/+10
* For bug #180079, fix a KeyError so that a search for the empty string will go...Zac Medico2007-05-281-2/+2
* Pass a temporary file name to the package phase in the environment variable P...Zac Medico2007-05-231-1/+6
* Update /Packages as each package is built (MD5 is done here since it won't hu...Zac Medico2007-05-231-2/+1
* Add edges to shown_edges at the first oportunity.Zac Medico2007-05-191-6/+3
* In --tree output, keep track of which graph edges have already been displayed...Zac Medico2007-05-191-2/+14
* Only show extra whitespace where there are some news items to display.Zac Medico2007-05-181-4/+6
* Display notification about unread news in all situations specified by glep 42Marius Mauch2007-05-181-16/+28
* Add registration support for preserved library objects, move the library->con...Marius Mauch2007-05-181-1/+14
* fix syntax (merged from branches/prefix r6534)Zac Medico2007-05-141-1/+1
* the profile check is spammy and should be squelched when --quiet is givenAlec Warner2007-05-131-1/+2
* Add TODO note about support for blocks within slots. Thanks to Brian Harring...Zac Medico2007-05-121-6/+5
* Prevent blockers that are only partially resolvable by merge order from accid...Zac Medico2007-05-071-1/+10
* Use shlex for better splitting of PORTAGE_RSYNC_OPTS and PORTAGE_RSYNC_EXTRA_...Zac Medico2007-05-061-9/+15
* Use match_from_list in order to potentially avoid more blocks.Zac Medico2007-05-051-10/+10
* For bug #176765, when a new package is blocked by another one that is being r...Zac Medico2007-05-031-3/+17
* Handle KeyError when the ebuild is corrupt.Zac Medico2007-04-301-1/+5
* For bug #176384, adjust config according to options of the command being resu...Zac Medico2007-04-281-0/+9
* Fix up missing mymergelist variable from the previous commit.Zac Medico2007-04-281-5/+6
* For bug #176305, validate the resume merge list before attempting to verify t...Zac Medico2007-04-281-12/+13
* For bug #175344, handle a potential InvalidDependString exception when parsin...Zac Medico2007-04-201-2/+8