summaryrefslogtreecommitdiffstats
path: root/README
blob: ac2f7cc5295d44f6f41956205d22bbb55853fa42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Python scripts for local mock builds of nss packages and optionally client packages of nss.

build_nss.py
-- the build script for nss

build_functions.pay
-- build and notification utilities

prepare-all-srpms.sh
-- checks out all packages, makes their srpms and
drops the off where build_nss.py can find them
useful for testing, in normal development we woudn't
have pushed anything yet to the repository.

Example 1:
python ./build-nss.py -d -t -r rawhide -a i386 -sc -sw \
 -b nss -c crypto-utils -c evolution-data-server -n mod_nss

will build nss only, the default would have been included nspr, nss-util, and nss-softoken also,
only the clients crypto-utils and mod_nss

Example 2:
python ./build-nss.py -d -t -r rawhide -a i386 -sc -sw
will build the default sets, that is:
{ nspr, nss-util, nss-softokn, nss } 
plus all of the crucial client packages
{ crypto-utils, curl, evolution-data-server, mod_nss, mod_revocator, openswan, xulrunner }
]