The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Local Repository For Image Creation
From Mer Wiki
Put rpm-files to the one directory. If you just build them with 'osc build' for arm, directory is /var/tmp/build-root/home/abuild/rpmbuild/RPMS/armv7hl/
You find 'createrepo'-command from (e.g.) http://repo.pub.meego.com/releases/Mer-Tools/6.0.1/builds/i486/packages/i486/
sudo createrepo /var/tmp/build-root/home/abuild/rpmbuild/RPMS/armv7hl
Then add this row to the ks-file
repo --name=local1 --baseurl=file:///var/tmp/build-root/home/abuild/rpmbuild/RPMS/armv7hl/ --save
If you want to reach this directory from your host system, it is
cd /srv/mer/sdks/sdk/var/tmp/build-root/home/abuild/rpmbuild/RPMS/armv7hl