Switch License tool to develop branch 23/29723/3
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 3 Mar 2017 15:01:02 +0000 (23:01 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 3 Mar 2017 15:01:22 +0000 (23:01 +0800)
The default branch in the remote repository has been changed to develop.

-----------auto-generated by git-subrepo-------------
git subrepo pull --branch=develop third-party/License

subrepo:
  subdir:   "third-party/License"
  merged:   "88b1440"
upstream:
  origin:   "git@github.com:openzero-zte/License.git"
  branch:   "develop"
  commit:   "88b1440"
git-subrepo:
  version:  "0.3.0"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "988f8c8"
-------------------------------------------------------

Change-Id: I6efbee7217e1f04febeaf5b5079ee3e7eda797cd
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
third-party/License/.gitrepo
third-party/License/README.md

index 29cd5a7..03fab6f 100644 (file)
@@ -5,7 +5,7 @@
 ;
 [subrepo]
        remote = git@github.com:openzero-zte/License.git
-       branch = master
-       commit = 61489dae4453b66887d0d90a2244610a30f7e53c
-       parent = 3e443dff14a2be02b914e66f27b549d0ed4cc600
+       branch = develop
+       commit = 88b1440008b6acac8ad65afc93606cddef63cea9
+       parent = 473deae9a10162f000c49ca49b4e31b28c4bf0d8
        cmdver = 0.3.0
index 0232de7..57444c1 100644 (file)
@@ -5,6 +5,7 @@ A script for checking and adding license header according to [OPNFV contribution
 ## Quick Start
 
 ```
-$ cd <project-folder>
-$ curl https://raw.githubusercontent.com/Justin-chi/License/master/add_license.sh |bash
+$ cd <project-root>
+$ curl https://raw.githubusercontent.com/openzero-team/License/develop/add_license.sh |bash
 ```
+