aboutsummaryrefslogtreecommitdiff
path: root/ghwt.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-3/+3
2020-01-28Add ability to specify project branch to installKyle Stone1-5/+21
2020-01-28Put subprojects into folder specified by upstream wrap.Kyle Stone1-16/+19
2020-01-28Fix expected/obtained hashesKyle Stone1-2/+2
2020-01-27Always disable interpolation for ini parsers.Jussi Pakkanen1-1/+1
2019-12-06Update Python2 syntax to Python3 syntax in ghwt.pyMichael Brockus1-2/+2
2018-08-27using urlopen() with explicit timeoutAndrei Antonov1-2/+3
2018-03-12Use os.path.dirname() instead of os.path.split(...)[0]Aleksey Filippov1-1/+1
2017-09-20ghwt: Add a comment at the top briefly explaining what it isLuke Shumaker1-0/+5
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-1/+1
2016-08-30Use context manager in scripts.Elliott Sales de Andrade1-2/+2
2016-05-05Created an emergency wraptool that downloads directly from Github.Jussi Pakkanen1-0/+107