Changes

Jump to navigation Jump to search
m
Line 331: Line 331:  
====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.2/SRPMS
+
  mkdir -p /build/smeserver/stage/8.2/{SRPMS,i386,x86_64}
 
  cd /build/smeserver/stage/
 
  cd /build/smeserver/stage/
  ln -s 8.2/ 8
+
rm 8
 +
  ln -s 8.2 8
    
  mkdir -p /build/smeserver/stage/extra/isolinux/
 
  mkdir -p /build/smeserver/stage/extra/isolinux/

Navigation menu