Saw the following errors pop up on a RPM build of pulp on RHEL5. I snipped out the fluff between them to isolate the actual errors. I'm guessing most if not all of these are related to RHEL5 using python 2.4 instead of 2.6.t byte-compiling /var/tmp/pulp-0.0.71-1-root-root/usr/lib/python2.4/site-packages/pulp/server/event/handler/product.py to product.pyc File "/usr/lib/python2.4/site-packages/pulp/server/event/handler/product.py", line 30 class ProductEvent(EventHandler): ^ SyntaxError: invalid syntax byte-compiling /var/tmp/pulp-0.0.71-1-root-root/usr/lib/python2.4/site-packages/pulp/server/event/handler/repo.py to repo.pyc File "/usr/lib/python2.4/site-packages/pulp/server/event/handler/repo.py", line 30 class RepoEvent(EventHandler): ^ SyntaxError: invalid syntax byte-compiling /var/tmp/pulp-0.0.71-1-root-root/usr/lib/python2.4/site-packages/pulp/server/auditing.py to auditing.pyc File "/usr/lib/python2.4/site-packages/pulp/server/auditing.py", line 90 self.params = params if params is not None else list(args) ^ SyntaxError: invalid syntax byte-compiling /var/tmp/pulp-0.0.71-1-root-root/usr/lib/python2.4/site-packages/pulp/server/async.py to async.pyc byte-compiling /var/tmp/pulp-0.0.71-1-root-root/usr/lib/python2.4/site-packages/pulp/server/tasking/queue/fifo.py to fifo.pyc File "/usr/lib/python2.4/site-packages/pulp/server/tasking/queue/fifo.py", line 86 finally: ^ SyntaxError: invalid syntax /pulp/client/core/core_repo.py to core_repo.pyc File "/usr/lib/python2.4/site-packages/pulp/client/core/core_repo.py", line 263 last_sync = 'never' if repo['last_sync'] is None else str(repo['last_sync']) ^ SyntaxError: invalid syntax /pulp/client/agent/plugins/actions.py to actions.pyc File "/usr/lib/python2.4/site-packages/pulp/client/agent/plugins/actions.py", line 33 class TestAction(Action): ^ SyntaxError: invalid syntax byte-compiling /var/tmp/pulp-0.0.71-1-root-root/usr/lib/python2.4/site-packages/pulp/client/agent/plugins/remote.py to remote.pyc File "/usr/lib/python2.4/site-packages/pulp/client/agent/plugins/remote.py", line 33 class Repo: ^ SyntaxError: invalid syntax File "/usr/lib/python2.4/site-packages/pulp/server/event/handler/product.py", line 30 class ProductEvent(EventHandler): ^ SyntaxError: invalid syntax File "/usr/lib/python2.4/site-packages/pulp/server/event/handler/repo.py", line 30 class RepoEvent(EventHandler): ^ SyntaxError: invalid syntax File "/usr/lib/python2.4/site-packages/pulp/server/auditing.py", line 90 self.params = params if params is not None else list(args) ^ SyntaxError: invalid syntax File "/usr/lib/python2.4/site-packages/pulp/server/tasking/queue/fifo.py", line 86 finally: ^ SyntaxError: invalid syntax File "/usr/lib/python2.4/site-packages/pulp/client/core/core_repo.py", line 263 last_sync = 'never' if repo['last_sync'] is None else str(repo['last_sync']) ^ SyntaxError: invalid syntax File "/usr/lib/python2.4/site-packages/pulp/client/agent/plugins/actions.py", line 33 class TestAction(Action): ^ SyntaxError: invalid syntax File "/usr/lib/python2.4/site-packages/pulp/client/agent/plugins/remote.py", line 33 class Repo: ^ SyntaxError: invalid syntax
scoped for sprint 16
All these errors are fixed now. Replacing class decorators task is added to this sprint and Jeff is working on it. Moving to modified.
Fixed in build 0.111.
Marking as VERIFIED, we've been building for a few weeks now.
Closing with Community Release 15 pulp-0.0.223-4.