diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2013-03-26 16:32:33 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2013-03-26 16:32:33 +0200 |
commit | 715e7dc6d7062bde832f3eab598d6ab70d51e3e4 (patch) | |
tree | 3fe7737cbfe533a520eaebed63a8e778ce7d4e44 /by-rev.xml | |
parent | d6d5c64f3cdb7d7780af32e624a9798da1392243 (diff) | |
download | manifest-715e7dc6d7062bde832f3eab598d6ab70d51e3e4.tar.gz |
Repo doesn't allow dup projects in one manifest.
Diffstat (limited to 'by-rev.xml')
-rw-r--r-- | by-rev.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/by-rev.xml b/by-rev.xml new file mode 100644 index 0000000..81ee970 --- /dev/null +++ b/by-rev.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<manifest> + + <remote name="test" + fetch="git://git.linaro.org/people/pfalcon/repo-rebased/" /> + + <default revision="master" + remote="test" + sync-j="1" /> + + <!-- This should have the same effect, in particular, *work at all*, as by-tag.xml --> + <project path="repo-rebased-fetch-by-tag-rev" name="repo-rebased" revision="4842d36559f2ecc94" /> + +</manifest> |