aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/wrap
AgeCommit message (Expand)AuthorFilesLines
2017-05-29Whitespace tweaks to reduce Flake8 warningsAlistair Thomas1-1/+1
2017-05-26fix typoGoncalo Carvalho1-1/+1
2017-05-17Rearrange trys to avoid possible undefined vars.Elliott Sales de Andrade1-2/+3
2017-05-17Remove unused variables.Elliott Sales de Andrade1-1/+0
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-2/+2
2017-04-25wrap: pass -C to git when resolving submodulesErnestas Kulik1-5/+6
2017-04-25wrap: initialize submodules when updatingErnestas Kulik1-1/+1
2017-03-27wrap: Also capture stderr while running quiet_git()Nirbheek Chauhan1-1/+1
2017-03-25wrap: Implement special wrap modes for use by packagersNirbheek Chauhan2-1/+40
2017-03-25wrap: Initialize subprojects that are git submodulesNirbheek Chauhan1-7/+43
2017-03-25wrap: Check that the package dir contains 'meson'build'Nirbheek Chauhan1-13/+16
2017-02-27Fix directory context for git wrap checkMarc Becker1-1/+1
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-2/+2
2017-01-11style: [E301] expected 1 blank line, found 0Mike Sinkovsky1-0/+1
2017-01-02style: fix E127 violationsIgor Gnatenko1-3/+3
2017-01-01style: fix E128 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E226 violationsIgor Gnatenko1-2/+2
2016-12-19fix some of pylint's undefined-variableIgor Gnatenko1-1/+1
2016-12-18remove shebang from wraptoolIgor Gnatenko1-2/+0
2016-12-15Revert "Merge pull request #1145 from AlexandreFoley/wrap-fix"Jussi Pakkanen1-20/+9
2016-12-06The “directory present and not empty” return condition was necessary for ...Alexandre Foley1-1/+6
2016-12-06Added a few missing whitespace as noted by Ignatenkobrain. Replaced a comment...Alexandre Foley1-5/+6
2016-12-05Wrap.py: Made it so using an already downloaded subproject is only for the wr...Alexandre Foley1-10/+15
2016-12-01wrap: Fix getting push-urlThibault Saunier1-1/+1
2016-11-22wrap: Allow specifying push URL in wrap files using gitThibault Saunier1-0/+5
2016-11-22wrap: Make sure that the cloned git repo is properly clonedThibault Saunier1-3/+22
2016-10-20add support of mercurial repo for wrap,… (#937)AlexandreFoley1-1/+25
2016-09-14Download without status updates if server does not report file size. Closes #...Jussi Pakkanen1-1/+7
2016-08-27Ensure URLs are closed with a context manager.Elliott Sales de Andrade1-20/+21
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade2-20/+25
2016-08-25Do not error out if git pull fails on subprojects. Closes #720.Jussi Pakkanen1-1/+4
2016-05-05Created an emergency wraptool that downloads directly from Github.Jussi Pakkanen1-3/+4
2016-01-27Restore warning state variable that got lost in refactoring.Jussi Pakkanen1-0/+2
2016-01-17Some more command line guarding.Jussi Pakkanen1-1/+1
2016-01-16Fix some issues that break pypi installs and bump version to upload new version.Jussi Pakkanen1-0/+0
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen2-0/+412