Changes

From SME Server
Jump to navigationJump to search
No change in size ,  12:00, 18 June 2016
m
Line 358: Line 358:  
The build_installer and build_ISO expect to be run from a directory that points to the head of the stage (ex. /build/stage/8). This is usually a symlink to 8.1 or 8.1beta1. The script fully expands the symlink and pulls off the last element to figure out what version we are going to build.  
 
The build_installer and build_ISO expect to be run from a directory that points to the head of the stage (ex. /build/stage/8). This is usually a symlink to 8.1 or 8.1beta1. The script fully expands the symlink and pulls off the last element to figure out what version we are going to build.  
   −
  mkdir -p /build/smeserver/stage/9.1/{SRPMS,i386,x86_64}
+
  mkdir -p /build/smeserver/stage/9.2/{SRPMS,i386,x86_64}
 
  cd /build/smeserver/stage/
 
  cd /build/smeserver/stage/
 
  rm -f 9
 
  rm -f 9
  ln -s 9.1 9
+
  ln -s 9.2 9
    
'''Local Only'''
 
'''Local Only'''

Navigation menu