branch created: topic/routermanager


Flavio Fernandes <ffernand@...>
 

[cc ovsdb-dev]


Hi Mohnish,

As we talked in the meeting, I have created a branch in the ovsdb project off of the master branch
and cherry picked [1] your existing gerrit over there [2].

To continue from here, push your commits in gerrit using the same command [3]. 

Can periodically merge from master to the topic/routermanager, so that stays up to date.
 
Thanks,

— flavio

===

[Flavios-MacBook-Pro:ovsdb.git] (master)$ git pull
Already up-to-date.
[Flavios-MacBook-Pro:ovsdb.git] (master)$ git checkout topic/routermanager
Branch topic/routermanager set up to track remote branch topic/routermanager from origin.
Switched to a new branch 'topic/routermanager'
[Flavios-MacBook-Pro:ovsdb.git] (topic/routermanager)$ git fetch ssh://ffernandes@...:29418/ovsdb refs/changes/25/22225/1 && git cherry-pick FETCH_HEAD
remote: Counting objects: 8749, done
remote: Finding sources: 100% (39/39)
remote: Total 39 (delta 3), reused 38 (delta 3)
Unpacking objects: 100% (39/39), done.
 * branch            refs/changes/25/22225/1 -> FETCH_HEAD
[topic/routermanager 789e42c] Adding routemgr for dual stack.
 Author: Mohnish Anumala <Mohnish_Anumala@...>
 Date: Tue Jun 9 11:07:50 2015 -0700
 10 files changed, 634 insertions(+)
 create mode 100644 routemgr/pom.xml
 create mode 100644 routemgr/routemgr-api/pom.xml
 create mode 100644 routemgr/routemgr-features/pom.xml
 create mode 100644 routemgr/routemgr-features/src/main/features/features.xml
 create mode 100644 routemgr/routemgr-impl/pom.xml
 create mode 100644 routemgr/routemgr-impl/src/main/config/default-config.xml
 create mode 100644 routemgr/routemgr-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/routemgr/impl/rev141210/RoutemgrImplModule.java
 create mode 100644 routemgr/routemgr-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/routemgr/impl/rev141210/RoutemgrImplModuleFactory.java
 create mode 100644 routemgr/routemgr-impl/src/main/yang/routemgr-impl.yang
 create mode 100644 routemgr/routemgr-karaf/pom.xml
[Flavios-MacBook-Pro:ovsdb.git] (topic/routermanager)$
[Flavios-MacBook-Pro:ovsdb.git] (topic/routermanager)$
[Flavios-MacBook-Pro:ovsdb.git] (topic/routermanager)$ git status
On branch topic/routermanager
Your branch is ahead of 'origin/topic/routermanager' by 1 commit.
  (use "git push" to publish your local commits)
nothing to commit, working directory clean
[Flavios-MacBook-Pro:ovsdb.git] (topic/routermanager)$ git push origin HEAD:refs/for/topic/routermanager
Counting objects: 39, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (17/17), done.
Writing objects: 100% (39/39), 7.93 KiB | 0 bytes/s, done.
Total 39 (delta 4), reused 0 (delta 0)
remote: Resolving deltas: 100% (4/4)
remote: Processing changes: new: 1, refs: 1, done
remote:
remote: New Changes:
remote:
 * [new branch]      HEAD -> refs/for/topic/routermanager
[Flavios-MacBook-Pro:ovsdb.git] (topic/routermanager)$



[3]: git push origin HEAD:refs/for/topic/routermanager