Skip to content

Instantly share code, notes, and snippets.

@failshell
Created October 16, 2012 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save failshell/3898893 to your computer and use it in GitHub Desktop.
Save failshell/3898893 to your computer and use it in GitHub Desktop.
Repo http://public-yum.oracle.com/repo/OracleLinux/OL6/3/base/x86_64/ has 613 errata.
Traceback (most recent call last):
File "/usr/bin/spacewalk-repo-sync", line 100, in ?
sys.exit(abs(main() or 0))
File "/usr/bin/spacewalk-repo-sync", line 93, in main
sync.sync()
File "/usr/lib/python2.4/site-packages/spacewalk/satellite_tools/reposync.py", line 104, in sync
self.import_updates(plugin, url)
File "/usr/lib/python2.4/site-packages/spacewalk/satellite_tools/reposync.py", line 132, in import_updates
self.upload_updates(notices)
File "/usr/lib/python2.4/site-packages/spacewalk/satellite_tools/reposync.py", line 146, in upload_updates
notice = self.fix_notice(notice)
File "/usr/lib/python2.4/site-packages/spacewalk/satellite_tools/reposync.py", line 486, in fix_notice
if "suse" in notice['from'].lower():
AttributeError: 'NoneType' object has no attribute 'lower'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment