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 8e81117..37f9457 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", "f23" ),
+ default=None, choices=("rawhide", "f25" ),
help='specify a release to use for mock config. [default=None]')
parser.add_argument('-a', '--arch',