Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use json recipes for release packaging #5044

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

briantting
Copy link
Contributor

Use Chromium's json recipe format for creating release packages on Kokoro.

b/393447640

@briantting briantting requested review from oxve, kaidokert and isarkis March 8, 2025 00:03
@briantting briantting marked this pull request as ready for review March 8, 2025 00:03
@@ -0,0 +1,73 @@
#!/usr/bin/env python3
"""Packages Cobalt with a given layout."""

Copy link
Member

Choose a reason for hiding this comment

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

Please put a comment here at the top as to where the JSON format comes from. A link to the origin Proto schema from Chromium, and a mention that we only implement a subset.

Also - a small test just to show that files, dirs, rename_files and rename_dirs keys are respected.

Other than that LGTM

Use Chromium's json recipe format for creating release packages on
Kokoro.

b/393447640
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