58 Commits (83665a482a13fa82989103989b544e30f1308795)

Author SHA1 Message Date
Xavier Claessens a2ebbc7ec4 wraptool: Convert to argparse 7 years ago
Mathieu Duponchelle 31f0242a6f new wrap-mode: forcefallback 7 years ago
Bedarkar, Malhar 93bdbc3162 Backed out changes to Wrap.py to add support for Gerrit 7 years ago
Bedarkar, Malhar a2ee76228e First cut of ARMCC support for MESON. 7 years ago
Nirbheek Chauhan 0ec18a0531 wrap: Fix broken logic when initializing submodules 7 years ago
Nirbheek Chauhan 15a1a317f4 wrap: Handle more submodule status cases 7 years ago
Aleksey Filippov 2cf85ae16f Use os.path: basename() and dirname() instead of split() 7 years ago
Jussi Pakkanen 86feb843f4 Add promote to list of wrap commands. 7 years ago
Jussi Pakkanen 164fb9a150 Also promote wrap files. 7 years ago
Jussi Pakkanen 5b9d79b902 Print instructions on how to promote subsubprojects. 7 years ago
Jussi Pakkanen 46c071ea5c Add functionality to promote nested dependencies to top level. 7 years ago
Leif Middelschulte a90e47bd4f adds missing import of `Popen_safe` 7 years ago
Leif Middelschulte 078527a744 As per jpakkane's suggestion use `Popen_safe` instead of `subprocess.getoutput` 7 years ago
liugang c93bce7839 Don't download patch archive if already download 7 years ago
Leif Middelschulte 50376cca37 fixup 993a12c5: use right variable 7 years ago
Leif Middelschulte 993a12c543 avoid errornous type conversion. Compare strings instead 7 years ago
Leif Middelschulte fab15d433a fixes offline working (if desired revision is already present). 7 years ago
Leif Middelschulte aa28675ebc fixes initial checkout command independend of provided revision 7 years ago
Leif Middelschulte 667d5d2d9f introduce svn wrap support 7 years ago
liugang a93ac1a6a8 Improve download package 7 years ago
liugang de259b6690 Fix unpack patch archive fail 7 years ago
liugang 7060b15773 fix patch archive never download on some case 7 years ago
Luke Shumaker 4dbbb4884c flake8: Clean up complained-about unused imports 7 years ago
Alistair Thomas a195b78c8d Whitespace tweaks to reduce Flake8 warnings 8 years ago
Goncalo Carvalho c9c3070f53 fix typo 8 years ago
Elliott Sales de Andrade 83d1c7f063 Rearrange trys to avoid possible undefined vars. 8 years ago
Elliott Sales de Andrade ea636fcd51 Remove unused variables. 8 years ago
Dylan Baker a8173630ea Don't use len() to test emptiness vs not emptiness 8 years ago
Ernestas Kulik 8d720527b7 wrap: pass -C to git when resolving submodules 8 years ago
Ernestas Kulik a13bde821f wrap: initialize submodules when updating 8 years ago
Nirbheek Chauhan fa09b122b0 wrap: Also capture stderr while running quiet_git() 8 years ago
Nirbheek Chauhan d5975cc683 wrap: Implement special wrap modes for use by packagers 8 years ago
Nirbheek Chauhan a60d688973 wrap: Initialize subprojects that are git submodules 8 years ago
Nirbheek Chauhan fb809e79e5 wrap: Check that the package dir contains 'meson'build' 8 years ago
Marc Becker 92d18b9256 Fix directory context for git wrap check 8 years ago
Mike Sinkovsky 969be1f679 cleanup: Remove redundant parentheses 8 years ago
Mike Sinkovsky 84902cb93a style: [E301] expected 1 blank line, found 0 8 years ago
Igor Gnatenko ef3cc6b3fa style: fix E127 violations 8 years ago
Igor Gnatenko 116da33cdd style: fix E128 violations 8 years ago
Igor Gnatenko 2017d8578a style: fix E226 violations 8 years ago
Igor Gnatenko d5ccd20aac fix some of pylint's undefined-variable 8 years ago
Igor Gnatenko 9cfdd30789 remove shebang from wraptool 8 years ago
Jussi Pakkanen b389f43060 Revert "Merge pull request #1145 from AlexandreFoley/wrap-fix" 8 years ago
Alexandre Foley 27cd8c1e28 The “directory present and not empty” return condition was necessary for subproject to work without a wrap file. Put it back with that added condition that there mustn’t be a wrap file present for returning the package immediately. 8 years ago
Alexandre Foley 61d5934e63 Added a few missing whitespace as noted by Ignatenkobrain. Replaced a comment by the piece of code it said was needed. 8 years ago
Alexandre Foley 228adaa287 Wrap.py: Made it so using an already downloaded subproject is only for the wrap-file case. Git and Mercurial can update the repository if it the wrap is one. 8 years ago
Thibault Saunier f1366ba425 wrap: Fix getting push-url 8 years ago
Thibault Saunier 0ebf033f31 wrap: Allow specifying push URL in wrap files using git 8 years ago
Thibault Saunier 28cd23ab6e wrap: Make sure that the cloned git repo is properly cloned 8 years ago
AlexandreFoley 263cb6a5f0 add support of mercurial repo for wrap,… (#937) 8 years ago