aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FreeAMO: Improved terminal outputdavid2018-07-233-13/+54
|
* FreeAMO. General bug fixes. Fixed the description fields for .wiki pagesdavid2018-07-208-152/+332
|
* Added subprojects/freeamo/build/ to .gitignoredavid2018-07-181-1/+1
|
* Renamed the AMO/FSD project to FreeAMO, and rewrote its architecture.david2018-07-1724-2072/+3
|
* Renamed the AMO/FSD project to FreeAMO, and rewrote its architecture.david2018-07-1757-987/+2976
|
* Updated the err filedavid2018-07-172-16/+22
|
* Updated the err filedavid2018-07-142-116/+160
|
* fixed previous commentdavid2018-07-061-1/+1
|
* Added a Debian bug 490848 reference commentdavid2018-07-061-1/+1
|
* Rasised the accepted number of failed downloaded files from 10 to 100.david2018-07-051-1/+2
|
* Added license notice to the err filesdavid2018-07-042-28/+56
|
* Fixed a loop bugdavid2018-07-041-1/+1
|
* fix the rm -rf command in doall.shdavid2018-07-041-1/+1
|
* Added err and sourced it in doall.sh and license-reporterdavid2018-07-044-8/+152
|
* Fix download issues -- Thanks to Iandavid2018-07-041-10/+28
|
* updated license-reporterdavid2018-06-291-109/+262
|
* Added documentation for the options in ↵david2018-06-211-114/+123
| | | | addons.mozilla.org-fsd/get-data/license-reporter
* Updated addons.mozilla.org-fsd to generate wiki text.david2018-06-207-1562/+315
|
* Updated addons.mozilla.org-fsd/READMEdavid2018-06-161-1/+14
|
* I only marked addons.mozilla.org-fsd for commitdavid2018-06-1511-29/+0
|
* I only marked addons.mozilla.org-fsd for commitdavid2018-06-1525-77/+671
|
* doall.sh: Removed white space typo from: wget -x --continue -i downloadlistdavid2018-06-081-1/+1
|
* Corrected ./runall.sh to ./doall.sh in READMEdavid2018-06-051-1/+1
|
* update readmeIan Kelling2018-06-051-7/+5
|
* Added pv and full package names to the READMEdavid2018-06-051-6/+7
|
* make doall more robustIan Kelling2018-06-051-0/+3
|
* fix export.py error, add example outputIan Kelling2018-06-055-10/+92
|
* fix argument list too long errorIan Kelling2018-06-043-14/+14
|
* Fixed typo in addons.mozilla.org-fsd/README.david2018-05-251-1/+1
|
* Added a comment to addons.mozilla.org-fsd/README about Icedove.david2018-05-251-2/+15
|
* Updated addons.mozilla.org-fsd/README to include WebExtensions for IceCat 60+david2018-05-251-7/+7
|
* I only marked addons.mozilla.org-fsd for commitdavid2018-05-2314-98/+389
|
* I only marked addons.mozilla.org-fsd for commitdavid2018-05-2231-0/+2752
|
* small readme updateIan Kelling2018-05-221-1/+1
|
* Added doall.sh script, fetches all files from debian servers, parses them ↵Ruben Rodriguez2015-07-171-0/+63
| | | | and exports to .wiki and .json
* Do not add "Resource URL" field to Person templateRuben Rodriguez2015-07-171-2/+1
|
* Use "Copyright" instead of the unicode (C) symbol on exportRuben Rodriguez2015-07-171-1/+1
|
* Fix issues with missing licenses on exportRuben Rodriguez2015-07-171-8/+2
|
* Parse Sources file to extract information about the source tarball urlRuben Rodriguez2015-07-172-0/+48
|
* Handle missing license in copyright fileRuben Rodriguez2015-07-171-0/+2
|
* Change filename to import at load_copyright.pyRuben Rodriguez2015-07-171-1/+1
|
* Change filename to import at load_changelog.pyRuben Rodriguez2015-07-171-1/+1
|
* Export individual json filesRuben Rodriguez2015-07-171-3/+16
|
* Ignore license information for files in ./debianRuben Rodriguez2015-07-011-0/+2
|
* Parse the changelog files and extract the uploader name and date.Ruben Rodriguez2015-07-012-4/+57
| | | | | | | 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()
* Sanitize Upstream-Name header in load_copyrightRuben Rodriguez2015-06-261-0/+2
| | | | Some dep5 files are malformed and incude the author's name and email on the Upstream-Name field
* Handle errors and warnings with utf8 charactersRuben Rodriguez2015-06-262-2/+2
|
* Make load_copyright stop processing a file if a critical piece (Format ↵Ruben Rodriguez2015-06-261-1/+4
| | | | header, License) is missing
* Prevent export.py crashing on missing description fieldsRuben Rodriguez2015-06-261-4/+7
|
* Added shebangs and utf8 encoding headersRuben Rodriguez2015-06-2610-1/+20
|