summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources
Commit message (Expand)AuthorAgeFilesLines
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-014-7/+9
* local.py: Remove unnecessary files argument from copy_files() callJürg Billeter2019-02-261-1/+1
* Use sets when checking for existence of an elementBenjamin Schubert2019-02-151-2/+2
* utils.py: Remove list_dirs parameter from list_relative_paths()Jürg Billeter2019-02-111-1/+1
* local.py: Do not follow symlinks in local directoriesJürg Billeter2019-02-111-3/+3
* Fixup refs to 'bst track'Angelos Evripiotis2019-01-286-6/+6
* bzr source plugins: Remove all of the atomic backup directory business logicTristan Van Berkom2019-01-181-74/+18
* bzr source plugin: Use lock files to avoid corrupting the source cacheTristan Van Berkom2019-01-181-6/+29
* _downloadablefilesource.py: Avoid crashes when HOME is unsetTristan Van Berkom2018-12-261-1/+7
* Expose base class for Git source pluginsChandan Singh2018-12-201-644/+3
* Force updating tags when fetching git repositoryvalentindavid/git_force_fetch_tagsValentin David2018-12-111-1/+1
* git source plugin: Emmit the ref-not-in-track warning from validate_cache()Tristan Van Berkom2018-12-061-37/+30
* git source plugin: Implementing submodule warningsTristan Van Berkom2018-12-061-12/+75
* git source plugin: Rename symbol for consistency and readabilityTristan Van Berkom2018-12-061-2/+3
* git source plugin: Fixing documentation linking and typoTristan Van Berkom2018-12-061-5/+6
* types.py: Moving CoreWarnings to the types.py moduleTristan Van Berkom2018-12-061-2/+1
* git source plugin: Track git tags and save them to reproduce a minimum shallo...Valentin David2018-12-051-13/+203
* buildstream/plugins/sources/git.py: warn about checkout by defaultJavier Jardón2018-12-031-0/+5
* Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-291-1/+79
* local.py: Implement _get_local_path()Jürg Billeter2018-11-271-0/+3
* sources/pip.py: Use move_atomic instead of manual os.renameBenjamin Schubert2018-11-191-7/+7
* Extract atomic move function to utils.pyBenjamin Schubert2018-11-191-19/+11
* Fix os.rename in git source element to correctly handle error codesBenjamin Schubert2018-11-191-15/+18
* plugins/sources/pip.py: also look for python version named "python"Benjamin Schubert2018-11-191-0/+1
* plugins/sources/pip.py: Accomodate characters '-','.','_' for packagesctolentino82018-11-021-4/+19
* sources: Don't redundantly document directory configurationChandan Singh2018-10-2510-34/+26
* plugins/source/git.py: Rationalised unused return valuesDaniel Silverstone2018-10-251-2/+2
* _downloadablefilesource: handle ValueError-sAngelos Evripiotis2018-10-251-1/+3
* plugins/sources: refactor, rm needless ExitStack-sAngelos Evripiotis2018-10-232-6/+4
* Spelling fixes: 'affect', not 'effect' as verbAngelos Evripiotis2018-10-191-1/+1
* Fix python warnings: Use collections.abc instead collectionsjjardon/warnings_collectionsJavier Jardón2018-10-181-1/+1
* 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