Changes

Jump to navigation Jump to search
No change in size ,  08:56, 17 March 2015
Line 269: Line 269:  
====Create release specific folder and link (or rename folder)====
 
====Create release specific folder and link (or rename folder)====
 
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/8.1/SRPMS
+
  mkdir -p /build/smeserver/stage/8.2/SRPMS
 
  cd /build/smeserver/stage/
 
  cd /build/smeserver/stage/
  ln -s 8.1/ 8
+
  ln -s 8.2/ 8
    
  mkdir -p /build/smeserver/stage/extra/isolinux/
 
  mkdir -p /build/smeserver/stage/extra/isolinux/

Navigation menu