Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 5c86ef4

Browse files
committed
fix fedora dist tag
1 parent b3e72d5 commit 5c86ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -383,5 +383,5 @@ def _build_srpm(self):
383383
'fedora' in platform.dist() and \
384384
'64bit' in platform.architecture())
385385
class FedoraBuilder(EL6Builder):
386-
_base = 'f16'
387-
_mock_config = 'fedora-16'
386+
_base = 'fc16'
387+
_mock_config = 'fedora-16'
File renamed without changes.

0 commit comments

Comments
 (0)