summaryrefslogtreecommitdiff
path: root/ghwt.py
Commit message (Expand)AuthorAgeFilesLines
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-3/+3
* Add ability to specify project branch to installKyle Stone2020-01-281-5/+21
* Put subprojects into folder specified by upstream wrap.Kyle Stone2020-01-281-16/+19
* Fix expected/obtained hashesKyle Stone2020-01-281-2/+2
* Always disable interpolation for ini parsers.Jussi Pakkanen2020-01-271-1/+1
* Update Python2 syntax to Python3 syntax in ghwt.pyMichael Brockus2019-12-061-2/+2
* using urlopen() with explicit timeoutAndrei Antonov2018-08-271-2/+3
* Use os.path.dirname() instead of os.path.split(...)[0]Aleksey Filippov2018-03-121-1/+1
* ghwt: Add a comment at the top briefly explaining what it isLuke Shumaker2017-09-201-0/+5
* Don't use len() to test emptiness vs not emptinessDylan Baker2017-05-021-1/+1
* Use context manager in scripts.Elliott Sales de Andrade2016-08-301-2/+2
* Created an emergency wraptool that downloads directly from Github.Jussi Pakkanen2016-05-051-0/+107