summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Maldonado <emaldona@redhat.com>2013-01-02 19:05:13 -0800
committerElio Maldonado <emaldona@redhat.com>2013-01-02 19:05:13 -0800
commit79650ad90c7b21e0889cdfd2bac6e21e72c3ccba (patch)
tree2f4e5c419014ce4b1b1e735de013a96740f1813f
parent06ca771136286bfbbb4a99054dad23f2728e0a52 (diff)
downloadnssmockbuilds4fedora-79650ad90c7b21e0889cdfd2bac6e21e72c3ccba.tar.gz
nssmockbuilds4fedora-79650ad90c7b21e0889cdfd2bac6e21e72c3ccba.tar.xz
nssmockbuilds4fedora-79650ad90c7b21e0889cdfd2bac6e21e72c3ccba.zip
Document the top files
-rw-r--r--README30
1 files changed, 26 insertions, 4 deletions
diff --git a/README b/README
index 53c8bba..ac2f7cc 100644
--- a/README
+++ b/README
@@ -1,7 +1,29 @@
-Python scripts do do local mock builds of nss packages and optionally cleinent packages of nss.
+Python scripts for local mock builds of nss packages and optionally client packages of nss.
-Example:
-python ./build-nss.py -d -t -r rawhide -a i386 -sc -sw -c evolution-data-server
+build_nss.py
+-- the build script for nss
-will build nspr, nss-util, nss-softoken, and nss by default and also the evolution-data-server
+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 }
+]