summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* revert rev 3300 as it has various issues and doesn't fully solve the problemSimon Stelling2006-05-021-3/+0
* don't let profile.env overwrite variables that are already set; bug 130229Simon Stelling2006-05-011-0/+5
* 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
* Make sure that emerge really removes noauto from FEATURES for bug #131820.Zac Medico2006-05-011-2/+7
* - 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
* Add PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviroment and use them to r...Zac Medico2006-04-302-7/+12
* Remove 4 year old cvs sync code, fix login around spawn, fix random raisev2.1_pre10Alec Warner2006-04-291-7/+2
* In the clean phase, for maximum chflags portablility, make *unlnk flags optio...Zac Medico2006-04-291-6/+2
* Fix PORTAGE_GPG_DIR handling so that ~/.gnupg/ works correctly like the Manif...Zac Medico2006-04-281-0/+4
* Fix spelling of "hierarchy" for bug #131582 and raise an exception for cleane...Zac Medico2006-04-281-3/+7
* Only trigger the 'Using system located in ROOT' message when ROOT!=/.Zac Medico2006-04-281-1/+1
* Fix a typo from r3245.Zac Medico2006-04-281-1/+1
* Fix portage.global_updates() and portage.do_vartree() so they don't have to u...Zac Medico2006-04-282-2/+9
* Make fetchlist_dict an optional parameter in the Manifest constructor since i...Zac Medico2006-04-262-7/+6
* Pass a portdbapi instance into portage.digestgen() so that it doesn't have to...Zac Medico2006-04-261-4/+4
* Pass a portdbapi instance into the FetchlistDict constructor so that it doesn...Zac Medico2006-04-262-2/+2
* Use the correct ACCEPT_KEYWORDS for each profile (regression from r3231).Zac Medico2006-04-261-2/+3
* Remove portage.config.groups (formerly portage.groups) and instead use ACCEPT...Zac Medico2006-04-261-3/+2
* Fix false variable.readonly match on continued lines. Thanks to Flameeyes fo...Zac Medico2006-04-251-1/+6
* Validate the resume merge list in --ask and --pretend mode for bug #128455.Zac Medico2006-04-251-8/+14
* Remove all dependence on the portage.features global variable.Zac Medico2006-04-252-14/+14
* Remove all usage of the portage.archlist global variable.Zac Medico2006-04-251-2/+2
* Remove all usage of the portage.groups global variable.Zac Medico2006-04-251-2/+3
* Remove all usage of portage.usedefaults and portage.profiledir globals.Zac Medico2006-04-251-2/+0
* enable +x bits on sedMike Frysinger2006-04-251-0/+0
* Catch ValueError from cpv_expand for bug #131160.Zac Medico2006-04-251-1/+5
* Move deprecated profile check out of global scope.Zac Medico2006-04-231-0/+2
* Minor emerge -V/--info fixes thanks to iggy, use portage_const PROFILE_PATHAlec Warner2006-04-231-6/+4
* Move portage.global_updates() invocation out of portage.py and into emerge/fi...Zac Medico2006-04-232-0/+2
* Make sed wrapper not executable. Currently the wrapper is installed via doex...Alec Warner2006-04-231-0/+0
* Fix sed breakage for people with weird PATH, fix tabs. Thanks to Flameeyes o...Alec Warner2006-04-231-13/+15
* set executable bit for sed-wrapperSimon Stelling2006-04-231-0/+0
* tighten up output in pretend modeMike Frysinger2006-04-231-4/+6
* fixup clean outputMike Frysinger2006-04-231-3/+4
* space argumentsMike Frysinger2006-04-231-2/+2
* Add copyright header, thanks to Zac Medico for pointing that out for meAlec Warner2006-04-221-0/+2
* A sed wrapper for OSX/BSD courtesy of Flameeyes and SpankyAlec Warner2006-04-221-0/+22
* Disable sandbox during package phase interaction with $PKGDIR for compatibili...Zac Medico2006-04-221-1/+3
* Print the actual DISTDIR location in the help ouput of clean_locks for bug #1...Zac Medico2006-04-221-2/+3
* s/Do you want me/Would you like/g for bug #112439.Zac Medico2006-04-221-5/+5
* Exit with error status when the user has attempted to unmerge a package that ...Zac Medico2006-04-221-4/+7
* Fix `emerge -s` download size calculation for bug #130750.Zac Medico2006-04-211-20/+14
* Use os.path.join for PORTAGE_GPG_DIR and remove a duplicate access check.Zac Medico2006-04-211-2/+2
* if PORTAGE_GPG_DIR is not set then default to ~/.gnupg instead of just dumpin...Mike Frysinger2006-04-201-1/+6