summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: consistent source staging dir docAngelos Evripiotis2018-02-133-0/+9
* bzr: Implement init_workspaceJonathan Maw2018-02-121-0/+15
* plugins/sources/local.py: Consider symbolic link target in cache key.Tristan Van Berkom2018-01-101-1/+2
* plugins/sources/_downloadablefilesource.py: Exclude a line from coverageTristan Van Berkom2018-01-021-1/+6
* plugins/sources/local.py: pragma nocover on unreachable codeTristan Van Berkom2018-01-021-3/+3
* plugins/sources/patch.py: Removing unneeded checkTristan Van Berkom2018-01-021-7/+5
* plugins/sources/patch.py: Added context to some errorsTristan Van Berkom2018-01-011-8/+12
* plugins/sources/tar.py: Dont manually reraise exceptionTristan Van Berkom2017-12-201-5/+4
* plugins/sources/local.py: Cache the local element's unique keyAntoine Wacheux2017-12-131-10/+18
* plugins/sources/git.py: Fix potential NameErrorGökçen Nurlu2017-12-121-1/+1
* plugins/sources/bzr.py: Fix variable name typosGökçen Nurlu2017-12-111-3/+4
* Remove unused importsGökçen Nurlu2017-12-074-7/+6
* Add support for lzip in tar source. Fix #158.Valentin David2017-11-301-1/+32
* Fix untar of symlinks. Only hardlinks are relative to top of archive and shou...Valentin David2017-11-291-3/+1
* Replace call to legacy urllib.request.urlretrieve by urllib.request.urlopen a...Valentin David2017-11-251-8/+12
* Removing unneeded str() statements in "{}".format() statementsTristan Van Berkom2017-11-211-4/+4
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-173-11/+11
* plugins/sources/tar.py: Consider link names in extractionTristan Van Berkom2017-11-171-0/+13
* Change origin to point at source repoDaniel Playle2017-11-111-2/+25
* git.py source plugin: Prune remote-tracking branches when fetchingsam/git-fetch-pruneSam Thursfield2017-11-081-1/+1
* refactoring: Made Project option privateTristan Van Berkom2017-11-066-15/+7
* plugins/sources/zip.py: Dont depend on python 3.6 methodTristan Van Berkom2017-11-061-8/+10
* plugins/sources/tar.py: Ignore leading ./ in tarball pathsTristan Van Berkom2017-11-031-9/+18
* Add a new zip sourcezipMathieu Bridon2017-11-031-0/+147
* tar: Move most of the code to a new base classMathieu Bridon2017-11-032-91/+114
* plugins/sources/tar.py: Ignore possible leading '.' directory.Tristan Van Berkom2017-11-021-0/+6
* ostree.py source plugin: More informative error when missing track & refTristan Van Berkom2017-10-141-1/+1
* git.py source plugin: More informative error when missing track & refTristan Van Berkom2017-10-141-1/+1
* Add source plugin node validationsTristan Maat2017-09-145-0/+10