summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make HOMEPAGE.missing fatal again since, in cases when homepages are no longerZac Medico2008-10-071-1/+0
* Make HOMEPAGE.missing a warning since some packages become homeless evenZac Medico2008-10-051-0/+1
* Fix `svn status` output parsing for compatibility with subversion-1.6. ThanksZac Medico2008-10-021-5/+5
* Implement a new "changelog.ebuildadded" check which causes repoman to bailZac Medico2008-10-021-16/+41
* Add PROPERTIES to all of the metadata caches.Zac Medico2008-09-261-3/+2
* Implement the new EAPI 2 blocker behavior, including !!atom sytax whichZac Medico2008-09-191-2/+7
* Convert exceptions from parse_metadata_use() into "metadata.bad" errorsZac Medico2008-08-141-9/+15
* When testing containment of elem[:1] in "MR", filter potential empty stringZac Medico2008-08-071-1/+1
* Replace call to `svn list` with a call to `svn status --depth=files --verbose`Zac Medico2008-08-071-6/+6
* Remove the "ebuild.disjointed" check because it's obsolete since we'veZac Medico2008-08-061-50/+1
* Fix `svn status` output parsing to account for "replaced" files indicatedZac Medico2008-08-061-1/+1
* Remove the use.local.desc IUSE validation which is now replaced by glep56Zac Medico2008-08-051-30/+2
* Bug #229033 - Use `svn propget -R svn:keywords` to detect which will haveZac Medico2008-08-011-10/+30
* Fix incorrect logging.exception() arguments. The exception instance is notZac Medico2008-07-271-4/+4
* Fix the new glep56 code to handle missing metadata.xml. Thanks to jmbsvicettoZac Medico2008-07-271-9/+10
* * Define a frozenset of live eclasses for the LIVEVCS.stable check.Zac Medico2008-07-271-3/+10
* Fix repoman not seeing subversion auto-ignored files (such as patch rejects a...Zac Medico2008-07-271-2/+2
* Bug #199788 - Make repoman parse GLEP 56 USE flag descriptions fromZac Medico2008-07-181-0/+15
* Use plain sequential search for the SRC_URI.mirror check since the regexZac Medico2008-07-081-5/+8
* Add a new "SRC_URI.mirror" check which checks to if a uri listed inZac Medico2008-07-071-0/+19
* Add a portage._disable_legacy_globals() function. This deletes theZac Medico2008-07-031-2/+1
* Py3k compatibility patch #5 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-7/+7
* Fix typo.Zac Medico2008-06-301-1/+1
* Bug #230249 - Disable the "ebuild.notadded" check when not in commit mode andZac Medico2008-06-301-2/+8
* Bug #230245 - Use os.path.basename() on paths returned from `svn list`Zac Medico2008-06-301-2/+2
* Bug #230245 - Pass the correct directory when calling `snv list` andZac Medico2008-06-301-2/+2
* Call use_reduce() with matchall=1 when checking depstrings. Otherwise it'sZac Medico2008-06-261-1/+1
* Fix repoman breakage wrt _PackageMetadataWrapper._keys values.Zac Medico2008-06-251-1/+2
* Use paths from portage.const instead of hardcoded versions.Zac Medico2008-06-231-2/+2
* Bug #228489 - Restore the "ci" alias for "commit" mode. Thanks to grobianZac Medico2008-06-211-0/+4
* Fix typo.Zac Medico2008-06-081-1/+1