Skip to content

fix(submodule/vacask): use a publicly available hash#77

Merged
arpadbuermen merged 1 commit into
arpadbuermen:masterfrom
tskaar:dev/ts/fix-submodule
Jun 16, 2026
Merged

fix(submodule/vacask): use a publicly available hash#77
arpadbuermen merged 1 commit into
arpadbuermen:masterfrom
tskaar:dev/ts/fix-submodule

Conversation

@tskaar

@tskaar tskaar commented Apr 25, 2026

Copy link
Copy Markdown
Contributor

The current commit hash (266b0f86034724977dfc12d29dff11f369695802), is not publicly available, causing submodule updates to fail locally. This changes to the commit hash of the latest tagged release (_0.3.2).

Test

The issue can be spotted by doing:

git submodule update --init

inside a clean repo, which produces:

fatal: remote error: upload-pack: not our ref 266b0f86034724977dfc12d29dff11f369695802
fatal: Fetched in submodule path 'external/vacask', but it did not contain 266b0f86034724977dfc12d29dff11f369695802. Direct fetching of that commit failed.

Note: Integration tests were tested using this particular VACASK commit in #76

The current commit hash (`266b0f86034724977dfc12d29dff11f369695802`),
is not publicly available, causing submodule updates to fail locally.
This changes to the commit hash of the latest tagged release (`_0.3.2`).
@arpadbuermen arpadbuermen merged commit dd019b9 into arpadbuermen:master Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants