Commit 8a577b6b authored by sub77's avatar sub77
Browse files

miniomni: get repos from git.sphere.ly

Change-Id: Ic8634d1d81e6a00e1e9f9263991f29f08ea375a0
parent 9ba8fc39
......@@ -36,16 +36,16 @@ except ImportError:
# Config
# set this to the default remote to use in repo
default_rem = "omnirom"
default_rem = "sphere"
# set this to the default revision to use (branch/tag name)
default_rev = "android-6.0"
# set this to the remote that you use for projects from your team repos
# example fetch="https://github.com/omnirom"
default_team_rem = "omnirom"
default_team_rem = "sphere"
# this shouldn't change unless google makes changes
local_manifest_dir = ".repo/local_manifests"
# change this to your name on github (or equivalent hosting)
android_team = "omnirom"
android_team = "sphere"
# url to gerrit repository
gerrit_url = "gerrit.omnirom.org"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment