summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update all portage.sets references to point to the new location, and hardcodeZac Medico2008-11-131-1/+1
* Derive the changelog_path variable from the new checkdir_relative variable.Zac Medico2008-11-111-6/+1
* Make FindPortdir() return (None, None, None) on failure, instead of raisingZac Medico2008-11-111-3/+2
* Update hardcoded "cvs" error messages to show the correct vcs value.Zac Medico2008-11-111-4/+9
* Fix pretend output to show git -a option when committing signed manifest.Zac Medico2008-11-111-1/+1
* Add git support. Thanks to Daniel Robbins for the initial patch.Zac Medico2008-11-111-11/+71
* Make metadata.missing and metadata.bad fatal by removing them from theZac Medico2008-11-021-2/+0
* Fix broken stuff to avoid tracebacks when running in commit mode withZac Medico2008-10-311-1/+4
* Pass a Package instance into the config.setcpv() call.Zac Medico2008-10-311-1/+1
* recheck what changed in the repository also when nothing was added, becauseZac Medico2008-10-301-8/+6
* Make sure mychanged and mynew are always defined even if there is no vcsZac Medico2008-10-301-0/+2
* define myunadded such that repoman doesn't crash when being run in aZac Medico2008-10-301-0/+1
* Update the auto-add message to say "Manifest" instead of "digests". Thanks toZac Medico2008-10-281-1/+1
* Remove manifest1 digest-* autoadd code. Thanks to grobian.Zac Medico2008-10-281-9/+1
* Add "bzr" to the lists of live eclasses.Zac Medico2008-10-231-0/+1
* Add a PROPERTIES.syntax check.Zac Medico2008-10-221-1/+3
* Bug #229033 - When a Manifest is added automatically by repoman, it's in theZac Medico2008-10-141-2/+17
* Make "qawarnings" a normal set since the missingvars code might modify it.Zac Medico2008-10-071-1/+1
* Change the "qawarnings" variable from a list to a set.Zac Medico2008-10-071-3/+3