summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix repoman --commitmsgfile logic. Thanks to Christian Heim <phreak@gentoo.o...Zac Medico2006-04-201-2/+15
* Add and "other" EBUILD_PHASE for bug #127585. Thanks to Patrick Avery <pyrom...Zac Medico2006-04-201-1/+1
* Update Manifest automatically in repoman commit mode for bug #130541.Zac Medico2006-04-201-0/+4
* support *.bz #130406Mike Frysinger2006-04-191-1/+1
* use just [[...]] instead of ((...)); especially when dealing with user inputMike Frysinger2006-04-181-15/+18
* Fix gpgsign logic for bug #57445.Zac Medico2006-04-181-52/+66
* dont dump debug update info in quiet modeMike Frysinger2006-04-171-3/+4
* add instructions how to update portage when --sync tells you to do so; bug 11...Simon Stelling2006-04-161-0/+1
* make misc-functions.sh executable as it's called directly from the python sideSimon Stelling2006-04-161-0/+0
* fix misuse of 'cat'Simon Stelling2006-04-161-2/+2
* eat whitespaceMike Frysinger2006-04-161-4/+0
* use a temp file but this time cut out the duplicate calls to `find`Mike Frysinger2006-04-161-9/+10
* Make find arguments portable for bug #129935 and remove temp file usage for b...Zac Medico2006-04-161-12/+2
* touchup syntax and dont execute the loop as many timesMike Frysinger2006-04-151-5/+5
* use strip_duplicate_slashes instead of "for 1 2 3 do var=${var/\/\///}"Simon Stelling2006-04-151-5/+1
* remove all unneeded slashes, not only // or ///Simon Stelling2006-04-151-2/+4