Skip to content

Commit 651b32d

Browse files
carlostomelehins
authored andcommitted
Update spec's code location
1 parent e4af931 commit 651b32d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,9 @@ jobs:
510510
echo "Error: IntersectMBO/formal-ledger-specifications SRP tag not found."
511511
exit 1
512512
fi
513-
git fetch https://github.com/intersectmbo/formal-ledger-specifications.git MAlonzo-code
513+
git fetch https://github.com/intersectmbo/formal-ledger-specifications.git master-artifacts
514514
515515
git show -s "$TAG" || { \
516-
echo "Commit $TAG was not found on the MAlonzo-code branch of formal-ledger-specifications."
516+
echo "Commit $TAG was not found on the master-artifacts branch of formal-ledger-specifications."
517517
exit 1
518518
}

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ in the [formal-ledger-specifications repo](https://github.com/IntersectMBO/forma
299299

300300
To update the version of the Agda spec that the conformance tests are using:
301301

302-
1. Locate the `MAlonzo-code` branch in the [formal-ledger-specifications repo](https://github.com/IntersectMBO/formal-ledger-specifications)
302+
1. Locate the `master-artifacts` branch in the [formal-ledger-specifications repo](https://github.com/IntersectMBO/formal-ledger-specifications)
303303
2. Identify the SHA of the commit that you need, belonging to that branch
304304
3. In the `cardano-ledger` repository:
305305
- Update the `cabal.project` file by replacing the `tag` field in the `source-repository-package` stanza with SHA.
@@ -335,13 +335,13 @@ To change the local build directory, redo step 3 _without leaving_ the `nix deve
335335

336336
- As a relative path:
337337

338-
Cloning the [formal-ledger-specifications repo](https://github.com/IntersectMBO/formal-ledger-specifications) on a `MAlonzo` branch as a sibling folder, e.g., `spec`, of `cardano-leder`:
338+
Cloning the [formal-ledger-specifications repo](https://github.com/IntersectMBO/formal-ledger-specifications) on a `*-artifacts` branch as a sibling folder, e.g., `spec`, of `cardano-leder`:
339339
```shell
340-
git clone -b MAlonzo-code git@github.com:IntersectMBO/formal-ledger-specifications.git spec
340+
git clone -b master-artifacts git@github.com:IntersectMBO/formal-ledger-specifications.git spec
341341
```
342342
and using:
343343
```
344-
../spec/generated/
344+
../spec/hs
345345
```
346346
in the `cabal.project` file.
347347

cabal.project

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ repository cardano-haskell-packages
1313
source-repository-package
1414
type: git
1515
location: https://github.com/IntersectMBO/formal-ledger-specifications.git
16-
subdir: generated
16+
subdir: hs
1717
-- !WARNING!:
18-
-- MAKE SURE THIS POINTS TO A COMMIT IN `MAlonzo-code` BEFORE MERGE!
19-
tag: 9b706ae8c332d5ad10def54aa51d4a66836df363
18+
-- MAKE SURE THIS POINTS TO A COMMIT IN `*-artifacts` BEFORE MERGE!
19+
tag: b10541e6b623fd2e987c249a7434a16fd6d8ce14
2020

2121
-- NOTE: If you would like to update the above,
2222
-- see CONTRIBUTING.md#to-update-the-referenced-agda-ledger-spec

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)