diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-03-12 12:06:50 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2016-03-12 12:06:50 +0100 |
commit | 7277da1eb6fdb4583dccae20a84573af1242beab (patch) | |
tree | 40269bf363c713d5d1cf75d315a6ba7a6290d246 | |
parent | cf99d1e933f3aeb4aea5279537a06a38a727c832 (diff) |
default.xml: set all remote names to repo
this allows to fetch all git repos with one command.
repo forall -c git fetch repo
Change-Id: I74894fe5c6c438f1ceaa40b5683bcbc00f4ec6af
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | default.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/default.xml b/default.xml index 47089c8..b164bb3 100644 --- a/default.xml +++ b/default.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <manifest> - <remote fetch="http://github.com" name="gith"/> - <remote fetch="http://git.linaro.org/git-ro/openembedded" name="linaro"/> - <remote fetch="http://git.openembedded.org" name="oe"/> - <remote fetch="http://git.toradex.com" name="trdx"/> - <remote fetch="http://git.yoctoproject.org" name="yocto"/> + <remote fetch="http://github.com" name="gith" alias="repo"/> + <remote fetch="http://git.linaro.org/git-ro/openembedded" name="linaro" alias="repo"/> + <remote fetch="http://git.openembedded.org" name="oe" alias="repo"/> + <remote fetch="http://git.toradex.com" name="trdx" alias="repo"/> + <remote fetch="http://git.yoctoproject.org" name="yocto" alias="repo"/> <default sync-j="4"/> |