summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Pfeffer <zach.pfeffer@linaro.org>2011-09-16 11:39:09 -0500
committerZach Pfeffer <zach.pfeffer@linaro.org>2011-09-18 19:24:42 -0500
commitdaab9a2d8e79783fa3bf21e60130ec931e6f498b (patch)
tree3f09ce4531a859251417218d95d59bfa5c1240e3
parent0fc7d593e72220803c7884cd1a41ade8a0bef1b8 (diff)
downloadmanifest-daab9a2d8e79783fa3bf21e60130ec931e6f498b.tar.gz
LEB-panda.xml: reference git with history branches
Andy Green <andy.green@linaro.org> is now pushing the TI landing teams tree to a new git. The mechanism works like this: The branch archive repo is here: http://git.linaro.org/gitweb?p=people/andygreen/repo-branch-archive.git;a=summary git://git.linaro.org/people/andygreen/repo-branch-archive.git From Andy Green: The concept is that when I push tilt-linaro-android-3.0 to my normal repo, it's also pushed to this archive repo twice. First it forces the branch "tilt-linaro-android-3.0" there to be the new HEAD. Then, it creates a new branch called "tilt-linaro-android-3.0-<HEAD HASH>". So currently, HEAD hash of "tilt-linaro-android-3.0" is c47e8ab54ff583c7d25ccbdfd292a63bc6790b59, it means that when I pushed it, a branch "tilt-linaro-android-3.0-c47e8ab54ff583c7d25ccbdfd292a63bc6790b59" was also created automatically with the same HEAD. If your scripts find the head hash of "tilt-linaro-android-3.0" in the archive repo, by, eg $ git log tilt-linaro-android-3.0 -n 1 --format=%H then they can use the elaborated name in the manifests and point to the correct archived branch name including its HEAD part. Change-Id: Ib12df8e9830266b14e392c8a70464c3926d8edbb Signed-off-by Zach Pfeffer <zach.pfeffer@linaro.org>
-rw-r--r--LEB-panda.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/LEB-panda.xml b/LEB-panda.xml
index d9b7c5873..d2257d661 100644
--- a/LEB-panda.xml
+++ b/LEB-panda.xml
@@ -56,7 +56,7 @@
<copyfile src="core/root.mk" dest="Makefile" />
</project>
- <project path="kernel" name="people/andygreen/kernel-tilt" revision="tilt-jstultz-linaro-android-3.0" remote="linaro-other" />
+ <project path="kernel" name="people/andygreen/repo-branch-archive" revision="tilt-linaro-android-3.0" remote="linaro-other" />
<project path="u-boot" name="boot/u-boot-linaro-stable" revision="master" remote="linaro-other" />
<project path="packages/apps/0xbench" name="0xbench" revision="master" remote="0xbench" />