Skip to content

Commit

Permalink
docs: add cardano-configuration maintainer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jul 29, 2021
1 parent 85f9e1b commit eb0f18f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/MAINTAINER.md
Expand Up @@ -33,6 +33,17 @@ Docker builds are pushed to Docker Hub in both the [post-integration workflow],
[post-release workflow]. The former maintains the build cache source and can be useful during
testing, and the latter delivers versioned builds that also takes the `latest` tag.

## Cardano Configuration
[input-output-hk/cardano-configurations] at `/config` is a git subtree. It's not squashed purposely to preserve the full
aligned history.

### Update to latest

```console
git remote add -f cardano-configurations https://github.com/input-output-hk/cardano-configurations.git
git subtree pull --prefix config cardano-configurations master
```

[cardano-node]: https://github.com/input-output-hk/cardano-node/releases
[cardano-db-sync]: https://github.com/input-output-hk/cardano-db-sync/releases
[PostgreSQL]: https://www.postgresql.org/
Expand All @@ -41,4 +52,5 @@ testing, and the latter delivers versioned builds that also takes the `latest` t
[1]: https://github.com/input-output-hk/cardano-node/blob/1.19.0/nix/sources.json#L44
[2]: https://github.com/input-output-hk/iohk-nix/blob/91b67f54420dabb229c58d16fb1d18e74f9e3c9e/overlays/crypto/libsodium.nix#L9
[post-integration workflow]: ../.github/workflows/post_integration.yml
[post-release workflow]: ../.github/workflows/post_release.yml
[post-release workflow]: ../.github/workflows/post_release.yml
[input-output-hk/cardano-configurations]: https://github.com/input-output-hk/cardano-configurations

0 comments on commit eb0f18f

Please sign in to comment.