Skip to content

Commit

Permalink
Document Wrap database mirror usage
Browse files Browse the repository at this point in the history
  • Loading branch information
klokik committed Nov 24, 2024
1 parent 840f286 commit 7406974
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/markdown/Using-the-WrapDB.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,15 @@ The contents of the Wrap database are tracked in git repos of the
[Mesonbuild project](https://github.com/mesonbuild). The actual
process is simple and described in [submission
documentation](Adding-new-projects-to-wrapdb.md).

## Self-hosted Wrap database

If for whatever reason you want to use self-hosted or proxied Wrap database *(since 1.X.X)* you may override server address with the `MESON_WRAPDB_MIRROR` environment variable:

```console
$ export MESON_WRAPDB_MIRROR=user:[email protected]:8080
$ meson wrap update-db
$ meson wrap install zlib
```

You will be limited to the wraps available on the mirror.

0 comments on commit 7406974

Please sign in to comment.