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

Wpb 16100 generate build jsons #766

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Veki301
Copy link
Contributor

@Veki301 Veki301 commented Mar 12, 2025

Change type

  • Fix
  • Feature
  • Documentation
  • Security / Upgrade

Basic information

  • THIS CHANGE REQUIRES A DEPLOYMENT PACKAGE RELEASE
  • THIS CHANGE REQUIRES A WIRE-DOCS RELEASE

Testing

  • I ran/applied the changes myself, in a test environment.
  • The CI job attached to this repo will test it for me.

Tracking

  • I mentioned this PR in Jira, OR I mentioned the Jira ticket in this PR.
  • I mentioned this PR in one of the issues attached to one of our repositories.

Knowledge Transfer

  • An Asciinema session is attached to the Jira ticket.

Motivation

Easier tracking and inclusion of all images and dependancies used in a bundle

Objective

Add all images and dependancies used in a bundle to target version documentation

Reason

Use case

@Veki301 Veki301 requested review from julialongtin and a team as code owners March 12, 2025 15:59
temp_dir=$(mktemp -d)

# Extract repositories file from the tarball
tar -xf "$tarball_file" $repositories_file_name
Copy link
Member

Choose a reason for hiding this comment

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

try extracting in the temp directory, not moving to it. :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've tried this originally, for some reason, the temp_dir ends up empty if I try to do it that way 🤷 and Repositories file not present gets thrown

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