← Back to team overview

ubuntu-phone team mailing list archive

mirror manifest for phablet tree

 

 A new mirror manifest allows you to create local mirrors of the phablet tree.

The first step is to create and sync the mirror itself
$ mkdir /srv/git/pub/phablet
$ cd /srv/git/pub/phablet
$ repo init -u git://phablet.ubuntu.com/aosp/platform/manifest.git -b
personal/chihchun/phablet-mirror --mirror
$ repo sync -j`nproc`

To init a working tree from a local mirror
$ repo init -u git://phablet.ubuntu.com/aosp/platform/manifest.git -b
phablet-4.4.2_r1 --reference=/srv/git/pub/phablet
$ repo init -u git://phablet.ubuntu.com/aosp/platform/manifest.git -b
personal/w-ondra/phablet-5.0.2_r3 --reference=/srv/git/pub/phablet
$ repo init -u git://phablet.ubuntu.com/aosp/platform/manifest.git -b
personal/w-ondra/phablet-5.1.1_r5 --reference=/srv/git/pub/phablet

Note:
- This manifest does not mirror CyanogenMod projects for
phablet-trusty (14.04) and phablet-saucy (13.10)
- phablet-4.2.2_r1 and phablet-4.4_r1 use different aosp repo name,
which is not benefited from the mirror.

Cheers
-Rex