[oe-commits] org.oe.dev Git to rescue. Make a change to create a head again. Update the example script

freyther commit oe at amethyst.openembedded.net
Fri Apr 25 15:57:00 UTC 2008


Git to rescue. Make a change to create a head again. Update the example script

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 1a467a7ea8dfd7463354c140383975aa0b8b20e8
ViewMTN: http://monotone.openembedded.org/revision/info/1a467a7ea8dfd7463354c140383975aa0b8b20e8
Files:
1
contrib/mtn2git/update-script.example
Diffs:

#
# mt diff -r3e22c6ee5af012d09e9027c2ade50920300fb0f2 -r1a467a7ea8dfd7463354c140383975aa0b8b20e8
#
#
#
# patch "contrib/mtn2git/update-script.example"
#  from [9f8caa85b400e9a7af49d8714a42648ffc346027]
#    to [d6ef8840e9ca1f2ae57480d782ecc1eddc7430a1]
#
============================================================
--- contrib/mtn2git/update-script.example	9f8caa85b400e9a7af49d8714a42648ffc346027
+++ contrib/mtn2git/update-script.example	d6ef8840e9ca1f2ae57480d782ecc1eddc7430a1
@@ -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






More information about the Openembedded-commits mailing list