projects
/
tools
/
gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
952db73
)
fix typo in get_meta
author
Hasan Wan
<hasan.wan@intel.com>
Fri, 29 Mar 2013 09:13:02 +0000
(17:13 +0800)
committer
Gerrit Code Review
<gerrit2@otctools.jf.intel.com>
Fri, 29 Mar 2013 09:19:33 +0000
(
02:19
-0700)
Signed-off-by: Hasan Wan <hasan.wan@intel.com>
gitbuildsys/oscapi.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/oscapi.py
b/gitbuildsys/oscapi.py
index f2f05ecb0d26d78e3f3115a1449dd2bd4d033347..d11e36f6fc30afb7027ef908d6f907506d15240e 100644
(file)
--- a/
gitbuildsys/oscapi.py
+++ b/
gitbuildsys/oscapi.py
@@
-345,7
+345,7
@@
class OSC(object):
def get_meta(self, prj, pkg=None):
"""Get project/package meta."""
- metatype, path_args = self.get_
meta
(prj, pkg)
+ metatype, path_args = self.get_
path
(prj, pkg)
url = core.make_meta_url(metatype, path_args, self.apiurl)
return self.core_http(core.http_GET, url)