summaryrefslogtreecommitdiff
path: root/Tools/scripts/getpatch
Commit message (Collapse)AuthorAgeFilesLines
* Tools/scripts/getpatch: Add SPDX identifierSofian Brabez2021-05-281-0/+3
|
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
| | | | Where appropriate fiddle with a few other things.
* - Do not download obsolete attachmentsSofian Brabez2018-05-211-2/+16
| | | | | | | | | Submitted by: gonzo Approved by: myself Differential Revision: https://reviews.freebsd.org/D14550 Notes: svn path=/head/; revision=470568
* - Update to last versionSofian Brabez2016-06-131-33/+56
| | | | | | | Differential Revision: https://reviews.freebsd.org/D6827 Notes: svn path=/head/; revision=416846
* - Better handling when custom encoding is specified in detailsSofian Brabez2014-07-231-23/+22
| | | | | | | | | | | - Use only one request to retreive patchs CR: D400 CR: D401 Submitted by: rakuco Notes: svn path=/head/; revision=362667
* - Switch to bugzilla as default value for the modeSofian Brabez2014-06-181-1/+1
| | | | | | | | CR: D235 Submitted by: rakuco Notes: svn path=/head/; revision=358313
* - Correct the bugzilla urlMartin Wilke2014-06-021-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=356192
* - Use https in URL_BASESofian Brabez2014-04-221-2/+2
| | | | | | | - Update with our bugzilla experimental url Notes: svn path=/head/; revision=351791
* - Use literal instead of constructor to avoid CALL_FUNCTION bytecode instructionSofian Brabez2013-05-091-8/+10
| | | | | | | | | | | - 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
* - Fix runtime utf-8 problems using codec encoder and system localeSofian Brabez2012-11-051-3/+6
| | | | | | | | | | PR: ports/173195 Submitted by: rm Reviewed by: sbz (myself) Feature safe: yes Notes: svn path=/head/; revision=307031
* - Fix bytes problem returned by urlopen when using Python 3.xSofian Brabez2012-09-171-4/+4
| | | | Notes: svn path=/head/; revision=304409
* - Support Python 3.xSofian Brabez2012-09-061-1/+4
| | | | Notes: svn path=/head/; revision=303771
* - Fix documentationSofian Brabez2012-08-301-6/+4
| | | | | | | Submitted by: culot, gahr Notes: svn path=/head/; revision=303367
* - Add getpatch script to download patch attachments on bug tracking systemsSofian Brabez2012-08-231-0/+191
Approved by: portmgr (bapt) Notes: svn path=/head/; revision=303011