← Back to team overview

ubuntu-phone team mailing list archive

Mirroring the repository

 

Hello,

A new mirror manifest is now in place so local mirrors of the phablet tree
can be created

mkdir phablet-mirror
cd phablet-mirror
repo init -u git://phablet.ubuntu.com/CyanogenMod/mirror/manifest --mirror
repo sync

To init a working tree from a local mirror do

repo init -u /path/to/phablet-mirror/Cyanogenmod/android.git -b
phablet-saucy
repo sync

Jani