summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Collapse)AuthorAgeFilesLines
...
* dont reset spinner for non-ttys if --quiet is in useMike Frysinger2006-03-111-2/+3
| | | | svn path=/main/trunk/; revision=2849
* Do automatic backup the resume list when it's length is greater than 1 for ↵v2.1_pre6Zac Medico2006-03-111-1/+12
| | | | | | bug #122527. svn path=/main/trunk/; revision=2847
* Do the clean phase at the end of dblink.treewalk() to ensure that it is ↵Zac Medico2006-03-111-8/+1
| | | | | | triggered when both source and binary packages are merged. See bug #105706. svn path=/main/trunk/; revision=2843
* Fix emerge's "Post-Build Cleaning" so that it works with --buildpkgonly in ↵Zac Medico2006-03-101-10/+12
| | | | | | FEATURES. See bug #105706. svn path=/main/trunk/; revision=2839
* Make the parallel-fetch process sleep for 3 seconds at the beginning in ↵Zac Medico2006-03-071-0/+1
| | | | | | order to allow the parent process to have the first fetch (rather than display a 'waiting for a lock' message). Suggestion by Brian Harring. svn path=/main/trunk/; revision=2824
* - make portage display the ROOT when unmerging a selected packageNed Ludd2006-03-071-0/+3
| | | | svn path=/main/trunk/; revision=2820
* Remove the leading / from WORLD_FILE for better cooperation with ↵Zac Medico2006-03-061-5/+5
| | | | | | os.path.join (see bug #124471). svn path=/main/trunk/; revision=2818
* Strip the leading slash from WORLD_FILE so that os.path.join works correctly ↵Zac Medico2006-03-051-2/+6
| | | | | | for bug #124471. Thanks to Thomas de Grenier de Latour for finding the cause of the problem and Jonathan Adamczewski for the initial report. svn path=/main/trunk/; revision=2812
* Use ROOT when checking installed packages for --pretend outputJason Stubbs2006-02-281-3/+3
| | | | svn path=/main/trunk/; revision=2802
* Make sure myopts does not contain duplicate options for bug 124204.Zac Medico2006-02-271-1/+2
| | | | svn path=/main/trunk/; revision=2794
* Make `emerge --metadata` work even when metadata-transfer is not in FEATURES.Zac Medico2006-02-261-1/+3
| | | | svn path=/main/trunk/; revision=2789
* Make the post-sync metadata-transfer a FEATURE so that it can be optionally ↵Zac Medico2006-02-261-0/+3
| | | | | | disabled. svn path=/main/trunk/; revision=2788
* Kill inject for good.Alec Warner2006-02-231-42/+1
| | | | svn path=/main/trunk/; revision=2775
* Revert emergelog output change from revision 2641 to maintain compatibility ↵Zac Medico2006-02-231-1/+1
| | | | | | with genlop (reported by fuzzyray). svn path=/main/trunk/; revision=2764
* deprecate 'emerge action' syntax in favor of 'emerge --action'Marius Mauch2006-02-191-2/+1
| | | | svn path=/main/trunk/; revision=2742
* finally remove --rsyncMarius Mauch2006-02-191-17/+3
| | | | svn path=/main/trunk/; revision=2740
* finally remove --upgradeonlyMarius Mauch2006-02-191-33/+2
| | | | svn path=/main/trunk/; revision=2739
* add a new emerge --ignore-default-opts option for bug 121695Zac Medico2006-02-121-2/+4
| | | | svn path=/main/trunk/; revision=2696
* fix typo for bug 111098 (patch by andre@fluffyspider.com.au)Zac Medico2006-02-111-1/+1
| | | | svn path=/main/trunk/; revision=2692
* use new write_atomic() function for all world file updatesZac Medico2006-02-091-2/+2
| | | | svn path=/main/trunk/; revision=2681
* Remove references to --verbose and --quiet in depgraph.display() and makeJason Stubbs2006-02-071-6/+6
| | | | | | it work of a verbosity parameter instead. svn path=/main/trunk/; revision=2676
* wrap all relevant atexit usage due to incompatibility with os.execv (needed ↵Zac Medico2006-02-061-3/+3
| | | | | | for emerge to restart itself) svn path=/main/trunk/; revision=2674
* use sys.argv[0] for the path to emerge rather then hard codingBrian Harring2006-02-061-1/+1
| | | | svn path=/main/trunk/; revision=2673
* when emerge restarts itself, make /usr/lib/portage/bin/emerge the first ↵Zac Medico2006-02-061-3/+2
| | | | | | argument in the list passed to os.execv (regression from revision 2667) svn path=/main/trunk/; revision=2672
* do commit_mtimedb() after each merge for bug 100300Zac Medico2006-02-051-0/+4
| | | | svn path=/main/trunk/; revision=2669
* remove outdated "You may avoid the remerging of packages" messageZac Medico2006-02-051-2/+0
| | | | svn path=/main/trunk/; revision=2668
* replace existing "restarting emerge via exec()" functionality with a new ↵Zac Medico2006-02-051-28/+8
| | | | | | approach that uses --resume and myopts svn path=/main/trunk/; revision=2667
* Adding a comment about normpath, and why we use our own copy.Alec Warner2006-02-041-1/+9
| | | | svn path=/main/trunk/; revision=2659
* remove stray quote introduced in revision 2645Zac Medico2006-02-041-1/+1
| | | | svn path=/main/trunk/; revision=2658
* Remove all bug referencesJason Stubbs2006-02-041-1/+1
| | | | svn path=/main/trunk/; revision=2649
* Add back emerge list header hiding when --quiet is used.Jason Stubbs2006-02-041-1/+1
| | | | svn path=/main/trunk/; revision=2648
* Fix for bug #119049Alec Warner2006-02-031-1/+3
| | | | svn path=/main/trunk/; revision=2645
* Shout out to RiverRat for reporting, fixup the output to use the correct ↵Alec Warner2006-02-031-4/+9
| | | | | | verbs, disable tree output for fetching since it does not work. svn path=/main/trunk/; revision=2644
* Minor fixups with spelling, Thanks to Benno Schulenberg ↵Alec Warner2006-02-031-5/+5
| | | | | | <benno@nietvergeten.nl>, bug # 110382 svn path=/main/trunk/; revision=2643
* Thanks to Benno Schulenberg <benno@nietvergeten.nl> for the spelling/grammar ↵Alec Warner2006-02-031-17/+17
| | | | | | fixes, bug #80754 svn path=/main/trunk/; revision=2641
* Revert change in -r2611, re-opening bug 121106. The fix is not that ↵Alec Warner2006-02-021-2/+1
| | | | | | simple...as usual :) svn path=/main/trunk/; revision=2625
* Fix for bug #121106, resume + skipfirst + pretend would print the skipped ↵Alec Warner2006-01-311-1/+2
| | | | | | | | | package. Thanks to Andrew D. Keyser (aka Legoguy) <andrewdk@sbcglobal.net> for reporting. svn path=/main/trunk/; revision=2611
* remove red coloring from right ')' in 'dependency required by' message ↵Zac Medico2006-01-311-1/+1
| | | | | | reported by cardoe svn path=/main/trunk/; revision=2609
* get --nospinner from myopts instead of sys.argv so that it works with ↵Zac Medico2006-01-301-3/+3
| | | | | | EMERGE_DEFAULT_OPTS svn path=/main/trunk/; revision=2608
* Add support for an --alphabetical option to emerge that restores the oldJason Stubbs2006-01-271-4/+11
| | | | | | ordering of flags in --pretend output. svn path=/main/trunk/; revision=2589
* Add support for EMERGE_DEFAULT_OPTS configuration variable for settingJason Stubbs2006-01-271-2/+2
| | | | | | options that emerge always considers to be specified. svn path=/main/trunk/; revision=2588
* accept --skip-first and --skipfirstMike Frysinger2006-01-231-1/+3
| | | | svn path=/main/trunk/; revision=2571
* get rid of the word "downloaded" in the search output because some people ↵Mike Frysinger2006-01-091-4/+4
| | | | | | cant seem to handle it #81501 svn path=/main/trunk/; revision=2554
* - set noiselevel when quiet is enabledNed Ludd2006-01-051-0/+1
| | | | svn path=/main/trunk/; revision=2537
* bug 117849, when parallel-fetch is on don't write out the mtimedb in the ↵Brian Harring2006-01-051-0/+3
| | | | | | fetcher process svn path=/main/trunk/; revision=2534
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* Unify the -p and -pv USE display functions and IUSE additions in yellowJason Stubbs2005-12-311-32/+16
| | | | | | followed by a "%" character. svn path=/main/trunk/; revision=2504
* Don't print emaint warning for masked/non-existant packages. When usingJason Stubbs2005-12-301-1/+7
| | | | | | --verbose, print a warning for those packages. svn path=/main/trunk/; revision=2493
* Modify portage's settings object rather than the original env.Jason Stubbs2005-12-261-1/+4
| | | | svn path=/main/trunk/; revision=2485
* - export env variable PORTAGE_QUIET when --quiet option is passedNed Ludd2005-12-261-0/+1
| | | | svn path=/main/trunk/; revision=2483