summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent a TypeError exception when the /etc/make.profile symlink is broken on...Zac Medico2006-05-081-12/+10
* Catch FileNotFound exception and print a message when a file listed in the Ma...Zac Medico2006-05-081-0/+3
* Move the fake $HOME that's used for ebuilds from $PORTAGE_TMPDIR/portage/home...Zac Medico2006-05-082-2/+2
* Fix a potential NameError due to 'cpv' being undefined in the namespace and a...Zac Medico2006-05-071-3/+5
* Properly encode metadata strings as utf-8 in order to avoid "UnicodeEncodeErr...Zac Medico2006-05-071-1/+1
* Replace inappropriate use of writelines with normal write.Zac Medico2006-05-071-1/+1
* Fix portage.config handling of ROOT and PORTAGE_CONFIGROOT for bug #132442.Zac Medico2006-05-061-3/+5
* make rsync variable messages a bit less invitingMarius Mauch2006-05-061-2/+2
* Catch a KeyError and report a missing digest for bug #132410.Zac Medico2006-05-061-0/+3
* Remove the uppercase requirement on flat_hash metadata keys so that _eclasses...Zac Medico2006-05-061-3/+1
* Obey self.incrementals in config.regenerate() instead of using portage_const....Zac Medico2006-05-061-1/+1
* Catch a KeyError and notify the user of a missing digest for bug #132373.Zac Medico2006-05-051-7/+10
* Reimplement the fix for bug #79566 more cleanly (the -* hack seems quite non-...Zac Medico2006-05-051-1/+9
* Fix some small typos in ebuild.sh for bug #86151. Thanks to Yoshino for this...Zac Medico2006-05-041-2/+2
* Make sure that cloned FEATURES are correctly preserved by getting them direct...Zac Medico2006-05-041-6/+8
* Bring back FEATURES="assume-digests" for bug #132182.Zac Medico2006-05-042-14/+22
* Improve the error message when an eclass is not found and remove unnecesary E...Zac Medico2006-05-031-3/+2
* Catch an uncaught CacheCorruption for the traceback from bug #126692.Zac Medico2006-05-031-1/+7
* readd not-so pointless if statementSimon Stelling2006-05-031-2/+3
* remove pointless if statementSimon Stelling2006-05-021-3/+2
* best_version doesn't return different codes depending on whether it found a m...Simon Stelling2006-05-021-2/+1
* catch ENOENT and ENOTDIR in clean_locks to prevent ugly tracebacks; bug 124164Simon Stelling2006-05-021-4/+12
* use hasq where appropriateSimon Stelling2006-05-021-5/+4
* let 'emerge -h world' print a nice help message powered by antarus; bug 67448Simon Stelling2006-05-021-1/+13
* use escaping code that works for mrxvt too; thanks to nelchael for the patch;...Simon Stelling2006-05-021-1/+1
* revert rev 3300 as it has various issues and doesn't fully solve the problemSimon Stelling2006-05-021-3/+0
* Migrate old digest-* code in portage.fetch() to be Manifest2 compatible.Zac Medico2006-05-021-4/+2
* fix a typo from the last revisionZac Medico2006-05-021-1/+1
* Properly join CUSTOM_MIRRORS_FILE with PORTAGE_CONFIG_ROOT in portage.fetch().Zac Medico2006-05-021-1/+2
* Remove an extra aux_get call in doebuild and combine it with another aux_get ...Zac Medico2006-05-021-10/+3
* don't let profile.env overwrite variables that are already set; bug 130229Simon Stelling2006-05-011-0/+5
* Add a new sqlite cache module (one I wrote) that has acceptable performance.Zac Medico2006-05-011-0/+237
* Remove sqlite.py because it's performance is unacceptable and it is therefore...Zac Medico2006-05-011-67/+0
* replace hardcoded /usr/lib/portage/bin with PORTAGE_BIN_PATH, defaulting to t...Simon Stelling2006-05-0111-11/+11
* make portage shut up if --quiet is given; bug 62273Simon Stelling2006-05-0114-123/+155
* revert my last commit except for the parts i really wanted to commitSimon Stelling2006-05-012-153/+7
* allow escaping in elog_base() to fix bug 131913Simon Stelling2006-05-013-8/+154
* Don't skip regenerate() because leads to 'Problem resolving dependencies' fro...Zac Medico2006-05-011-6/+10
* Make sure that emerge really removes noauto from FEATURES for bug #131820.Zac Medico2006-05-012-3/+13
* Initial PORTAGE_CONFIGROOT support in the portage.config class for bug #73350.Zac Medico2006-05-011-33/+64
* Add cfg-update to the list of happy config file managers.Alec Warner2006-04-302-5/+5
* - People have started RESTRICTing "stricter", which we would like to discoura...Ned Ludd2006-04-301-9/+9
* - be sure to remove o+w bits on debug filesNed Ludd2006-04-301-2/+2
* Pass a vartree instance into portage.unmerge() to avoid globals.Zac Medico2006-04-301-4/+5
* Handle the doebuild's unmerge phase before setting up logfile because unmerge...Zac Medico2006-04-301-4/+4
* Avoid global db usage in doebuild() except when absolutely necessary.Zac Medico2006-04-301-1/+3
* Update portage config update messages to mention dispatch-conf (in addition t...Zac Medico2006-04-302-3/+5
* Print disfiles file names for bug #131774. I've removed the [ OK ] from okay...Zac Medico2006-04-301-9/+6
* retain important historical aspects of the checksum messagesMike Frysinger2006-04-301-4/+4
* Add PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviroment and use them to r...Zac Medico2006-04-303-7/+14