The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Nemo/Creating Releases

From Mer Wiki
< Nemo(Difference between revisions)
Jump to: navigation, search
Line 33: Line 33:
  
 
After this you can test the release build. The extra -pandaboard filter is used as it is not part of the official Nemo releases.
 
After this you can test the release build. The extra -pandaboard filter is used as it is not part of the official Nemo releases.
  ./builder.py --use-ks-dir=../nemo-kickstarter-configs/nemo-latest-ks/ --release-id=NEMO,latest --extra-filter=handset,-pandaboard
+
  ./builder.py --use-ks-dir=../nemo-kickstarter-configs/nemo-latest-ks/ --release-id=NEMO,latest --extra-filter=-pandaboard
  
 
If the cmdlines seem ok then you can do the release with
 
If the cmdlines seem ok then you can do the release with
  sudo ./builder.py --use-ks-dir=../nemo-kickstarter-configs/nemo-latest-ks/ --release-id=NEMO,latest --extra-filter=handset,-pandaboard --run-mic
+
  sudo ./builder.py --use-ks-dir=../nemo-kickstarter-configs/nemo-latest-ks/ --release-id=NEMO,latest --extra-filter=-pandaboard --run-mic

Revision as of 06:46, 23 February 2013

This page guides how to build Nemo Mobile releases.

Prerequisites

Getting the build script and configs

# Create new directory for Nemo Releases
mkdir nemo-releases
cd nemo-releases
# Install mer configs and mer-kickstarter
zypper install mer-kickstarter-configs mer-kickstarter
# Install nemo configs
git clone git://github.com/nemomobile/nemo-kickstarter-configs.git
cd nemo-kickstarter-configs
# Create kickstart files
mer-kickstarter -e . -c release-latest/nemo-latest.yaml -o nemo-latest-ks/
cd ..
# Get the daily image builder script that is used to do releases
git clone https://gitorious.org/image-building-tools/daily-image-builder

cd daily-image-builder

Next thing is to configure the script for your needs. The default config should be fine though

cp builder.conf.tmpl builder.conf

Building the release

After this you can test the release build. The extra -pandaboard filter is used as it is not part of the official Nemo releases.

./builder.py --use-ks-dir=../nemo-kickstarter-configs/nemo-latest-ks/ --release-id=NEMO,latest --extra-filter=-pandaboard

If the cmdlines seem ok then you can do the release with

sudo ./builder.py --use-ks-dir=../nemo-kickstarter-configs/nemo-latest-ks/ --release-id=NEMO,latest --extra-filter=-pandaboard --run-mic
Personal tools