aboutsummaryrefslogtreecommitdiff
path: root/ghwt.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-09-18 23:43:05 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-09-20 14:02:57 -0400
commit3f446a79eca0081394a635f1460fe2ce742106a9 (patch)
tree76f9eb11ab5416c4fcb837665e67b95b95c3f5cf /ghwt.py
parentef9a49d46462434c867ea1fb1991abe4201dbef2 (diff)
downloadmeson-3f446a79eca0081394a635f1460fe2ce742106a9.zip
meson-3f446a79eca0081394a635f1460fe2ce742106a9.tar.gz
meson-3f446a79eca0081394a635f1460fe2ce742106a9.tar.bz2
ghwt: Add a comment at the top briefly explaining what it is
Diffstat (limited to 'ghwt.py')
-rwxr-xr-xghwt.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ghwt.py b/ghwt.py
index d04cd3f..bf06e19 100755
--- a/ghwt.py
+++ b/ghwt.py
@@ -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