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)
(New page: This page guides how to build Nemo Mobile releases. == Prerequisites == To have mic installed. TODO: Guide for this is missing. Upstream at https://github.com/jfding/mic == Getting the ...) |
|||
Line 21: | Line 21: | ||
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-from-git --release-id=NEMO,latest-release --extra-filter= | + | ./builder.py --use-ks-from-git --release-id=NEMO,latest-release --extra-filter=handset |
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-from-git --release-id=NEMO,latest-release --extra-filter= | + | sudo ./builder.py --use-ks-from-git --release-id=NEMO,latest-release --extra-filter=handset --run-mic |
Revision as of 21:29, 19 March 2012
This page guides how to build Nemo Mobile releases.
Prerequisites
To have mic installed. TODO: Guide for this is missing. Upstream at https://github.com/jfding/mic
Getting the build script
# Create new directory for Nemo Releases mkdir nemo-releases cd nemo-releases # 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-from-git --release-id=NEMO,latest-release --extra-filter=handset
If the cmdlines seem ok then you can do the release with
sudo ./builder.py --use-ks-from-git --release-id=NEMO,latest-release --extra-filter=handset --run-mic