aboutsummaryrefslogtreecommitdiffstats
path: root/build/parser.py
AgeCommit message (Collapse)AuthorFilesLines
2018-11-05Modify build processHarry Huang1-20/+23
JIRA: - Remove sudo to avoid permisson issue when cleaning the environment Change-Id: I4b9f9d0c64b977fa5e3c186f52cc8ee7a7757d03 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-09-07Support multiple url when building compass tar ballHarry Huang1-15/+20
JIRA: COMPASS-617 1. Use aria2 instead of curl to download package from different sites 2. Add an internal file server to accelerate building process for CI Change-Id: I2dca7a9a3fccf51165d0239126571fa16b94ebee Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2017-07-17To judge download is successful or notwutianwei1-4/+12
if download fialed then exit Change-Id: I40d847523ac5448c51d0788f79e4af9737bb5944 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-07-11Utilize yaml.safe_loadlhinds1-1/+1
The patch changes instances of yaml.load with yaml.safe_load which is more secure at blocking arbitrary code execution. The following blog has a decent explaination: https://www.kevinlondon.com/2015/08/15/dangerous-python-functions-pt2.html Change-Id: I8201baab6cb31ab31228eca83134f87a57c2f5d2 Signed-off-by: lhinds <lhinds@redhat.com>
2017-06-25replace build.conf with yamlchigang1-0/+104
JIRA: - use build.yaml as config file from Euphrates openstack deb/rpm/pip packages download from compass repo containers, not from compass.iso. so delete these packages from build.cfg Change-Id: Id254852ece0d738b3ec543efe68216206bd7daf2 Signed-off-by: chigang <chigang@huawei.com>