summaryrefslogtreecommitdiffstats
path: root/pym/portage_manifest.py
Commit message (Collapse)AuthorAgeFilesLines
* Supply missing parameters to a checkFileHashes call.Zac Medico2006-04-091-1/+1
| | | | svn path=/main/trunk/; revision=3103
* Add copyright headers for portage_update and portage_manifest.Zac Medico2006-04-081-0/+4
| | | | svn path=/main/trunk/; revision=3098
* Optimize manifest2AuxfileFilter handling of ignored directories. Thanks to ↵Zac Medico2006-04-071-3/+1
| | | | | | Brian Harring for the patch. svn path=/main/trunk/; revision=3088
* Change == None to is NoneAlec Warner2006-04-071-1/+1
| | | | svn path=/main/trunk/; revision=3085
* Automatically create FILESDIR if necessary when writing old style digests. ↵Zac Medico2006-04-041-0/+7
| | | | | | Thanks to blubb for reporting. svn path=/main/trunk/; revision=3071
* Fix manifest2AuxfileFilter so that it correctly filters files such as ↵Zac Medico2006-03-301-1/+7
| | | | | | 2.1_pre7/CVS/Entries. svn path=/main/trunk/; revision=3042
* Sort the hashes for manifest2 lines to that output is reproducible.Zac Medico2006-03-271-3/+3
| | | | svn path=/main/trunk/; revision=3026
* sort digest/Manifest files by 1) filetype (v2 only) 2) filename (v1+v2) 3) ↵Marius Mauch2006-03-271-5/+15
| | | | | | hashtype (v1 only) svn path=/main/trunk/; revision=3024
* Compare new digest data with old digest data and rewrite the new digest only ↵Zac Medico2006-03-271-4/+36
| | | | | | if they differ (forward port r2951 from manifest1 to manifest2). svn path=/main/trunk/; revision=3022
* Use write_atomic for updates of old style digest files.Zac Medico2006-03-271-4/+3
| | | | svn path=/main/trunk/; revision=3021
* Split out a reusable Manifest._createDigestLines1() method.Zac Medico2006-03-271-9/+13
| | | | svn path=/main/trunk/; revision=3019
* fix a typo from the last revision.Zac Medico2006-03-271-1/+1
| | | | svn path=/main/trunk/; revision=3018
* Split out a reusable Manifest._parseDigests() method.Zac Medico2006-03-271-4/+10
| | | | svn path=/main/trunk/; revision=3017
* fix AuxfileFilter to ignore all files in svn or cvs dirsMarius Mauch2006-03-261-1/+1
| | | | svn path=/main/trunk/; revision=3011
* Add files/ prefix for AUX files in manifest1 entries; fix digest.unused ↵v2.1_pre7Marius Mauch2006-03-251-1/+10
| | | | | | check partially by checking all DIST entries against all SRC_URI entries of a package (instead of per ebuild checks) svn path=/main/trunk/; revision=3002
* Make ebuild digest reuse existing checksumsMarius Mauch2006-03-251-2/+6
| | | | svn path=/main/trunk/; revision=2997
* add missing manifest moduleMarius Mauch2006-03-241-0/+333
svn path=/main/trunk/; revision=2992