-
Notifications
You must be signed in to change notification settings - Fork 329
Open
Labels
component/ciStories tied to CI for automationStories tied to CI for automationkind/enhancementNew feature or requestNew feature or requestplatform/linux
Description
Problem Description
Currently, we sometimes accidentally rebuild previous versions of Rancher Desktop on OBS (AppImage, RPM, etc.).
Proposed Solution
We should disable automatic rebuilds on OBS by default: https://build.opensuse.org/repositories/isv:Rancher:stable — turn off everything under the Build Flag section.
When we make a release, then, we should:
- Create the release branch.
osc copypac
inobs://isv:Rancher:dev
from the previous release to the next one.- Adjust the build flags for the copied package.
- Do any testing on the release stuff we want to do.
osc copypac
inobs://isv:Rancher:stable
from the previous release to the next one.- Adjust the build flags to allow the build.
- (The actual release.)
- Adjust the build flags to disable the build again, for both
:dev
and:stable
.
Additional Information
No response
Metadata
Metadata
Assignees
Labels
component/ciStories tied to CI for automationStories tied to CI for automationkind/enhancementNew feature or requestNew feature or requestplatform/linux