Editing OpenSuse Build Service/MeeGo Setup

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
= MeeGo =
= MeeGo =
-
In general the community OBS should map to the release OBS.
+
Targets:
-
 
+
* Use MeeGo:1.0:Core : Latest Release
-
The release OBS projects are:
+
* Use MeeGo:Current:Core : Latest snapshot
-
* MeeGo:1.0
+
* Use MeeGo:1.0.80.1.20100514.1:Core  : for weekly snapshots See:  http://wiki.meego.com/MeeGo_Release_Creation#Weekly_Builds_and_Build_Numbers
-
* MeeGo:1.0:Core
+
-
* MeeGo:1.0:Core:Update
+
-
* MeeGo:1.0:Core:Update:Testing
+
-
* MeeGo:1.0:Extra
+
-
* MeeGo:1.0:Extra:Update
+
-
* MeeGo:1.0:Extra:Update:Testing
+
-
* MeeGo:1.0:Handset
+
-
* MeeGo:1.0:IVI
+
-
* MeeGo:1.0:IVI:Update
+
-
* MeeGo:1.0:IVI:Update:Testing
+
-
* MeeGo:1.0:Netbook
+
-
* MeeGo:1.0:Netbook:Update
+
-
* MeeGo:1.0:Netbook:Update:Testing
+
-
* MeeGo:1.0:Staging
+
-
* MeeGo:1.0:non-oss
+
-
* MeeGo:1.0:non-oss:Update
+
-
* MeeGo:1.0:non-oss:Update:Testing
+
-
 
+
-
We will assume that there are no naming conflicts and consolidate these into the following build targets:
+
-
* MeeGo_1.0
+
-
* MeeGo_1.0_Update
+
-
* MeeGo_1.0_Update_Testing (? do we need this)
+
-
 
+
-
and then provide a corresponding virtual target that always points to the current weekly snapshot:
+
-
* MeeGo_Current
+
-
 
+
-
and 2 named snapshots for previous releases:1.0.80.1.20100514.1
+
-
* MeeGo_1.0.80.1.20100514.1
+
-
 
+
-
See:  http://wiki.meego.com/Release_Engineering/Release_Versioning
+
-
 
+
=== MeeGo:1.0:Core ===
=== MeeGo:1.0:Core ===
Line 116: Line 85:
<pre>
<pre>
-
build=1.0.90.4.20100928.1
+
build=1.0.80.9.20100706.1
BASE=/backend_storage/obs/meego
BASE=/backend_storage/obs/meego
DL=$BASE/${build}/
DL=$BASE/${build}/
Line 122: Line 91:
# download
# download
-
FROM="mirrors.kernel.org"
+
FROM="http://repo.meego.com/MeeGo/builds/1.0.80/${build}/"
-
FROMDIR="/meego/builds/1.0.90/${build}/"
+
-
 
+
mkdir -p $DL
mkdir -p $DL
cd $DL
cd $DL
-
LFTPCOMMAND="mirror --parallel=2 -c -i .rpm -x /images/ -x /debug/ $FROMDIR ."
+
lftp -c "open $FROM; mirror"
-
lftp -c "open -e '$LFTPCOMMAND' $FROM"
+
mkdir -p $BASE/delete_me
mkdir -p $BASE/delete_me
Line 144: Line 110:
find $BASE/${build}/core/repos/armv5tel/ -name *rpm | xargs -I@ ln @ $BASE/current/armv5l_full
find $BASE/${build}/core/repos/armv5tel/ -name *rpm | xargs -I@ ln @ $BASE/current/armv5l_full
find $BASE/${build}/core/repos/armv7l/ -name *rpm | xargs -I@ ln @ $BASE/current/armv7l_full
find $BASE/${build}/core/repos/armv7l/ -name *rpm | xargs -I@ ln @ $BASE/current/armv7l_full
-
 
-
chown -R obsrun:obsrun $BASE/current/
 
</pre>
</pre>
Line 154: Line 118:
/usr/lib/obs/server/bs_admin --rescan-repository MeeGo:current standard armv7el
/usr/lib/obs/server/bs_admin --rescan-repository MeeGo:current standard armv7el
</pre>
</pre>
 +
[[Category:OpenSuse build service]]
[[Category:OpenSuse build service]]

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)