summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/_downloadablefilesource.py
Commit message (Expand)AuthorAgeFilesLines
* _downloadablefilesource.py: Set user agentwillsalmon/backport1897William Salmon2020-05-051-0/+1
* _downloadablefilesource.py: don't download the file if etag matchesabderrahim/etag-1Abderrahim Kitouni2020-03-241-1/+5
* _downloadablefilesource.py: Update network errors to be temporaryJosh Smith2018-07-271-2/+2
* buildstream/plugins/sources/_downloadablefilesource.py: Store etag along with...Valentin David2018-05-101-23/+42
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-201-0/+1
* buildstream/plugins/sources/_downloadablefilesource.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* Complete the work started to allow None as default in _yaml.node_get()Tristan Van Berkom2018-04-071-4/+4
* Source plugins: Implement load_ref() in all source pluginsTristan Van Berkom2018-03-201-0/+4
* _downloadablefilesource.py: Support None values in ref accessors.Tristan Van Berkom2018-03-201-0/+7
* pylint - disabled no-member, bad-exception-context and catching-non-exception...James Ennis2018-03-141-3/+5
* _downloadablefilesource.py: Add ETag supportjuerg/etagJürg Billeter2018-02-251-7/+24
* plugins/sources/_downloadablefilesource.py: Exclude a line from coverageTristan Van Berkom2018-01-021-1/+6
* Replace call to legacy urllib.request.urlretrieve by urllib.request.urlopen a...Valentin David2017-11-251-8/+12
* refactoring: Made Project option privateTristan Van Berkom2017-11-061-3/+1
* tar: Move most of the code to a new base classMathieu Bridon2017-11-031-0/+107