aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/wrap
AgeCommit message (Expand)AuthorFilesLines
2018-10-07Expose wrap_mode as an option. Closes #4266.Jussi Pakkanen1-0/+14
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens1-5/+1
2018-09-16Add 'clone-recursive' option for git wrapsAndrei Alexeyev1-2/+6
2018-09-03wrap: Redirect git's stdin to DEVNULLNirbheek Chauhan1-1/+1
2018-08-27using urlopen() with explicit timeoutAndrei Antonov1-3/+4
2018-08-23Merge pull request #4068 from ndufresne/masterXavier Claessens1-1/+8
2018-08-22Remove useless __main__ in files that cannot be executedXavier Claessens1-3/+1
2018-08-22help: Fix printing list of wrap modeNicolas Dufresne1-1/+8
2018-08-17wraptool: fix manual selection of wrap file to promoteDaniel Pirch1-12/+15
2018-08-07Adding support to checkout from reviews in git/gerrit using commit ids.Mohammed Amer Khalidi1-3/+5
2018-06-06wraptool: Convert to argparseXavier Claessens1-62/+39
2018-04-06new wrap-mode: forcefallbackMathieu Duponchelle1-1/+6
2018-02-20wrap: Fix broken logic when initializing submodulesNirbheek Chauhan1-6/+10
2018-02-11wrap: Handle more submodule status casesNirbheek Chauhan1-5/+8
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-2/+2
2018-01-06Add promote to list of wrap commands.Jussi Pakkanen1-0/+1
2017-12-17Also promote wrap files.Jussi Pakkanen1-5/+9
2017-12-17Print instructions on how to promote subsubprojects.Jussi Pakkanen1-20/+3
2017-12-17Add functionality to promote nested dependencies to top level.Jussi Pakkanen1-0/+50
2017-10-01Merge pull request #2373 from leiflm/svn-wrapsJussi Pakkanen1-0/+26
2017-09-30adds missing import of `Popen_safe`Leif Middelschulte1-0/+1
2017-09-30As per jpakkane's suggestion use `Popen_safe` instead of `subprocess.getoutput`Leif Middelschulte1-1/+2
2017-09-29Don't download patch archive if already downloadliugang1-9/+13
2017-09-26fixup 993a12c5: use right variableLeif Middelschulte1-1/+1
2017-09-26avoid errornous type conversion. Compare strings insteadLeif Middelschulte1-1/+0
2017-09-26fixes offline working (if desired revision is already present).Leif Middelschulte1-4/+6
2017-09-26fixes initial checkout command independend of provided revisionLeif Middelschulte1-4/+1
2017-09-25introduce svn wrap supportLeif Middelschulte1-0/+26
2017-09-23Improve download packageliugang1-12/+20
2017-09-23Fix unpack patch archive failliugang1-2/+26
2017-09-23fix patch archive never download on some caseliugang1-10/+10
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker1-1/+1
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