summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Exit unsuccessfully when in commit mode and nothing is found to commit. ThanksZac Medico2009-04-301-1/+1
* Handle IOError from codecs.open(). (trunk r13360)Zac Medico2009-04-301-1/+1
* Support profiles.desc from overlays. (trunk r13359)Zac Medico2009-04-301-47/+66
* Support use.desc from overlays. (trunk r13358)Zac Medico2009-04-301-25/+36
* Use a new ProfileDesc class to handle the data for each profile listed inZac Medico2009-04-301-40/+39
* Call realpath(repodir) so it's conistent with the value that pordbapi uses.Zac Medico2009-04-301-0/+1
* Create the myreporoot variable from portdir_overlay before doingZac Medico2009-04-301-3/+3
* Ensure that the correct PORTDIR setting is passed into the profile-specificZac Medico2009-04-301-0/+1
* Pass the correct PORTDIR_OVERLAY value into the profile-specific configZac Medico2009-04-301-2/+8
* Add support to repoman for using layout.conf to control which repositoriesZac Medico2009-04-301-26/+33
* Bug #262365 - Punt the prepalldocs check until there is an alternativeZac Medico2009-03-171-2/+0
* Bug #262365 - Make the "portage.internal" category (prepalldocs check) av2.1.6.8Zac Medico2009-03-131-0/+1
* Make manifest mode with --force option cause existing digests to be replacedZac Medico2009-03-111-0/+39
* When checking ebuild content, use codecs.open() to force utf_8 encoding forZac Medico2009-03-111-7/+11
* Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +Zac Medico2009-03-111-3/+3
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-03-111-2/+2
* Use a regular expression for the file.name check. This replaces some oddZac Medico2009-03-111-15/+12
* Add a new "portage.internal" warning for prepalldocs usage since the councilZac Medico2009-03-111-0/+1
* Use portage.util.cmp_sort_key for python-3.0 compatibility. (trunk r12573)Zac Medico2009-03-111-2/+2
* Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPENDv2.1.6.7Zac Medico2009-01-181-0/+2
* Fix false positive in the 'unused local USE-description' warning. Thanks toZac Medico2009-01-181-1/+1
* Identify which package has unused local USE descriptions, in case more thanZac Medico2009-01-181-1/+2
* Drop the kernel version from the commit message for all platforms. Thanks toZac Medico2009-01-181-2/+0
* Don't show the running Linux kernel version in the commit message, since itZac Medico2009-01-181-1/+3
* Fix a TypeError which occurs in pretend commit mode when vcs is None. ThanksZac Medico2009-01-121-1/+6
* Add a new 'metadata.warning' category and a check which detects local USEZac Medico2009-01-121-0/+12
* Add some blank lines around the messages that suggest --without-mask andZac Medico2009-01-121-5/+16
* Handle tree conflicts in svn status output, new in subversion 1.6. Thanks toZac Medico2009-01-121-0/+3
* Fix 'TypeError: not all arguments converted during string formatting'Zac Medico2009-01-121-2/+2
* Bug #253002 - Add a new variable.invalidchar check for metadata variables thatZac Medico2009-01-121-0/+14
* Bug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` insteadZac Medico2009-01-121-7/+18
* Bug #252304 - Restore the -V/--version option. (trunk r12293)Zac Medico2008-12-251-0/+7
* Bug #250212 - Add a new 'upstream.workaround' qa category, and use it forZac Medico2008-12-121-1/+3
* It's not safe to use the git commit -a option since there mightZac Medico2008-12-031-0/+23
* When calling `git ls-files -m` to list modified files, use --with-tree=HEADZac Medico2008-12-031-2/+2
* Eliminate redundant Manifest separation code by combining mychanged + mynew s...Zac Medico2008-11-261-13/+4
* Remove redundant reference to 'mynew' since 'myupdates' already contains thos...Zac Medico2008-11-261-2/+2
* Bug #248464 - With git, there's never any keyword expansion, so there'sZac Medico2008-11-261-6/+20
* Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them.Zac Medico2008-11-231-74/+2
* When parsing `git diff` output, filter paths that are not descended from theZac Medico2008-11-171-4/+10
* 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
* 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-161-1/+1
* In order to reduce time consumed for dependency checks, skip 'dev' profilesZac Medico2008-11-161-1/+5
* Exempt live ebuilds from KEYWORDS.missing and KEYWORDS.dropped warnings.Zac Medico2008-11-141-2/+5
* Having a leading ./ prefix on file paths can trigger a bug inZac Medico2008-11-141-0/+5