summaryrefslogtreecommitdiff
path: root/mesonbuild/wrap
AgeCommit message (Expand)Author
2018-02-20wrap: Fix broken logic when initializing submodulesNirbheek Chauhan
2018-02-11wrap: Handle more submodule status casesNirbheek Chauhan
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov
2018-01-06Add promote to list of wrap commands.Jussi Pakkanen
2017-12-17Also promote wrap files.Jussi Pakkanen
2017-12-17Print instructions on how to promote subsubprojects.Jussi Pakkanen
2017-12-17Add functionality to promote nested dependencies to top level.Jussi Pakkanen
2017-10-01Merge pull request #2373 from leiflm/svn-wrapsJussi Pakkanen
2017-09-30adds missing import of `Popen_safe`Leif Middelschulte
2017-09-30As per jpakkane's suggestion use `Popen_safe` instead of `subprocess.getoutput`Leif Middelschulte
2017-09-29Don't download patch archive if already downloadliugang
2017-09-26fixup 993a12c5: use right variableLeif Middelschulte
2017-09-26avoid errornous type conversion. Compare strings insteadLeif Middelschulte
2017-09-26fixes offline working (if desired revision is already present).Leif Middelschulte
2017-09-26fixes initial checkout command independend of provided revisionLeif Middelschulte
2017-09-25introduce svn wrap supportLeif Middelschulte
2017-09-23Improve download packageliugang
2017-09-23Fix unpack patch archive failliugang
2017-09-23fix patch archive never download on some caseliugang
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker
2017-05-29Whitespace tweaks to reduce Flake8 warningsAlistair Thomas
2017-05-26fix typoGoncalo Carvalho
2017-05-17Rearrange trys to avoid possible undefined vars.Elliott Sales de Andrade
2017-05-17Remove unused variables.Elliott Sales de Andrade
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker
2017-04-25wrap: pass -C to git when resolving submodulesErnestas Kulik
2017-04-25wrap: initialize submodules when updatingErnestas Kulik
2017-03-27wrap: Also capture stderr while running quiet_git()Nirbheek Chauhan
2017-03-25wrap: Implement special wrap modes for use by packagersNirbheek Chauhan
2017-03-25wrap: Initialize subprojects that are git submodulesNirbheek Chauhan
2017-03-25wrap: Check that the package dir contains 'meson'build'Nirbheek Chauhan
2017-02-27Fix directory context for git wrap checkMarc Becker
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky
2017-01-11style: [E301] expected 1 blank line, found 0Mike Sinkovsky
2017-01-02style: fix E127 violationsIgor Gnatenko
2017-01-01style: fix E128 violationsIgor Gnatenko
2017-01-01style: fix E226 violationsIgor Gnatenko
2016-12-19fix some of pylint's undefined-variableIgor Gnatenko
2016-12-18remove shebang from wraptoolIgor Gnatenko
2016-12-15Revert "Merge pull request #1145 from AlexandreFoley/wrap-fix"Jussi Pakkanen
2016-12-06The “directory present and not empty” return condition was necessary for ...Alexandre Foley
2016-12-06Added a few missing whitespace as noted by Ignatenkobrain. Replaced a comment...Alexandre Foley
2016-12-05Wrap.py: Made it so using an already downloaded subproject is only for the wr...Alexandre Foley
2016-12-01wrap: Fix getting push-urlThibault Saunier
2016-11-22wrap: Allow specifying push URL in wrap files using gitThibault Saunier
2016-11-22wrap: Make sure that the cloned git repo is properly clonedThibault Saunier
2016-10-20add support of mercurial repo for wrap,… (#937)AlexandreFoley
2016-09-14Download without status updates if server does not report file size. Closes #...Jussi Pakkanen
2016-08-27Ensure URLs are closed with a context manager.Elliott Sales de Andrade
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade