Used --repo build options instead of GBS_BUILD_REPOAUTH hack
authorEd Bartosh <eduard.bartosh@intel.com>
Tue, 17 Jul 2012 08:17:56 +0000 (11:17 +0300)
committerEd Bartosh <eduard.bartosh@intel.com>
Fri, 27 Jul 2012 08:35:36 +0000 (11:35 +0300)
commit7e3ccb55bd645e461baf712b5a6436f3542e0ed8
tree9597243502b5ccbf14ff502c13b2c9e338158341
parentf70954537ce19d9a39d3e76338a13a22c32549aa
Used --repo build options instead of GBS_BUILD_REPOAUTH hack

This change uses repox.* config options from 'build' section to
prepare proper repository urls, including auth info.

Note that auth info is also allowed in repo urls,
so repo1.url = 'https://user:password@host.com/' is valid and
repo1.user/repo1.password are not required in this case.

Change-Id: I464f86f4fffd05a60a134af7a838255263a23fae
gitbuildsys/cmd_build.py
gitbuildsys/utils.py