diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-09-18 23:43:05 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-09-20 14:02:57 -0400 |
commit | 3f446a79eca0081394a635f1460fe2ce742106a9 (patch) | |
tree | 76f9eb11ab5416c4fcb837665e67b95b95c3f5cf | |
parent | ef9a49d46462434c867ea1fb1991abe4201dbef2 (diff) | |
download | meson-3f446a79eca0081394a635f1460fe2ce742106a9.zip meson-3f446a79eca0081394a635f1460fe2ce742106a9.tar.gz meson-3f446a79eca0081394a635f1460fe2ce742106a9.tar.bz2 |
ghwt: Add a comment at the top briefly explaining what it is
-rwxr-xr-x | ghwt.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,6 +14,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# ghwt - GitHub WrapTool +# +# An emergency wraptool(1) replacement downloader that downloads +# directly from GitHub in case wrapdb.mesonbuild.com is down. + import urllib.request, json, sys, os, shutil, subprocess import configparser, hashlib |