Use absolute path for --path.
authorHuang Hao <hao.h.huang@intel.com>
Tue, 25 Sep 2012 03:14:44 +0000 (11:14 +0800)
committerHuang Hao <hao.h.huang@intel.com>
Thu, 27 Sep 2012 03:02:06 +0000 (11:02 +0800)
commitffa01dff36ee5cf18ab95fd43f1b02b8db2301fc
tree896bfeafa884fd8eb462e69cf67e1ac426708f46
parent9c384959c9dee386f50a58e28f46559fba26714c
Use absolute path for --path.

- fix bug: can't find spec file if --path is a relative path
- remove tailing white spaces
- remove useless variables in git_wanted
- remove useless $config argument when calling fill_packs_from_git
- remove useless sub wanted
depanneur