From: Thierry Parmentelat Date: Thu, 6 Dec 2007 08:55:20 +0000 (+0000) Subject: (*) groups distro-dependent files in build/config. X-Git-Tag: PLCAPI-4.2-0~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1a36e8fd1706ee6f76442715ed9a422e4783f267;p=plcapi.git (*) groups distro-dependent files in build/config. (*) renamed .lst files into .pkgs (lst suffix commonly used for other/tmp purposes) (*) distro-dependent files are (mostly) optional, defaults to planetlab (*) mkfedora accepts new -f argument : to pass a pkgs file rather than -p .. -g .. (*) mkfedora supports junk: and precious: in pkgs file this is from the former bootcd/prep.sh - to reduce footprint Notes. (*) this is untested (*) mkfedora still supports -x (exclude) on the command line and in pkgs file however I suspect this feature is never used (*) mkfedora is still a separate command - could/should be merged into buld.common (*) myplc/build.functions could/should be merged into build.common as well --- diff --git a/PLCAPI.spec b/PLCAPI.spec index ff7723b..7f46bf3 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -56,7 +56,7 @@ through Apache mod_python. %build # python-pycurl and python-psycopg2 avail. from fedora 5 -# make sure to check myplc/-plc.lst +# make sure to check build//plc.pkgs if [ "%{distrorelease}" -le 4 ] ; then modules="psycopg2 pycurl" else