summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--by-rev.xml (renamed from default.xml)4
-rw-r--r--by-tag.xml13
2 files changed, 14 insertions, 3 deletions
diff --git a/default.xml b/by-rev.xml
index d818b1f..81ee970 100644
--- a/default.xml
+++ b/by-rev.xml
@@ -8,9 +8,7 @@
remote="test"
sync-j="1" />
- <project path="repo-rebased-fetch-by-tag" name="repo-rebased" revision="refs/tags/tag1" />
-
- <!-- This should have the same effect, in particular, *work at all*, as above -->
+ <!-- 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>
diff --git a/by-tag.xml b/by-tag.xml
new file mode 100644
index 0000000..849a713
--- /dev/null
+++ b/by-tag.xml
@@ -0,0 +1,13 @@
+<?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" />
+
+ <project path="repo-rebased-fetch-by-tag" name="repo-rebased" revision="refs/tags/tag1" />
+
+</manifest>