summaryrefslogtreecommitdiffstats
path: root/build_nss.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_nss.py')
-rwxr-xr-xbuild_nss.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_nss.py b/build_nss.py
index 0f72b03..ea70ccd 100755
--- a/build_nss.py
+++ b/build_nss.py
@@ -50,7 +50,7 @@ parser.add_argument('-f', '--flavor',
parser.add_argument('-r', '--rel',
action="store", dest="rel",
- default=None, choices=("rawhide", "f18" ),
+ default=None, choices=("rawhide", "f23" ),
help='specify a release to use for mock config. [default=None]')
parser.add_argument('-a', '--arch',