Advertisement
TugaPower

gerrit_oms

Oct 14th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. tugapower@G751JY-Mint:~/cm16$ repopick --gerrit https://substratum.review -P frameworks/base/ 1
  2. Traceback (most recent call last):
  3. File "/home/tugapower/cm16/vendor/lineage/build/tools/repopick.py", line 296, in <module>
  4. reviews = fetch_query(args.gerrit, ' OR '.join('change:{0}'.format(x.split('/')[0]) for x in change_numbers))
  5. File "/home/tugapower/cm16/vendor/lineage/build/tools/repopick.py", line 145, in fetch_query
  6. return fetch_query_via_http(remote_url, query.replace(' ', '+'))
  7. File "/home/tugapower/cm16/vendor/lineage/build/tools/repopick.py", line 131, in fetch_query_via_http
  8. data = urllib.request.urlopen(url).read().decode('utf-8')
  9. File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
  10. return opener.open(url, data, timeout)
  11. File "/usr/lib/python2.7/urllib2.py", line 435, in open
  12. response = meth(req, response)
  13. File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
  14. 'http', request, response, code, msg, hdrs)
  15. File "/usr/lib/python2.7/urllib2.py", line 473, in error
  16. return self._call_chain(*args)
  17. File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
  18. result = func(*args)
  19. File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
  20. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  21. urllib2.HTTPError: HTTP Error 403: Forbidden
  22. tugapower@G751JY-Mint:~/cm16$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement