The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Nemo/Creating Releases
From Mer Wiki
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=-pandaboard
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=-pandaboard --run-mic