summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* When committing manifests, specify the manifest paths instead of using gitZac Medico2008-11-171-4/+2
* Bug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VCS_GLOBAL_OPTS variablesZac Medico2008-11-171-78/+83
* Add missing -a option for git commits. (trunk r11976)Zac Medico2008-11-171-2/+2
* Fix the 'jobserver unavailable' regex to match gmake. (trunk r11974)Zac Medico2008-11-171-1/+1
* Add a QA Notice for 'jobserver unavailable' from make in the build log. ThanksZac Medico2008-11-161-0/+15
* Trigger the --include-dev suggestion for any keywords from dev profiles, evenZac Medico2008-11-161-2/+1
* Suggest to use the new --include-dev (-d) option in cases when some ebuildsZac Medico2008-11-161-1/+32
* Only show the "--without-mask" suggestion when packages are actually maskedZac Medico2008-11-161-3/+5
* Add a short -d option for the new --include-dev option. Thanks to JoshuaZac Medico2008-11-162-2/+2
* In order to reduce time consumed for dependency checks, skip 'dev' profilesZac Medico2008-11-162-1/+8
* When a "slot conflict" occurs due to USE dependencies, display the usualZac Medico2008-11-161-1/+4
* Fix logic inside PollScheduler._can_add_job() so that load average isZac Medico2008-11-151-1/+1
* Make NewsManager.updateItems() and getUnreadItems() return early ifZac Medico2008-11-151-5/+11
* Inside depgraph._add_pkg(), handle the case where multiple differentZac Medico2008-11-151-0/+14
* Bug #246821 - Avoid TypeError from binarytree.isremote() by returning earlyZac Medico2008-11-151-1/+1
* Bug #246853 - Redirect all ouput from depgraph.display_problems() to stderr,Zac Medico2008-11-151-3/+27
* Bug #236207 - Replace some hardcoded colors with color codes, and useZac Medico2008-11-151-23/+33
* Bug #173284 - Update config update counting code in chk_updated_cfg_files()Zac Medico2008-11-151-3/+3
* Remove stray print statement from previous commit. (trunk r11931)Zac Medico2008-11-151-1/+0
* Bug #173284 - Do not traverse hidden directories such as .svn or .git whenZac Medico2008-11-152-5/+8
* Bug #236714 - Handle PortagePackageException raised from Manifest.create().Zac Medico2008-11-152-1/+8
* Make digestgen() handle PermissionDenied internally by returning failure, soZac Medico2008-11-151-1/+5
* Bug #236683 - Fix PermissionDenied handling to report the exception type.Zac Medico2008-11-152-2/+5
* Bug #243022 - Inside dblink.mergeme(), when merging a directory and a symlinkZac Medico2008-11-151-1/+2
* Bug #216190 - Make dblink.treewalk() bail out rather than install a packageZac Medico2008-11-151-2/+23
* Fix new* and do* ebuild helpers to generate consistent error messages forZac Medico2008-11-1519-6/+82
* For consistency with earlier portage-2.1.x releases, override SetArg.__str__()Zac Medico2008-11-141-0/+3
* Make the EbuildQuote check filter out matches that appear to be an argumentZac Medico2008-11-141-2/+14
* Exempt live ebuilds from KEYWORDS.missing and KEYWORDS.dropped warnings.Zac Medico2008-11-141-2/+5
* In dyn_package(), use the 'assert' macro (from isolated-functions.sh) die ifZac Medico2008-11-141-2/+2
* Remove note about preserve-libs. Thanks to Arfrever.Zac Medico2008-11-141-2/+0
* Use svn2cl --reparagraph option for better ChangeLog formatting.Zac Medico2008-11-141-3/+3
* * git support for repoman (trunk r11904)Zac Medico2008-11-141-1/+1
* Bug #244485 - Merge EAPI 2 docs (trunk r11889:11902).Zac Medico2008-11-142-2/+99
* Having a leading ./ prefix on file paths can trigger a bug inZac Medico2008-11-141-0/+5
* Remove list_preserved_libs().Zac Medico2008-11-141-21/+0
* Add a --changelog-rev option that truncates the ChangeLog at a specificZac Medico2008-11-131-2/+14
* Remove --search set matching support.Zac Medico2008-11-131-21/+2
* Refer to portage-2.1.6_rc1 in comment about resume opts being stored as a dict.Zac Medico2008-11-131-1/+1
* Make PORTAGE_BINHOST docs refer to 2.1.6 instead of 2.2.Zac Medico2008-11-131-2/+2
* Update docs to not prefix system and world sets with the @ symbol.Zac Medico2008-11-134-16/+6
* Adjust man headers to reference portage-2.1.6 instead of 2.2.Zac Medico2008-11-1312-12/+12
* Adjust news and notes for 2.2 features that are included in 2.1.6.Zac Medico2008-11-132-17/+3
* Remove the sets configuration docs.Zac Medico2008-11-133-582/+0
* Remove preserve-libs support, it's API, and code that depends on it.Zac Medico2008-11-135-1318/+3
* Disable set expansion inside expand_set_arguments() and emulate existingZac Medico2008-11-131-144/+31
* Remove sets protection code from unmerge().Zac Medico2008-11-131-88/+1
* Remove world_sets support from the WorldSet class, and hardcode "@system" asZac Medico2008-11-131-29/+1
* Update all portage.sets references to point to the new location, and hardcodeZac Medico2008-11-1313-24/+36
* Make portage.sets private by renaming it to portage._sets.Zac Medico2008-11-138-0/+0