Skip to content

Commit

Permalink
Merge pull request #405 from IntersectMBO/sl/migrate-intersect
Browse files Browse the repository at this point in the history
chap: migrate to chap.intersectmbo.org
  • Loading branch information
Jimbo4350 authored Dec 16, 2023
2 parents 86adc33 + 22d4513 commit 046eb48
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ cabal.project @Jimbo4350 @newhog
# Specific reviewers for code pieces
# NB - The last matching pattern takes precedence

*.nix @input-output-hk/core-tech-release
flake.lock @input-output-hk/core-tech-release
*.nix @intersectmbo/core-tech-release
flake.lock @intersectmbo/core-tech-release

# Technical writers
README.* @Jimbo4350 @newhoggy @olgahryniuk @disassembler @CarlosLopezDeLara

.github @Jimbo4350 @newhoggy @carbolymer @input-output-hk/core-tech-release
.github @Jimbo4350 @newhoggy @carbolymer @intersectmbo/core-tech-release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ See the [Contributing guide](CONTRIBUTING.md) for how to contribute to this proj

Development documentation can be found in [Cardano Node Wiki](https://github.com/input-output-hk/cardano-node-wiki/wiki).

Haddock documentation is available at: https://input-output-hk.github.io/cardano-api/
Haddock documentation is available at: https://cardano-api.cardano.intersectmbo.org/
10 changes: 5 additions & 5 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ When making a new release, firstly you have to decide on a new version number fo

In order to decide which version number needs to be bumped up, it is necessary to know what was the latest released version of a package.
Three simple ways are:
* look at the latest version on [`cardano-haskell-packages` (aka **CHaP**)](https://input-output-hk.github.io/cardano-haskell-packages/index.html) - the most reliable way
* look at the latest version on [`cardano-haskell-packages` (aka **CHaP**)](https://chap.intersectmbo.org/index.html) - the most reliable way
* current version in the changelog
* look at the latest git tag for the version

Expand Down Expand Up @@ -111,7 +111,7 @@ Please note that the tagging process will fail if:

### Releasing to `cardano-haskell-packages`
After the `cardano-api` version gets tagged, it needs to be pushed into `cardano-haskell-packages` (aka **CHaP**).
Detailed description of the release process is described in [CHaP repository README](https://github.com/input-output-hk/cardano-haskell-packages#how-to-add-a-new-package-version).
Detailed description of the release process is described in [CHaP repository README](https://github.com/intersectmbo/cardano-haskell-packages#how-to-add-a-new-package-version).
Briefly speaking, it requires executing of the following steps:

1. :four_leaf_clover: Clone `cardano-haskell-packages`:
Expand All @@ -128,11 +128,11 @@ Briefly speaking, it requires executing of the following steps:
The script will create a separate commit for each package.

1. Push your `HEAD` to a new branch, and create a PR in CHaP.
An example release PR which you might want to use as a reference: https://github.com/input-output-hk/cardano-haskell-packages/pull/345 .
An example release PR which you might want to use as a reference: https://github.com/intersectmbo/cardano-haskell-packages/pull/345 .

1. Merge the PR - you don't need additional approvals for that if you belong to the correct GitHub access group.
After package gets released, you can check the released version at: https://input-output-hk.github.io/cardano-haskell-packages/all-package-versions/ and update the version in the dependant packages, in their cabal files, for example: `cardano-api ^>= 8.3`
After package gets released, you can check the released version at: https://chap.intersectmbo.org/all-package-versions/ and update the version in the dependant packages, in their cabal files, for example: `cardano-api ^>= 8.3`
## Troubleshooting
Expand All @@ -156,7 +156,7 @@ This issue happens due to frequent cache collisions in the [`cabal-cache`](https
## References
1. https://github.com/input-output-hk/cardano-updates/tree/main/scripts
1. https://github.com/input-output-hk/cardano-ledger/blob/master/RELEASING.md
1. https://input-output-hk.github.io/cardano-haskell-packages/index.html
1. https://chap.intersectmbo.org/index.html
1. https://input-output-hk.github.io/cardano-engineering-handbook/policy/haskell/packaging/versioning.html
<!-- vim: set spell textwidth=0: -->
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Custom repository for cardano haskell packages, see CONTRIBUTING for more
repository cardano-haskell-packages
url: https://input-output-hk.github.io/cardano-haskell-packages
url: https://chap.intersectmbo.org/
secure: True
root-keys:
3e0cce471cf09815f930210f7827266fd09045445d65923e6d0238a6cd15126f
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ None
- Improved tests for Byron era legacy key formats (#2259)
- More precise error cases for tx outputs that are out of range (#2217)
- Host up-to-date generated API documentation via github
https://input-output-hk.github.io/cardano-node/ (#2273, #2276, #2278)
https://cardano-node.cardano.intersectmbo.org/ (#2273, #2276, #2278)

## 1.24.2 -- December 2020

Expand Down
4 changes: 2 additions & 2 deletions cardano-api/internal/Cardano/Api/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ data QueryInShelleyBasedEra era result where

-- | Mapping for queries in Shelley-based eras returning minimal node-to-client protocol versions. More
-- information about queries versioning can be found:
-- * https://input-output-hk.github.io/ouroboros-network/ouroboros-network/Ouroboros-Network-NodeToClient.html#t:NodeToClientVersion
-- * https://input-output-hk.github.io/ouroboros-consensus/docs/for-developers/QueryVersioning/#implementation
-- * https://ouroboros-network.cardano.intersectmbo.org/ouroboros-network/Ouroboros-Network-NodeToClient.html#t:NodeToClientVersion
-- * https://ouroboros-consensus.cardano.intersectmbo.org/docs/for-developers/QueryVersioning/#implementation
instance NodeToClientVersionOf (QueryInShelleyBasedEra era result) where
nodeToClientVersionOf QueryEpoch = NodeToClientV_9
nodeToClientVersionOf QueryGenesisParameters = NodeToClientV_9
Expand Down
10 changes: 5 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
cardano-mainnet-mirror.url = "github:input-output-hk/cardano-mainnet-mirror";
cardano-mainnet-mirror.flake = false;

CHaP.url = "github:input-output-hk/cardano-haskell-packages?ref=repo";
CHaP.url = "github:intersectmbo/cardano-haskell-packages?ref=repo";
CHaP.flake = false;

# non-flake nix compatibility
Expand Down Expand Up @@ -64,7 +64,7 @@
# nix flake lock --update-input CHaP
#
inputMap = {
"https://input-output-hk.github.io/cardano-haskell-packages" = inputs.CHaP;
"https://chap.intersectmbo.org/" = inputs.CHaP;
};
# Also currently needed to make `nix flake lock --update-input CHaP` work.
cabalProjectLocal = ''
Expand Down

0 comments on commit 046eb48

Please sign in to comment.