Updated comment about accepted branches
authorEd Bartosh <eduard.bartosh@intel.com>
Wed, 26 Feb 2014 13:09:25 +0000 (15:09 +0200)
committerEd Bartosh <eduard.bartosh@intel.com>
Wed, 26 Feb 2014 13:09:25 +0000 (15:09 +0200)
Change-Id: I56cea82d3c47724b6ed115e460a10eb1e597c25a
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
job_request.py

index 88ec370..0413511 100755 (executable)
@@ -196,8 +196,9 @@ def request_accepted(data, gerrit, gitprj):
         print gre
         return 1
 
-    # push accepted commit to specific hierarchy refs/heads/accepted/*
-    # e.g. Tizen:Mobile should push branch refs/heads/accepted/tizen/mobile
+    # push accepted commit to accepted branch refs/heads/accepted/*
+    # e.g. changes, accepted for Tizen:Mobile should be pushed to
+    # branch refs/heads/accepted/tizen_mobile
     dst = 'refs/heads/accepted/%s' % data['OBS_REQ_PRJ'].lower().replace(':', '_')
     try:
         gitprj.push(remote, data['commitid'], dst, force=True)