Changes

From SME Server
Jump to navigationJump to search
Line 2: Line 2:     
==build of SME 10 iso==
 
==build of SME 10 iso==
 +
  VER=10
 +
VERSION=$VER.0.alpha2
 +
VERPREV=$VER.0.alpha1
    +
====product====
 +
cd /build/smeserver/stage/extra/images/10/product/
 +
find . | cpio -c -o | gzip -9cv > ../product.img; cd .. ;
 +
cp -a /build/smeserver/stage/extra/images/10/product.img /build/smeserver/stage/$VERSION/images/
 +
 +
====other====
 +
 +
VER=10
 +
VERSION=$VER.0.alpha2
 +
VERPREV=$VER.0.alpha1
    
first rsync from primary mirror without the isos
 
first rsync from primary mirror without the isos
Line 11: Line 24:  
  cd /build/smeserver/stage/
 
  cd /build/smeserver/stage/
 
  rm -f 10
 
  rm -f 10
  ln -s 10.0.alpha1 10
+
  ln -s $VERPREV 10
      Line 25: Line 38:     
  VER=10
 
  VER=10
  VERSION=$VER.0.alpha1
+
  VERSION=$VER.0.alpha2
  VERPREV=$VER.0.alpha0
+
  VERPREV=$VER.0.alpha1
    
  pushd /build/smeserver/stage/$VER/x86_64/
 
  pushd /build/smeserver/stage/$VER/x86_64/
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu