aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-01-09 15:44:03 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2022-01-09 15:44:03 +0200
commitcc7ef2dd05c000955e1b4e31f2bf7fffa5046989 (patch)
tree08b28a6fd545f24ee89bc9aa242a130b2480c4a6
parenta22d0f9a0a787df70ce79b05d0c45de90a970048 (diff)
downloadmeson-docdelghwt.zip
meson-docdelghwt.tar.gz
meson-docdelghwt.tar.bz2
Remove docs for ghwt that got deleted ages ago.docdelghwt
-rw-r--r--docs/markdown/fallback-wraptool.md43
-rw-r--r--docs/sitemap.txt1
2 files changed, 0 insertions, 44 deletions
diff --git a/docs/markdown/fallback-wraptool.md b/docs/markdown/fallback-wraptool.md
deleted file mode 100644
index d4f5af2..0000000
--- a/docs/markdown/fallback-wraptool.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-title: fallback wraptool
-...
-
-# In case of emergency
-
-In case wraptool is down we have created a backup script that you can
-use to download wraps directly from the GitHub repos. It is not as
-slick and may have bugs but at least it will allow you to use wraps.
-
-## Using it
-
-To list all available wraps:
-
- ghwt.py list
-
-To install a wrap, go to your source root, make sure that the
-`subprojects` directory exists and run this command:
-
- ghwt.py install <projectname> [<branchname>]
-
-This will stage the subproject ready to use. If you have multiple
-subprojects you need to download them all manually.
-
-Specifying branch name is optional. If not specified, the list of
-potential branches is sorted alphabetically and the last branch is
-used.
-
-*Note* The tool was added in 0.32.0, for versions older than that you
-need to delete the `foo.wrap` file to work around this issue.
-
-## How to upgrade an existing dir/fix broken state/any other problem
-
-Nuke the contents of `subprojects` and start again.
-
-## Known issues
-
-Some repositories show up in the list but are not installable. They
-would not show up in the real WrapDB because they are works in
-progress.
-
-GitHub web API limits the amount of queries you can do to 60/hour. If
-you exceed that you need to wait for the timer to reset.
diff --git a/docs/sitemap.txt b/docs/sitemap.txt
index 15564d7..e8756c0 100644
--- a/docs/sitemap.txt
+++ b/docs/sitemap.txt
@@ -86,7 +86,6 @@ index.md
Using-wraptool.md
Wrap-best-practices-and-tips.md
Shipping-prebuilt-binaries-as-wraps.md
- fallback-wraptool.md
Release-notes.md
Release-notes-for-0.60.0.md
Release-notes-for-0.59.0.md