diff options
author | Holger Freyther <zecke@selfish.org> | 2008-04-25 15:51:39 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-04-25 15:51:39 +0000 |
commit | db6a378a2030de0ce4a5ab72f55bbec12ad311b2 (patch) | |
tree | 372193c09324e99d29a28839cfb018d0a12175e5 /contrib | |
parent | bc6c83c99478242cb39add67e0dbec66b64f2455 (diff) |
Git to rescue. Make a change to create a head again. Update the example script
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/mtn2git/update-script.example | 4 |
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 |