Changes

Jump to navigation Jump to search
Line 349: Line 349:     
====Bump version in the splash screen====
 
====Bump version in the splash screen====
We need to update the title of the splsh screen. For this, we have to update the title line in cdrom.images/sme10/isolinux/isolinux.cfg, eg
+
We need to update the title of the splash screen. For this, we have to update the title line in cdrom.images/sme10/isolinux/isolinux.cfg, eg
    
  menu title Welcome to SME Server 10.1 RC1
 
  menu title Welcome to SME Server 10.1 RC1
Line 362: Line 362:  
then edit, and finish with:
 
then edit, and finish with:
 
  cvs commit -m "Release 10.1" isolinux.cfg
 
  cvs commit -m "Release 10.1" isolinux.cfg
 +
 +
====Bump version in /etc/*release* files====
 +
We need to update the title of the initial boot screen when the iso installer has been launched.
 +
to do this :
 +
cd ~/smeserver/cdrom.image
 +
cvs update -dPA
 +
cd  sme10/product/etc
 +
 +
then update all the files there where you can see a 10.* version number.
 +
centos-release  e-smith-release  os-release  redhat-release  system-release-cpe
    
====Remove the 'Beta warning' in Anaconda====
 
====Remove the 'Beta warning' in Anaconda====
Line 545: Line 555:  
=====Hard links=====
 
=====Hard links=====
 
As an example how to create the hard links:
 
As an example how to create the hard links:
  cp -lr /build/smeserver/repo/testing/$VERPREV/smeos/* /build/smeserver/repo/$TO/$VERSION/smeos/
+
  cp -lr /build/smeserver/repo/$FROM/$VERPREV/smeos/* /build/smeserver/repo/$TO/$VERSION/smeos/
 
  mkdir -p /build/smeserver/repo/$TO/$VERSION/smeaddons/
 
  mkdir -p /build/smeserver/repo/$TO/$VERSION/smeaddons/
 
  mkdir -p /build/smeserver/repo/$TO/$VERSION/smecontribs/
 
  mkdir -p /build/smeserver/repo/$TO/$VERSION/smecontribs/
Line 564: Line 574:  
and finally
 
and finally
   −
  rm -f  /build/smeserver/$TO/testing/$VER
+
  pushd /build/smeserver/repo/$TO/
  pushd /build/smeserver/$TO/testing/
+
  unlink $VER
 
  ln -s $VERSION $VER
 
  ln -s $VERSION $VER
 
  popd
 
  popd
   −
then you can mv from testing to main folder
+
 
    
[[Category:SME Server Development Framework]]
 
[[Category:SME Server Development Framework]]
Line 606: Line 616:  
  reposdir=/etc/yum.smerepos.d
 
  reposdir=/etc/yum.smerepos.d
 
  distroverpkg=centos-release
 
  distroverpkg=centos-release
 +
 +
 +
if you get an error
 +
package: php80-php-intl-8.0.23-1.el7.remi.x86_64 from stage
 +
  unresolved deps:
 +
    libicuuc.so.71()(64bit)
 +
    libicuio.so.71()(64bit)
 +
    libicui18n.so.71()(64bit)
 +
    libicudata.so.71()(64bit)
 +
 +
 +
then on a SME do
 +
yum whatprovides */libicuuc.so.71
 +
 +
then add the missing rpm in the updates repo and sync it with update_repos script
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu