Advertisement
Guest User

Untitled

a guest
Jun 21st, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. @UBUNTU12:~$ sudo salt-run winrepo.genrepo
  2. Traceback (most recent call last):
  3. File "/usr/bin/salt-run", line 10, in <module>
  4. salt_run()
  5. File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 89, in salt_run
  6. client.run()
  7. File "/usr/lib/python2.7/dist-packages/salt/cli/__init__.py", line 283, in run
  8. runner.run()
  9. File "/usr/lib/python2.7/dist-packages/salt/runner.py", line 82, in run
  10. self.opts['fun'], self.opts['arg'], self.opts)
  11. File "/usr/lib/python2.7/dist-packages/salt/runner.py", line 48, in cmd
  12. return self.functions[fun](*args, **kwargs)
  13. File "/usr/lib/python2.7/dist-packages/salt/runners/winrepo.py", line 48, in genrepo
  14. revmap[repodata['full_name']] = pkgname
  15. TypeError: list indices must be integers, not str
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement