Skip to content

Instantly share code, notes, and snippets.

@jdob
Created January 25, 2013 15:54
Show Gist options
  • Select an option

  • Save jdob/4635477 to your computer and use it in GitHub Desktop.

Select an option

Save jdob/4635477 to your computer and use it in GitHub Desktop.
[root@base-f17-64 upgrade]# pulp-admin rpm repo sync run --repo-id distro-repo
+----------------------------------------------------------------------+
Synchronizing Repository [distro-repo]
+----------------------------------------------------------------------+
This command may be exited by pressing ctrl+c without affecting the actual
operation on the server.
Downloading metadata...
[\]
... completed
Downloading repository content...
[================= ] 35%
RPMs: 0/0 items
Delta RPMs: 0/0 items
Tree Files: 1/3 items
Files: 0/0 items
... completed
Individual package errors encountered during sync:
Package: fileA.txt
Error: 'NoneType' object has no attribute
'endswith'
Traceback:
Traceback (most recent call last):
File
"/usr/lib/python2.7/site-packages/grinder/ParallelFetch.py", line 310, in run
result = self.fetcher.fetchItem(itemInfo)
File
"/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 82, in
__call__
return self.object(self, *args, **kwargs)
File
"/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 269, in
__call__
return self.__call(method, args, kwargs)
File
"/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 245, in __call
return self.__rmi(method.name, args, kwargs)
File
"/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 137, in __rmi
raise ex
AttributeError: 'NoneType' object has no attribute 'endswith'
Package: fileB.txt
Error: 'NoneType' object has no attribute
'endswith'
Traceback:
Traceback (most recent call last):
File
"/usr/lib/python2.7/site-packages/grinder/ParallelFetch.py", line 310, in run
result = self.fetcher.fetchItem(itemInfo)
File
"/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 82, in
__call__
return self.object(self, *args, **kwargs)
File
"/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 269, in
__call__
return self.__call(method, args, kwargs)
File
"/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 245, in __call
return self.__rmi(method.name, args, kwargs)
File
"/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 137, in __rmi
raise ex
AttributeError: 'NoneType' object has no attribute 'endswith'
Package: fileC.iso
Error: 'NoneType' object has no attribute
'endswith'
Traceback:
Traceback (most recent call last):
File
"/usr/lib/python2.7/site-packages/grinder/ParallelFetch.py", line 310, in run
result = self.fetcher.fetchItem(itemInfo)
File
"/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 82, in
__call__
return self.object(self, *args, **kwargs)
File
"/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 269, in
__call__
return self.__call(method, args, kwargs)
File
"/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 245, in __call
return self.__rmi(method.name, args, kwargs)
File
"/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 137, in __rmi
raise ex
AttributeError: 'NoneType' object has no attribute 'endswith'
Importing errata...
[-]
... completed
Importing package groups/categories...
[\]
... completed
[root@base-f17-64 upgrade]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment