summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling of it's and itsRichard Dale2018-10-163-4/+4
* git.py: Added timed activity around fetching, displaying the URL being fetched.Tristan Van Berkom2018-10-031-4/+12
* git.py: Make `ref` human readableJürg Billeter2018-09-271-2/+24
* plugins/git.py: Warn if ref is not in given trackTom Pollard2018-09-031-4/+41
* source.py: Added `primary` argument to URL marking APIsTristan Van Berkom2018-09-021-4/+13
* plugins/source/git.py: Fix formatting of url in trackingTristan Van Berkom2018-08-301-1/+3
* Fix E741 warningsjjardon/pycodestyle_fixesJavier Jardón2018-08-282-5/+5
* Add Error to git and ostree sources configureWilliam Salmon2018-08-172-0/+13
* Fix ostree repository mirroringValentin David2018-08-161-10/+20
* Add pip source pluginChandan Singh2018-08-151-0/+237
* git.py: Add configurable warning for inconsistent-submoduleJosh Smith2018-08-151-1/+10
* buildstream/plugins/sources/git.py: Fix clone side effect in getting fetchersValentin David2018-08-141-1/+3
* buildstream/plugins/sources/zip.py: Fix non-determism in staging.Valentin David2018-08-121-2/+30
* buildstream/plugins/sources/local.py: Make staging deterministic.Valentin David2018-08-121-1/+25
* Add warning to git track if track and ref are not presentWilliam Salmon2018-08-071-0/+6
* remote.py: Add support for marking downloaded files executableEd Baunton2018-08-071-2/+17
* ostree plugin: validate project pathsTiago Gomes2018-08-021-3/+5
* patch plugin: validate project pathsTiago Gomes2018-08-021-9/+4
* local plugin: validate project pathsTiago Gomes2018-08-021-7/+5
* git.py: Handle concurrent download completions properlyTristan Van Berkom2018-07-291-4/+15
* git.py: Improve mirror supportJonathan Maw2018-07-271-45/+49
* bzr.py: Improve mirror supportJonathan Maw2018-07-271-4/+7
* git.py: Update git plugin to fail temporarily on clone failuresJosh Smith2018-07-271-3/+7
* _downloadablefilesource.py: Update network errors to be temporaryJosh Smith2018-07-271-2/+2
* Provide explicit reason for SourceError exception on pathEd Baunton2018-07-261-1/+2
* Add remote source pluginEd Baunton2018-07-251-0/+80
* plugins/sources/git.py: Use --shared instead of --hardlinksTristan Van Berkom2018-07-231-4/+4
* git source plugin: Omit the .git directory completely.Tristan Van Berkom2018-07-201-0/+3
* Updating .bzr plugin to omit the .bzr dirPhillip Smyth2018-07-201-0/+2
* Source plugin deb depends on host's arpy python packageJavier Jardón2018-06-221-0/+4
* Source plugin patch depends on host's patchJavier Jardón2018-06-221-0/+4
* Source plugin git depends on host's gitJavier Jardón2018-06-221-0/+4
* Source plugin bzr depends on host's bzrJavier Jardón2018-06-221-0/+4
* Source plugin tar depends on host's lzipJavier Jardón2018-06-221-0/+4
* Remove shebangs from python filesGökçen Nurlu2018-06-198-8/+0
* doc: Added plugins as ToC elements instead of orphaned linksTristan Van Berkom2018-06-098-8/+25
* buildstream/plugins/sources/_downloadablefilesource.py: Store etag along with...Valentin David2018-05-101-23/+42
* deb.py: Make pylint stop complaining about arpyTristan Maat2018-04-201-1/+1
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-209-0/+9
* 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-075-15/+15
* Created deb Source plugin for Issue #10Phillip Smyth2018-03-231-0/+79
* git.py source plugin: Ignore inconsistent submodules.Tristan Van Berkom2018-03-221-4/+11
* Source plugins: Implement load_ref() in all source pluginsTristan Van Berkom2018-03-206-7/+20
* _downloadablefilesource.py: Support None values in ref accessors.Tristan Van Berkom2018-03-201-0/+7
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-141-1/+1
* pylint - disabled no-member, bad-exception-context and catching-non-exception...James Ennis2018-03-141-3/+5
* pylint - dealt with bad-continuation warningJames Ennis2018-03-141-3/+3
* _downloadablefilesource.py: Add ETag supportjuerg/etagJürg Billeter2018-02-251-7/+24
* git.py: Add the ability to set whether to checkout submodulesJonathan Maw2018-02-191-4/+35