[Erp5-report] r12603 - /umigumi/trunk/config/erp5_cd.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 9 16:53:47 CET 2007


Author: kevin
Date: Fri Feb  9 16:53:46 2007
New Revision: 12603

URL: http://svn.erp5.org?rev=12603&view=rev
Log:
First attempt to build a live CD based on Mandriva 2007.
Increase version number to 1.0rc12.
Use brand new kernel with NTFS R/W support.
Fix packages names and versions to match new RPMs pool.

Modified:
    umigumi/trunk/config/erp5_cd.py

Modified: umigumi/trunk/config/erp5_cd.py
URL: http://svn.erp5.org/umigumi/trunk/config/erp5_cd.py?rev=12603&r1=12602&r2=12603&view=diff
==============================================================================
--- umigumi/trunk/config/erp5_cd.py (original)
+++ umigumi/trunk/config/erp5_cd.py Fri Feb  9 16:53:46 2007
@@ -25,21 +25,13 @@
 # Metadatas
 description = """ERP5 LiveCD demonstrates the power of the Open Source ERP Software, ERP5."""
 canonical_name = 'ERP5 LiveCD'
-version = '1.0rc11'
+version = '1.0rc12-build01'
 
 ### Kernels
 # TODO: generate both 32bit and 64bit version of the liveCD.
-
-# Use 'smp' kernel flavour for servers
-# kernel = 'smp-2.6.12.29nxd'
-
-# Use 'i686-up-4GB' kernel flavour for laptop based on Centrino
-# kernel = 'i686-up-4GB-2.6.12.29nxd'
-
-# Use 'i586-up-1GB' kernel flavour for laptop based on Celeron
-# This is the nexedi version of the Mandriva official kernel-i586-up-1GB-2.6.12.29mdk,
+# "nxd" version is the nexedi version of the Mandriva official kernel-2.6.17-8mdk,
 #   patched to support NTFS Read/Write
-kernel = 'i586-up-1GB-2.6.12.29nxd'
+kernel = '2.6.17.8nxd'
 
 # Global variables (allow to customize ERP5)
 remove_file = 1                         # If set to 1, remove files
@@ -196,9 +188,9 @@
 , 'udev'
 , 'hal'
 , 'dbus'
-, 'libdbus-1_0'
-, 'libdbus-qt-1_0'
-, 'libdbus-glib-1_0'
+, 'libdbus-1_3'
+, 'libdbus-qt-1_1'
+, 'libdbus-glib-1_2'
 # Network
 , 'prism2-utils'
 , 'wireless-tools', 'dhcp-client'
@@ -303,6 +295,7 @@
 , 'MySQL-ndb-management', 'MySQL-ndb-storage', 'MySQL-ndb-tools'
 , 'mysqlcc', 'mysql-administrator', 'mysql-query-browser'
 # ERP5
+, 'erp5-zope'
 , 'zope-ERP5'
 , 'zope-ERP5Banking'
 # ERP5 utils
@@ -344,7 +337,7 @@
   , 'country'       : None
   , 'package_list'  : ( 'locales-en'
                       , 'man-pages', 'bash-doc', 'grep-doc', 'rute', 'sag'
-                      , 'mandriva-doc-Discovery-en', 'mandriva-doc-Command-Line-en'
+                      , 'mandriva-doc-Discovery-en'
                       , 'myspell-hyph-en', 'aspell-en'
 #                      , 'OpenOffice.org-help-en', 'OpenOffice.org-help-en'
                         #'dictd-dicts-world95',
@@ -387,7 +380,6 @@
   , 'package_list'  : ( 'locales-fr'
                       , 'fonts-ttf-west_european'
                       , 'man-pages-fr'
-                      , 'mandriva-doc-Command-Line-fr'
                       , 'myspell-hyph-fr', 'aspell-fr'
 #                      , 'OpenOffice.org-l10n-fr', 'OpenOffice.org-help-fr'
                       , 'kde-i18n-fr'




More information about the Erp5-report mailing list