@@ -0,0 +1,101 @@ +#!/usr/bin/python3
+# This script creates all the packages used by nfs-repo-and-addon.ks. +# The packages are created in two directories, http and nfs. After all the rpms +# are made just copy everything to the locations set in $KSTEST_ADDON_HTTP_REPO +# and $KSTEST_ADDON_NFS_REPO. +# +# This script imports things from tests/lib/mkdud.py, so tests/lib needs to be +# in $PYTHONPATH.
May as well add the standard copyright statement here.