Project

General

Profile

Actions

action #37776

closed

eliminate ring2

Added by lnussel almost 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Release Engineering
Target version:
Start date:
2018-06-25
Due date:
2018-06-29
% Done:

100%

Estimated time:

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
Actions #1

Updated by mlin7442 almost 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

Actions #2

Updated by mlin7442 almost 6 years ago

alright, hot-patched

Actions #3

Updated by mlin7442 almost 6 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

everything should be done.

Actions

Also available in: Atom PDF