From: Thierry Parmentelat Date: Wed, 21 Nov 2007 14:00:31 +0000 (+0000) Subject: a few readmes X-Git-Tag: 4.2-rc2~493 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=6a284adbacec8ff3e57728f8223b79f1fe54ff53 a few readmes --- diff --git a/README-lstfiles.txt b/README-lstfiles.txt new file mode 100644 index 00000000..c730e844 --- /dev/null +++ b/README-lstfiles.txt @@ -0,0 +1,14 @@ +#lst files syntax: +# comments start with # + +# to define packages on all fcdistros +package: p1 p2 p3 p4 +# to add packages for say fc6 +package+fc6: p5 p6 +# to exclude packages +package-fc6: p2 p3 + +# same for groups +# NOTE: white spaces are not supported any more for group names +# plc_config_devel.xml used to mention standard group names with +# spaces, but we do not use them anymore diff --git a/README-pldistros.txt b/README-pldistros.txt new file mode 100644 index 00000000..5d00617a --- /dev/null +++ b/README-pldistros.txt @@ -0,0 +1,22 @@ +we've tried to isolate the distro-dependent configurations from the code +the places where these distro-dependent config files lie are + +./build/groups/.xml + that is used as the yumgroups.xml +./build/.mk + that defines the contents of the build +./build/-tags.mk + that defines the svn locations of the various modules +./build/-install.mk + optional make file to define the install target +./build/-devel.lst + set of packages required for building + +./bootcd/-bootcd.lst +./bootstrapfs/-base.lst +./bootstrapfs/-filesystems + all *.lst files here - produce tar.bz2 images +./myplc/-plc.lst +./vserver/-vserver.lst +./vserver/-vservers + all *.lst files here - produce vserver images diff --git a/README b/README-specfiles.txt similarity index 100% rename from README rename to README-specfiles.txt