Changes

From SME Server
Jump to navigationJump to search
Line 74: Line 74:  
'''Note:''' Not working because jidgo file points to 8, not 8rc1.  Editing the file <tt>smeserver-8.0rc1-i386.jigdo</tt> for correct path for SMEmirror under the Servers section allows completion of ISO downloading.
 
'''Note:''' Not working because jidgo file points to 8, not 8rc1.  Editing the file <tt>smeserver-8.0rc1-i386.jigdo</tt> for correct path for SMEmirror under the Servers section allows completion of ISO downloading.
 
Should work for final release....
 
Should work for final release....
 +
 +
===Generic Use of jigdo by mirroring repository===
 +
 +
This is generic instruction when you need to build an iso for test purpose on a SME Server (what else)
 +
firts you have to verify that jigdo is installed
 +
 +
yum install jigdo
 +
 +
If you want to build an iso of our marvellous work, we need to download packages from our mirrors but you should make folders to organize this a bit.
 +
 +
mkdir -p /root/jigdo/sme9
 +
 +
and then download all content, you should take a coffee, this is an example of how you have to do to build a sme9.0beta2, you should take a look to the repository to adapt a new url.
 +
rsync --progress -aHS --partial --delete-after rsync://mir1.ovh.ca/smeserver/releases/testing/9.0beta2/ /root/jigdo/sme9
 +
 +
once finished you need to go to the right folder
 +
 +
cd /root/jigdo/sme9/iso/x86_64/
 +
 +
and perform this command
 +
 +
jigdo-lite --noask --scan ../../smeos/x86_64/ *.jigdo
 +
 +
of course you have to adapt to architecture which you want to build. A known issue is that jigdo fails with a code 3 if an ISO is already present in its current folder.
    
== Getting SME 8.1 Beta 2 ==
 
== Getting SME 8.1 Beta 2 ==

Navigation menu