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

Provide directions for air-gapped environments / repository syncing with the new packages.broadcom.com repos #8

Closed
ScriptAutomate opened this issue Nov 1, 2024 · 2 comments · Fixed by #9

Comments

@ScriptAutomate
Copy link
Contributor

Page to update:

Previously, Salt Project provided directions for tools like rsync and aws cli for pulling down Salt repositories for use within local/private infra. With the new repository locations, new guidance can be given.

Repository locations:

@max-arnold
Copy link

Something like this should work:

RCLONE_WEBDAV_URL=https://packages.broadcom.com/artifactory/ RCLONE_WEBDAV_VENDOR=other rclone sync :webdav:saltproject-generic/ ./saltproject-generic/

@ScriptAutomate
Copy link
Contributor Author

ScriptAutomate commented Nov 1, 2024

@max-arnold wget could be a simple option too:

wget --mirror -nH --cut-dirs=1 https://packages.broadcom.com/artifactory/saltproject-rpm/
wget --mirror -nH --cut-dirs=1 https://packages.broadcom.com/artifactory/saltproject-deb/
wget --mirror -nH --cut-dirs=1 https://packages.broadcom.com/artifactory/saltproject-generic/

I'll just post both. rclone is the superior option for speed, but wget can be used if rclone for whatever reason is unavailable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants