Line 21:
Line 21:
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
VER=10
−
VERSION=$VER.0.alpha5
+
VERSION=$VER.0.beta1
−
VERPREV=$VER.0.alpha4
+
VERPREV=$VER.0.alpha5
mkdir -p /build/smeserver/stage/$VERSION/{SRPMS,x86_64}
mkdir -p /build/smeserver/stage/$VERSION/{SRPMS,x86_64}
Line 140:
Line 140:
VER=10
VER=10
−
VERSION=$VER.0.alpha5
+
VERSION=$VER.0.beta1
−
VERPREV=$VER.0.alpha4
+
VERPREV=$VER.0.alpha5
You can find logs of the related scripts build_ISO and build_installer<br />
You can find logs of the related scripts build_ISO and build_installer<br />
Line 177:
Line 177:
==Dev access to release ISO==
==Dev access to release ISO==
VER=10
VER=10
−
VERSION=$VER.0.alpha5
+
VERSION=$VER.0.beta1
−
VERPREV=$VER.0.alpha4
+
VERPREV=$VER.0.alpha5
=====Prepare directory structure for SME10 release=====
=====Prepare directory structure for SME10 release=====