Change manifest for new build.xml structure
authorZhuoX Li <zhuox.li@intel.com>
Wed, 14 May 2014 02:58:38 +0000 (10:58 +0800)
committerLin Yang <lin.a.yang@intel.com>
Wed, 14 May 2014 03:37:36 +0000 (11:37 +0800)
commit990265626967d5f44b66dd43b735b6fbc6d1c41b
tree8c443b5e30a32e6759b411399bf3821ece020ef4
parent01394cd436b89b510792ab7ae622ff8562dfe9b2
Change manifest for new build.xml structure

In current version, one repo of OBS project will generate one manifest file.
All archs from one repo will point to the same manifest file.
So change 'buildid'_'repo_name'_'arch_name'.xml name to 'buildid'_'repo_name'.xml
one example shows as below:
previous manifest file name: tizen_20140513.1_ia32-wayland_ia32.xml
current manifest file name: tizen_20140513.1_ia32-wayland.xml

Change-Id: I962062037f8af361b4e2a87bb928e8e8f0030ef8
common/manifest.py
common/repomaker.py