-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fetch already cloned working copies and add test fixture
This adds another version of the same package fetched via git. The same working copy from _cache/git/<owner>/<repo> is re-used in both PrepareSource steps (which hopefully do not conflict) and copied onto individual _cache/<package>/<version> directories. The second package version in the git-submodule fixture _sources also uses a tag name as rev to highlight this is possible as well.
- Loading branch information
Showing
4 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/fixtures/git-submodule/_sources/foliage-test-with-submodule/1.0.0/meta.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
timestamp = 2023-11-03T15:53:59+00:00 | ||
timestamp = 2023-11-03T17:35:22+00:00 | ||
github = { repo = "cardano-scaling/foliage-test-with-submodule", rev = "db5874494ee5bac3fa8fee07d5806fcec27a2f4e" } |
2 changes: 2 additions & 0 deletions
2
tests/fixtures/git-submodule/_sources/foliage-test-with-submodule/1.1.0/meta.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
timestamp = 2023-11-03T15:53:59+00:00 | ||
github = { repo = "cardano-scaling/foliage-test-with-submodule", rev = "1.1.0" } |