aboutsummaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* repoman/modules/.../pkgmetadata.py: Add code to remove mostly duplicate errorsBrian Dolbec2016-05-141-4/+9
* repoman/modules/.../pkgmetadata.py: Fix failed missing doctype detectionBrian Dolbec2016-05-141-1/+1
* repoman/modules/.../pkgmetadata.py: Have xml validation log all qatracker er...Brian Dolbec2016-05-141-44/+36
* repoman/modules/.../pkgmetadata.py: Move parse_metadata_use into the PkgMetad...Brian Dolbec2016-05-141-70/+68
* repoman/modules/.../pkgmetadata.py: Improve whole document validationBrian Dolbec2016-05-141-2/+8
* repoman/modules/.../pkgmetadata.py: Remove obsolete herds checksBrian Dolbec2016-05-141-12/+0
* repoman: Migrate from XmlLint to etree.XMLSchema for validationDirkjan Ochtman2016-05-144-119/+26
* repoman: Use lxml for parsing of metadataDirkjan Ochtman2016-05-141-33/+13
* repoman: mandate use of python 2.7 or 3.2+ for simplicityDirkjan Ochtman2016-05-141-42/+36
* repoman: Move parse_metadata_use function to the pkgmetadata.pyDirkjan Ochtman2016-05-142-51/+55
* repoman: Move some metdata_* variables to module it's usedDirkjan Ochtman2016-05-142-7/+6
* repoman/modules/.../pkgmetadata.py: Early return on metadata parse errorsDirkjan Ochtman2016-05-141-73/+75
* repoman/modules/.../pkgmetadata.py: Early return in metadata check code for r...Dirkjan Ochtman2016-05-141-94/+96
* repoman: filter out duplicate dependencies in error messagesMike Frysinger2016-05-101-2/+11
* make.globals: Respect ssh_config port (bug 499198)Zac Medico2016-05-071-2/+2
* repoman: handle removed packages in vcs_files_to_cps (bug 546010)Zac Medico2016-04-304-2/+8
* repoman/modules/.../live.py: Fix space error in qa messageBrian Dolbec2016-04-301-1/+1
* repoman: Fix commit 8e7971169c2 missing self in func() parameters, bug 581594Brian Dolbec2016-04-301-3/+11
* repoman/modules/.../ebuild.py: Add InvalidPackageName exception trap bug 581598 Brian Dolbec2016-04-301-0/+5
* repoman: Fix logic error causing the live eclass checks to run for a non-live...Brian Dolbec2016-04-294-13/+9
* portage/modules.py: Change warnings output to writemsg()Brian Dolbec2016-04-291-6/+5
* portage/module.py: Restore backaward compatibilty for previous module_spec.Brian Dolbec2016-04-291-1/+11
* repoman: Move the LiveEclasses.is_live() to the Ebuild classBrian Dolbec2016-04-287-29/+16
* repoman: Merge USEFlagChecks and UnusedCheck into PkgMetadata classBrian Dolbec2016-04-287-124/+52
* repoman/scanner.py: Clean up some debug printsBrian Dolbec2016-04-281-3/+0
* repoman/scanner.py: Mark self.ext_futures privateBrian Dolbec2016-04-281-5/+5
* repoman/scanner.py: Make some variables local instead of classwideBrian Dolbec2016-04-281-10/+10
* Scanner: remove self.pkgs attributeZac Medico2016-04-261-4/+2
* repoman, scanner.py: Remove a rebase error duplicate line.Brian Dolbec2016-04-261-2/+0
* Repoman: Merge IsEbuild class into ebuildBrian Dolbec2016-04-264-126/+88
* repoman: Move thirdpartymirror check to the fetches moduleBrian Dolbec2016-04-255-97/+43
* repoman: remove DependUnknown (part of ProfileDependsChecks now)Zac Medico2016-04-251-41/+0
* ProfileDependsChecks: encapsulate DependChecks and LicenseChecksZac Medico2016-04-257-271/+167
* repoman: Migrate the vcsstatus code back to scanner.pyBrian Dolbec2016-04-253-71/+5
* repoman: Clean up some no longer used eadded variablesBrian Dolbec2016-04-253-7/+1
* tests: Include metadata.xsd for repoman testsMichał Górny2016-04-251-4/+4
* repoman: Use XML Schema for metadata.xml validationMichał Górny2016-04-255-35/+36
* tests: Add type="" to <maintainer/>Michał Górny2016-04-251-1/+1
* tests: Stop using herdsMichał Górny2016-04-253-27/+0
* ProfileDependsChecks: convert ArchChecks to functionZac Medico2016-04-256-112/+61
* repoman: Convert all pointer type dynamic_data to the new ExtendedFuture classBrian Dolbec2016-04-2539-192/+255
* portage: Create a new extended futures class which adds standard data type ac...Brian Dolbec2016-04-251-0/+73
* portage: Move the new util/futures.py to a futures subpkgBrian Dolbec2016-04-253-1/+1
* ArchChecks: don't mix arches between ebuildsZac Medico2016-04-251-1/+1
* More new data structure change fixesBrian Dolbec2016-04-2511-38/+62
* repoman: Remove 'type_list' from dynamic_dataBrian Dolbec2016-04-252-4/+1
* WIP: repoman: convert all modules to the new data transfer systemBrian Dolbec2016-04-2529-126/+207
* repoman: Populate module_spec's func_kwargs for all scan modulesBrian Dolbec2016-04-2513-24/+44
* repoman: Limit the kwargs passed to the module's __init__()Brian Dolbec2016-04-251-3/+14
* repoman/modules/scan.py: Add docstringsBrian Dolbec2016-04-251-0/+14