[maemo-developers] Build Server Configuration
From: Ed Bartosh bartosh at gmail.comDate: Tue Jan 26 00:02:57 EET 2010
- Previous message: Build Server Configuration
- Next message: Build Server Configuration
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2010/1/25 Jeff Moe <moe at blagblagblag.org>: > On Saturday 23 January 2010 04:07:48 you wrote: >> BTW, what do you think about to prepare guide for developers for easy >> setup of local buld configurations identical to autobuilder ones? I >> can provide whatever information you need for that. > > Ok, I pushed my first successful package throught sdbmock armel extras-devel. The preliminary config files for the server are in the git repo, browsable here: > http://gitorious.org/freemoe/freemoe/trees/master/servers/obra > > Also, can you give me an i386 example? Here you go: #!/usr/bin/python -tt # Scratchbox target name config_opts['sbtarget'] = 'maemo5-i386' # Target settings. Used if invoked with -u flag config_opts['cputransparency-method'] = None # or "none" config_opts['compiler-name'] = 'cs2007q3-glibc2.5-i486' config_opts['devkits'] = 'perl:debian-lenny:doctools:svn:git' #config_opts['devkits'] = 'perl:debian-etch:doctools:svn:git:apt-https' config_opts['dpkg-buildpackage'] = 'dpkg-buildpackage -rfakeroot -e"Automatic Builder <builder at maemo.org>" -sa -D' # Additional apt-get parameters config_opts['apt-get_options'] = '-o APT::Get::AllowUnauthenticated=1' # Command to run after rootstrap unpacking config_opts['after_rootstrap'] = 'fakeroot apt-get -y -q %s install maemo-optify' % config_opts['apt-get_options'] # Location of rootstrap # # You can specify local path to file # example 1: archive located in /scratchbox/packages : # config_opts['rootstrap']="maemo-sdk-rootstrap_4.0_i386.tgz" # # example 2: archive from original site # config_opts['rootstrap']="http://repository.maemo.org/stable/chinook/i386/maemo-sdk-rootstrap_4.0_i386.tgz" # # example 3: custom location inside scratchbox: # # config_opts['rootstrap']="/home/user/rootstraps/maemo-sdk-rootstrap_4.0_i386.tgz" # config_opts['rootstrap']="/scratchbox/packages/maemo-sdk-rootstrap_5.0_i386.tgz" #config_opts['rootstrap']="/scratchbox/packages/maemo-sdk-rootstrap_5.0_i386_update1.tgz" config_opts['sources.list'] = """ # Official SDK repositories: #deb http://stage/ fremantle/sdk free non-free #deb http://stage/ fremantle/tools free non-free #revert PR1.1 because of backwards compatibility issue 2010-01-19 -Niels deb file:/scratchbox/packages/maemo5.0_update1_public/ fremantle/sdk free non-free deb file:/scratchbox/packages/maemo5.0_update1_public/ fremantle/tools free non-free # Development Extras repositories: deb http://repository.maemo.org/extras-devel/ fremantle free non-free # Nokia binaries deb file:/scratchbox/packages/maemo-sdk-nokia-binaries_5_update1 fremantle explicit """ # Following example should be safe for most cases (resolver*.opendns.com) # If not specified, content of host's /etc/resolv.conf used. #config_opts['files']['/etc/resolv.conf'] = """ #search maemo.org #nameserver 208.67.222.222 #nameserver 208.67.220.220 #""" # Special hacks to /host_usr/bin # This will automatically add "export PATH=/host_usr/bin:$PATH" # and redirection of binary from /usr/bin/binname to /host_usr/bin/binname config_opts['host_usr']['gconftool-2'] = """#!/bin/sh export SBOX_REDIRECT_IGNORE=/usr/bin/gconftool-2 export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` /usr/bin/gconftool-2 --config-source $GCONF_CONFIG_SOURCE --direct "$@" """ config_opts['env']['DEB_BUILD_OPTIONS']="parallel=4" config_opts['env']['TMP']="/var/tmp" config_opts['env']['TEMP']="/var/tmp" config_opts['env']['TMPDIR']="/var/tmp" #config_opts['env']['http_proxy']="http://proxy.dmz:3128" > How about scripts that process incoming jobs, etc? You can find current production version of buildme (builder for Maemo Extras) here: https://garage.maemo.org/plugins/scmsvn/viewcvs.php/tags/buildme/1.5.1/?root=extras-cauldron -- BR, Ed
- Previous message: Build Server Configuration
- Next message: Build Server Configuration
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]