Add --user/--passwd to repo command in KS.
authorHuang Hao <hao.h.huang@intel.com>
Tue, 17 Dec 2013 06:05:17 +0000 (14:05 +0800)
committerHuang Hao <hao.h.huang@intel.com>
Wed, 25 Dec 2013 03:25:52 +0000 (11:25 +0800)
commitdbbd319f84142555e52ce881ba6640fa119d55a8
tree95145a86c7ee8bf579e522dff09197782f9eaf54
parenta205b424c907fb2f3474da8d0095c69e92301e3c
Add --user/--passwd to repo command in KS.

If there are special characters like '@' in repo url, it can be
set by --passwd option in plain text format.

Also refactor MicRepo_data and MicRepo classes to extend from
F14_Repo, so we don't have to add --proxy ourself.

Fix: 1542

Change-Id: Ic9078a7313e14bd0959fd1676994cf5761e04c44
mic/kickstart/__init__.py
mic/kickstart/custom_commands/micrepo.py
mic/utils/misc.py
mic/utils/safeurl.py