summaryrefslogtreecommitdiff
path: root/contrib/mtn2git
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-04-28 14:29:01 +0000
committerHolger Freyther <zecke@selfish.org>2008-04-28 14:29:01 +0000
commitac03da524e5e040ca320c59b2b03c75685d925e0 (patch)
treef5853262cfd0bc85049eebb3842224cce9c1f1cd /contrib/mtn2git
parent24dc77b97b4c9a2a3d05078e81d9cab8d64a1809 (diff)
parentf548461fca3bba7329777be4f89870c6f1cdccc1 (diff)
merge of '54b3dda1df013d6327e2ce8df95d7cfeeac2fbae'
and 'b5af291fa9dc074af84727684ddae1efa9c1be0d'
Diffstat (limited to 'contrib/mtn2git')
-rw-r--r--contrib/mtn2git/update-script.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/mtn2git/update-script.example b/contrib/mtn2git/update-script.example
index 3b23e19a49..7638cc2977 100644
--- a/contrib/mtn2git/update-script.example
+++ b/contrib/mtn2git/update-script.example
@@ -22,9 +22,9 @@ cd openembedded-git
# Push all changes to the server, update the master tag as well
-for branch in dev dreambox documentation oetest oz354x packaged-staging oz354fam083 angstrom-2007.12-stable entity stable;
+for branch in `mtn --db ../../OE.mtn ls branches`;
do
- git-push --force git+ssh://ABC@repo.or.cz/srv/git/org.openembedded.dev.git org.openembedded.$branch;
+ git-push --force git+ssh://zecke2@repo.or.cz/srv/git/org.openembedded.dev.git $branch;
done
#dev is our master