-
Notifications
You must be signed in to change notification settings - Fork 549
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
WIP: fix nightlys (incorrect old repo path) #1951
base: develop
Are you sure you want to change the base?
Conversation
hmm. im struggling to figure out the logic for the debian/ubuntu nightlys. https://repo.saltproject.io/salt-dev/master/latest/salt/py3/debian/10/amd64/minor/ the rhel based ones have a mirror.repo inside the minor folder to point to build name, the debian and ubuntu ones do not... I've brought it in the releases slack channel. a "latest" symlink pointer inside "minor" would be useful for this |
blocked by saltstack/salt#64700. |
blocked by saltstack/salt#64927 |
blocked by: saltstack/salt#65877 |
@ITJamie Are you still interested in this PR. The current release 2024-07012 has cleaned up a lot of the old cruff and wondering if still interested in doing this PR, if not, please consider closing it. |
Im happy to rework it but theres still no upstream latest repo symlink to be able to sanely deploy repofiles with a fixed symlink path |
@ITJamie Have the following for nightly builds of Salt,
There is also the nightly workflow in GitHub Actions https://github.com/saltstack/salt/actions/workflows/nightly.yml, if that helps |
Would really like to see this PR merged as soon as possible. We have a Packer build that just broke while attempting to bootstrap Salt 3005 on Ubuntu 22.04, due to a mis-matched path in the script looking for |
What does this PR do?
Add testing of nightly build installs to catch issues with gpg logic etc
ive just noticed that the nightly paths are wrong.
they should be using:
but are using:
the items in the second path are old (from feb)