a few readmes
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 21 Nov 2007 14:00:31 +0000 (14:00 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 21 Nov 2007 14:00:31 +0000 (14:00 +0000)
README-lstfiles.txt [new file with mode: 0644]
README-pldistros.txt [new file with mode: 0644]
README-specfiles.txt [moved from README with 100% similarity]

diff --git a/README-lstfiles.txt b/README-lstfiles.txt
new file mode 100644 (file)
index 0000000..c730e84
--- /dev/null
@@ -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 (file)
index 0000000..5d00617
--- /dev/null
@@ -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/<pldistro>.xml 
+       that is used as the yumgroups.xml 
+./build/<pldistro>.mk
+       that defines the contents of the build
+./build/<pldistro>-tags.mk
+       that defines the svn locations of the various modules
+./build/<pldistro>-install.mk
+       optional make file to define the install target
+./build/<pldistro>-devel.lst
+       set of packages required for building
+
+./bootcd/<pldistro>-bootcd.lst
+./bootstrapfs/<pldistro>-base.lst
+./bootstrapfs/<pldistro>-filesystems
+       all *.lst files here - produce tar.bz2 images
+./myplc/<pldistro>-plc.lst
+./vserver/<pldistro>-vserver.lst
+./vserver/<pldistro>-vservers
+       all *.lst files here - produce vserver images
similarity index 100%
rename from README
rename to README-specfiles.txt