git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc6c83c
)
Git to rescue. Make a change to create a head again. Update the example script
author
Holger Freyther
<zecke@selfish.org>
Fri, 25 Apr 2008 15:51:39 +0000
(15:51 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Fri, 25 Apr 2008 15:51:39 +0000
(15:51 +0000)
contrib/mtn2git/update-script.example
patch
|
blob
|
history
diff --git
a/contrib/mtn2git/update-script.example
b/contrib/mtn2git/update-script.example
index
3b23e19
..
7638cc2
100644
(file)
--- 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