Skip to content

Comments

action, selftest: deprecate bundle-only: false#65

Merged
woodruffw merged 2 commits intosigstore:mainfrom
tnytown:ap/issue/51
Apr 23, 2023
Merged

action, selftest: deprecate bundle-only: false#65
woodruffw merged 2 commits intosigstore:mainfrom
tnytown:ap/issue/51

Conversation

@tnytown
Copy link
Contributor

@tnytown tnytown commented Apr 23, 2023

Resolves #51.

@tnytown tnytown requested review from tetsuo-cpp and woodruffw April 23, 2023 18:46
@woodruffw woodruffw changed the title action, selftest: deprecate bundle-only: false` action, selftest: deprecate bundle-only: false Apr 23, 2023
action.py Outdated
bundle_only = os.getenv("GHA_SIGSTORE_PYTHON_BUNDLE_ONLY") == "true"
if not bundle_only:
_fatal_help("`bundle-only` is deprecated, this action no longer emits"
" other outputs by default")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, thinking about this more: let's just remove this option entirely, since we're doing a major bump.

(Sorry for the whiplash!)

@tnytown
Copy link
Contributor Author

tnytown commented Apr 23, 2023

I pushed this to my fork and ran the skipped checks, it works correctly (with the exception of the verify selftest, which is hardcoded to the identity of the this repo).

@woodruffw woodruffw merged commit 9247cf3 into sigstore:main Apr 23, 2023
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.

Flip the bundle-only setting

2 participants