-
Notifications
You must be signed in to change notification settings - Fork 7
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
Added cleanup feature for MUs and SCC repositories #25
base: master
Are you sure you want to change the base?
Conversation
54e72c6
to
e69f472
Compare
e69f472
to
1581b54
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks good to me, and this will be utterly useful, thanks
but i cannot judge the details of the code, and I think the correct person to approve is Silvio
just add doc before, please
3915f3f
to
2b2e637
Compare
Same for me, I don't know Golang that much but as a feature it's great :) |
2b2e637
to
034e7c1
Compare
@moio Onee thing puzzles me here. I cannot found where this method should come from 😃 |
It was supposed to be a method in get/gcp.go, addressing the same kind of functionality against gc storage (was a WIP). Right now it is in fact obsolete. |
Related card: https://github.com/SUSE/spacewalk/issues/15435
Added cleanup feature for MUs and SCC repositories
without this patch users will have to delete manually all the ibs:/ (MUs) and SCC (normal products, updates and installers repos)
folders manually.
This feature will be used separately depending on the kind of run.
For SCC:
For MUs:
If you want to cherry-pick which of the undeclared in yaml repositories you want to keep, run:
---> you will be prompted to chose with y/n for each undeclared in minima config yaml repository what to do with it.