@smooge: I opened this ticket to track the move to archive of epel-4 and epel-5
The mm2_move-to-archive script needed a single line change:
@@ -29,7 +29,7 @@ raise Exception( "No category could be found by the name: %s" % archive_cat) originaltopdir = c.topdir.name - archivetopdir = os.path.join(a.topdir.name, 'fedora', 'linux') + archivetopdir = os.path.join(a.topdir.name, 'epel') dirRe = re.compile(directory_re) for d in c.directories: if dirRe.search(d.name):
I was able run it successfully with this change in staging and the resulting mirrorlist looks correct.
I ran the script also on the production instance of MirrorManager. metalinks for epel-4 and epel-5 are pointing to the archive now.
Metadata Update from @adrian: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)