Skip to content

sync from stereo, fix tools/release-to-stereo for relative paths#330

Merged
smoser merged 2 commits intochainguard-dev:mainfrom
smoser:fix/pre-0.0.42-release
Feb 25, 2026
Merged

sync from stereo, fix tools/release-to-stereo for relative paths#330
smoser merged 2 commits intochainguard-dev:mainfrom
smoser:fix/pre-0.0.42-release

Conversation

@smoser
Copy link
Contributor

@smoser smoser commented Feb 25, 2026

  • pipelines/test/tw/INDEX.md - sync from stereo

    These changes got made to the downstream file.
    Sync them back in here.

  • tools/release-to-stereo - fix but with relative paths

    If you called ./tools/release-to-stereo $TAG ../stereo
    then this would fail with a strange error about not being
    a git directory.

    The problem was that 'cd ../stereo' would be run from the
    tempdir which would no longer be correct.

    So the fix is to get the full patph to the dir and use that.

If you called `./tools/release-to-stereo $TAG ../stereo`
then this would fail with a strange error about not being
a git directory.

The problem was that 'cd ../stereo' would be run from the
tempdir which would no longer be correct.

So the fix is to get the full patph to the dir and use that.
These changes got made to the downstream file.
Sync them back in here.
@smoser smoser merged commit 9bbf0a4 into chainguard-dev:main Feb 25, 2026
5 checks passed
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