aboutsummaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild/digestcheck.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage into public_apipublic_apiBrian Dolbec2014-03-261-5/+10
|
* Replace @returns with @return.Zac Medico2012-03-271-1/+1
|
* Fix an issue where emerge will abort when merge starts if we have a file in our Manifest that does not exist on disk, even with thin-manifest enabled.Daniel Robbins2011-10-281-1/+1
|
* digestcheck: handle allow_missing for distfilesZac Medico2011-10-131-0/+2
|
* manifest: controllable per repoBrian Harring2011-09-271-2/+1
| | | | | | | | | | | This adds three states to layout.conf key use-manifest; false, true, and strict. false means "don't use manifests at all" true means "use and generate manifests, but allow them to be missing" strict means "manifests must be used everywhere in this repo" BUG=chromium-os:11308 TEST=repoman manifest usage.
* Remove unused Manifest imports.v2.2.0_alpha58Zac Medico2011-09-141-1/+0
|
* digestcheck: only show relevant msgs for thinZac Medico2011-09-141-9/+12
|
* digestcheck: remove empty/missing Manifest checksZac Medico2011-09-141-22/+0
| | | | | These checks never really needed, and they are not valid for thin manifests or allow-missing-manifests.
* add thin manifest support to the Manifest classBrian Harring2011-09-121-1/+1
| | | | | | 'thin' is just distfiles. This is primarily useful when the ebuild lives in a vcs- git for example, which already has it's own checksums to rely on.
* Bind all manifest access through repoconfigsBrian Harring2011-09-121-1/+3
| | | | | This enables controling the behaviour (creation and validation) per repo, and while mildly ugly, refactors in the right direction.
* debuild: pass manifest to digestcheck()v2.2.0_alpha45Zac Medico2011-07-131-2/+3
| | | | This allows us to avoid parsing the Manifest twice.
* Update timestamps in headers of modified files.Zac Medico2011-07-121-1/+1
|
* digestcheck: more allow-missing-manifestsZac Medico2011-07-071-0/+2
|
* digestcheck: support allow-missing-manifestsZac Medico2011-07-061-2/+7
| | | | Also, update the man page.
* digestcheck: avoid display of u'' from KeyErrorZac Medico2010-12-171-5/+4
| | | | | In python-2.x, KeyError.__str__ produces unicode literals that we don't want users to see.
* Add a deprecation warning for the unused justmanifest parameter ofZac Medico2010-08-211-1/+11
| | | | digestcheck().
* GLEP 55 removalDaniel Robbins2010-07-061-5/+2
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Fix typo in import.Zac Medico2010-02-251-1/+1
| | | | svn path=/main/trunk/; revision=15459
* Move portage.digestcheck to portage.package.ebuild.digestcheck.Zac Medico2010-02-251-0/+154
svn path=/main/trunk/; revision=15458