aboutsummaryrefslogtreecommitdiff
path: root/load_changelog.py
Commit message (Collapse)AuthorAgeFilesLines
* fix argument list too long errorIan Kelling2018-06-041-5/+4
|
* Change filename to import at load_changelog.pyRuben Rodriguez2015-07-171-1/+1
|
* Parse the changelog files and extract the uploader name and date.Ruben Rodriguez2015-07-011-0/+46
The load_changelog.py script parses the changelog files in the same way as load_copyright.py and stores the results (package name, version, author/uploader and date) in cl.h5 That information is later used by export.py to fill up the 'License verified by' and 'License verified date' fields with more accurate information than 'Debian' and today()