Actions
action #37776
closedeliminate ring2
Description
Since ring2 doesn't bring additional value we should eliminate it:
- link all packages that are currently in ring2 into ring1 instead
- delete the ring2 project
- remove 15.1:Staging:A:DVD
- find issues in tools
Updated by mlin7442 over 6 years ago
Rings is gone. All package's linkinfo should be fixed as well. A:DVD also gone.
I need to hot-patch below to packagelists VM otherwise staging-bot fails to work for 15.1
diff --git a/osclib/stagingapi.py b/osclib/stagingapi.py
index df11db0..bb22683 100644
--- a/osclib/stagingapi.py
+++ b/osclib/stagingapi.py
@@ -80,9 +80,10 @@ class StagingAPI(object):
if self.crings:
self.rings = (
'{}:0-Bootstrap'.format(self.crings),
- '{}:1-MinimalX'.format(self.crings),
- '{}:2-TestDVD'.format(self.crings)
- '{}:1-MinimalX'.format(self.crings) )
- if not self.crings.startswith('openSUSE:Leap'):
- self.rings += ('{}:2-TestDVD'.format(self.crings),) else: self.rings = []
that is a temporary change, once we killed Factory's ring2 we don't need that += part then
Updated by mlin7442 over 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
everything should be done.
Actions