Do not allow auto reference configuration 89/198489/2
authorhyokeun <hyokeun.jeon@samsung.com>
Fri, 25 Jan 2019 01:48:37 +0000 (10:48 +0900)
committerHyokeun Jeon <hyokeun.jeon@samsung.com>
Tue, 18 Jun 2019 07:11:53 +0000 (07:11 +0000)
Change-Id: Ie425a4ad81fc9a5e967c8160d0d460d3da675dbb

job_ref_snapshot_info_update.py

index ac7ed03..6c981a2 100644 (file)
@@ -61,7 +61,8 @@ def main():
     tree = etree.fromstring(''.join(lines))
 
     # replace old version to new
-    insert_new = True
+    #TODO: Do not allow auto configuration
+    insert_new = False
     for dft in tree.getiterator('branch'):
         for item in dft.getiterator():
             if item.get('OBS_project') == base_project: