Meego Wiki
Views

SDK/External Build Host

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
Line 13: Line 13:
==== Resources ====
==== Resources ====
-
Master buildbot instance:
+
===== Master buildbot instance =====
 +
Main web frontend: http://sdkbuild.meego.com/toolchains
  BB_NUMBER[0]=0
  BB_NUMBER[0]=0
  BB_NAME[0]="Meego/Maemo SDK Toolchains Master"
  BB_NAME[0]="Meego/Maemo SDK Toolchains Master"
Line 21: Line 22:
  BB_OPTIONS[0]=""
  BB_OPTIONS[0]=""
  BB_PREFIXCMD[0]=""
  BB_PREFIXCMD[0]=""
-
 
-
http://sdkbuild.meego.com/toolchains ''web frontend isn't available yet''
 
-
Slave buildbot instances:
+
===== Slave buildbot instances =====
 +
* toolchain32-lenny in schroot "session:toolchain32"
  BB_NUMBER[1]=1
  BB_NUMBER[1]=1
  BB_NAME[1]="Meego/Maemo SDK Toolchains Lenny32 Slave"
  BB_NAME[1]="Meego/Maemo SDK Toolchains Lenny32 Slave"
Line 32: Line 32:
  BB_OPTIONS[1]=""
  BB_OPTIONS[1]=""
  BB_PREFIXCMD[1]=""
  BB_PREFIXCMD[1]=""
-
+
* toolchain64-lenny in schroot "session:toolchain64"
-
toolchain32-lenny: schroot "session:toolchain32"
+
-
 
+
  BB_NUMBER[2]=2
  BB_NUMBER[2]=2
  BB_NAME[2]="Meego/Maemo SDK Toolchains Lenny64 Slave"
  BB_NAME[2]="Meego/Maemo SDK Toolchains Lenny64 Slave"
Line 41: Line 39:
  BB_OPTIONS[2]=""
  BB_OPTIONS[2]=""
  BB_PREFIXCMD[2]=""
  BB_PREFIXCMD[2]=""
-
+
* toolchain-macos: ''real Mac OS host currently missing''
-
toolchain64-lenny: schroot "session:toolchain64"
+
-
 
+
-
toolchain-macos: ''real Mac OS host currently missing''
+
-
Git repositories:
+
===== Git repositories =====
-
toolchains source code: git://localhost/git/toolchains.git
+
* toolchains source code: git://localhost/git/toolchains.git
-
buildbot configuration: git://localhost/git/buildbot.git
+
* buildbot configuration: git://localhost/git/buildbot.git

Revision as of 12:42, 12 April 2011

Contents

External build hosts at OSU

For purposes outside the current OBS implementation external build host series were established in OSU.

Projects

Current build projects running there.

Toolchain

Builds MeeGo1.2/Maemo6 ARM cross-toolchains for Linux (x86/x86_64), Windows and MacOS X.

Resources

Master buildbot instance

Main web frontend: http://sdkbuild.meego.com/toolchains

BB_NUMBER[0]=0
BB_NAME[0]="Meego/Maemo SDK Toolchains Master"
BB_USER[0]="buildbot"
BB_BASEDIR[0]="/var/lib/buildbot/toolchains/master"
BB_OPTIONS[0]=""
BB_PREFIXCMD[0]=""
Slave buildbot instances
  • toolchain32-lenny in schroot "session:toolchain32"
BB_NUMBER[1]=1
BB_NAME[1]="Meego/Maemo SDK Toolchains Lenny32 Slave"
BB_USER[1]="buildbot"
BB_BASEDIR[1]="/var/lib/buildbot/toolchains/lenny32"
BB_OPTIONS[1]=""
BB_PREFIXCMD[1]=""
  • toolchain64-lenny in schroot "session:toolchain64"
BB_NUMBER[2]=2
BB_NAME[2]="Meego/Maemo SDK Toolchains Lenny64 Slave"
BB_USER[2]="buildbot"
BB_BASEDIR[2]="/var/lib/buildbot/toolchains/lenny64"
BB_OPTIONS[2]=""
BB_PREFIXCMD[2]=""
  • toolchain-macos: real Mac OS host currently missing
Git repositories
  • toolchains source code: git://localhost/git/toolchains.git
  • buildbot configuration: git://localhost/git/buildbot.git
Personal tools