Switch release branch from tizen_2.1 to tizen_2.2
authorTaehwan Kim <taehwan8.kim@samsung.com>
Mon, 10 Jun 2013 07:06:59 +0000 (16:06 +0900)
committerTaehwan Kim <taehwan8.kim@samsung.com>
Mon, 10 Jun 2013 07:06:59 +0000 (16:06 +0900)
[Title] Switch release branch from tizen_2.1 to tizen_2.2
[Issue] N/A
[Problem] Release policy was changed.
[Cause] N/A
[Solution] Switch release branch from tizen_2.1 to tizen_2.2.

Change-Id: Ib3b908ac3d06a7a313e38f8e69482e1764e19cb5

TizenScripts/release-webkit

index e24595b..3577b6d 100755 (executable)
@@ -21,7 +21,7 @@ Usage: release-webkit [OPTION]
 [Options]
    -h, --help        : Print this message.
    -n, --dry-run     : Don't actually run any commands; just print them.
-   -i, --tizen       : Create Release commit in tizen_2.1 branch and push to Gerrit. (Tizen:2.1:Main)
+   -i, --tizen       : Create Release commit in tizen_2.2 branch and push to Gerrit. (Tizen:2.2:Mobile)
 """)
 
 def checkRepo(repo):
@@ -201,7 +201,7 @@ def versionUp(minor):
 
 def TizenMain():
     global patchVersion
-    branchName = "tizen_2.1"
+    branchName = "tizen_2.2"
     minorVersion = 11
     checkRepo("RSA")
     checkoutBranch(branchName)
@@ -213,7 +213,7 @@ def TizenMain():
     execute("git tag -a submit/" + branchName + "/`date --utc +%Y%m%d.%H%M%S` -F tmp_tag")
     execute("git push --tags origin HEAD:refs/for/" + branchName)
     
-    print "[Tizen:2.1:Main release] finished."
+    print "[Tizen:2.2:Mobile release] finished."
 
 def release():
     count = 0