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

Add buildomat jobs for select images #1904

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Add buildomat jobs for select images #1904

merged 1 commit into from
Oct 29, 2024

Conversation

labbott
Copy link
Collaborator

@labbott labbott commented Oct 17, 2024

It's useful to have some images that have gone through a permslip sign. Do so in a very limited fashion.

'git+ssh://[email protected]/'
)
for (( i = 0; i < ${#override_urls[@]}; i++ )); do
git config --add --global url.https://github.com/.insteadOf \
Copy link
Collaborator

Choose a reason for hiding this comment

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

Dumb question: why don't we need quotes around "https://github.com", i.e.

git config --add --global url."https://github.com/".insteadOf

?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's useful to have some images that have gone through a
`permslip sign`. Do so in a very limited fashion.
@labbott labbott merged commit fe71189 into master Oct 29, 2024
125 checks passed
@labbott labbott deleted the permsliping branch October 29, 2024 16:59
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