Changes

Jump to navigation Jump to search
Line 281: Line 281:  
====Create release specific folder and link (or rename the folder)====
 
====Create release specific folder and link (or rename the 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.  
 +
VER=10
 +
VERSION=$VER.0.alpha2
 +
VERPREV=$VER.0.alpha1
   −
  mkdir -p /build/smeserver/stage/10.0.alpha1/{SRPMS,x86_64}
+
  mkdir -p /build/smeserver/stage/$VERSION/{SRPMS,x86_64}
 
  cd /build/smeserver/stage/
 
  cd /build/smeserver/stage/
  rm -f 10
+
  rm -f $VER
  ln -s 10.0.alpha1 10
+
  ln -s $VERSION
    
'''Local Only'''
 
'''Local Only'''
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu