summaryrefslogtreecommitdiff
path: root/Tools/scripts/getpatch
AgeCommit message (Collapse)Author
2021-05-28Tools/scripts/getpatch: Add SPDX identifierSofian Brabez
2021-04-06framework: Remove $FreeBSD$Mathieu Arnold
Where appropriate fiddle with a few other things.
2018-05-21- Do not download obsolete attachmentsSofian Brabez
Submitted by: gonzo Approved by: myself Differential Revision: https://reviews.freebsd.org/D14550 Notes: svn path=/head/; revision=470568
2016-06-13- Update to last versionSofian Brabez
Differential Revision: https://reviews.freebsd.org/D6827 Notes: svn path=/head/; revision=416846
2014-07-23- Better handling when custom encoding is specified in detailsSofian Brabez
- Use only one request to retreive patchs CR: D400 CR: D401 Submitted by: rakuco Notes: svn path=/head/; revision=362667
2014-06-18- Switch to bugzilla as default value for the modeSofian Brabez
CR: D235 Submitted by: rakuco Notes: svn path=/head/; revision=358313
2014-06-02- Correct the bugzilla urlMartin Wilke
With hat: portmgr Notes: svn path=/head/; revision=356192
2014-04-22- Use https in URL_BASESofian Brabez
- Update with our bugzilla experimental url Notes: svn path=/head/; revision=351791
2013-05-09- Use literal instead of constructor to avoid CALL_FUNCTION bytecode instructionSofian Brabez
- Add add_patch method [1] - Update README wording and fix typo PR: ports/175984 [1] Submitted by: Christoph Mallon <christoph.mallon at gmx.de> Notes: svn path=/head/; revision=317750
2012-11-05- Fix runtime utf-8 problems using codec encoder and system localeSofian Brabez
PR: ports/173195 Submitted by: rm Reviewed by: sbz (myself) Feature safe: yes Notes: svn path=/head/; revision=307031
2012-09-17- Fix bytes problem returned by urlopen when using Python 3.xSofian Brabez
Notes: svn path=/head/; revision=304409
2012-09-06- Support Python 3.xSofian Brabez
Notes: svn path=/head/; revision=303771
2012-08-30- Fix documentationSofian Brabez
Submitted by: culot, gahr Notes: svn path=/head/; revision=303367
2012-08-23- Add getpatch script to download patch attachments on bug tracking systemsSofian Brabez
Approved by: portmgr (bapt) Notes: svn path=/head/; revision=303011