summaryrefslogtreecommitdiffstats
path: root/build-nss.py
diff options
context:
space:
mode:
Diffstat (limited to 'build-nss.py')
-rwxr-xr-xbuild-nss.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/build-nss.py b/build-nss.py
index 8c4ccc5..7e7a9ae 100755
--- a/build-nss.py
+++ b/build-nss.py
@@ -99,8 +99,9 @@ parser.add_argument(
action='store',
dest='nssPackageList',
nargs='+',
- default=['nspr', 'nss-util', 'nss-softokn', 'nss' ],
- help='specify a list of one of more builds to performm. ',
+ #default=['nspr', 'nss-util', 'nss-softokn', 'nss' ],
+ default=['nspr', 'nss-util', 'nss-softokn', 'nss', 'curl', 'xulrunner' ],
+ help='specify a list of one of more builds to perform. ',
choices=('nspr', 'nss-util', 'nss-softokn', 'nss'))
parser.add_argument(
'-m',
@@ -259,7 +260,7 @@ print_debug("%s" % json.dumps(str(buildStatusDict), sort_keys=True, indent=4))
#NOTE: handle whether or not to copy the files over and create the rpm repo.
#The logic is as follows:
#if one of the packages failed to build, skipCopy is enalbed, don't copy
-#if the commandline option skipCopy is enalbled, don't copy
+#if the commandline option skipCopy is enabled, don't copy
#else skipCopy is disabled and the files get copied then the yum repos are created.
################################################################################
skipCopy=False