You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Jay Buffington (JIRA)" <ji...@apache.org> on 2014/05/22 02:23:40 UTC

[jira] [Created] (AURORA-456) "aurora version" command raises KeyError: 'sha'

Jay Buffington created AURORA-456:
-------------------------------------

             Summary: "aurora version" command raises KeyError: 'sha'
                 Key: AURORA-456
                 URL: https://issues.apache.org/jira/browse/AURORA-456
             Project: Aurora
          Issue Type: Story
          Components: Client
            Reporter: Jay Buffington


{noformat}
    $ ./pants src/main/python/apache/aurora/client/bin/:aurora_client
    Build operating on targets: OrderedSet([PythonBinary(src/main/python/apache/aurora/client/bin/BUILD:aurora_client)])
    Building PythonBinary PythonBinary(src/main/python/apache/aurora/client/bin/BUILD:aurora_client):
    Wrote /home/jaybuff/incubator-aurora/dist/aurora_client.pex

    $ /home/jaybuff/incubator-aurora/dist/aurora_client.pex  version
    Aurora client build info:
    Traceback (most recent call last):
      File "/home/jaybuff/.pex/install/twitter.common.app-0.3.0-py26-none-any.whl.18b046f79e32f1c14a751fbd19fe7ac97546fb80/twitter.common.app-0.3.0-py26-none-any.whl/twitter/common/app/application.py", li
ne 738, in _wrap_method
        return_code = method()
      File "/home/jaybuff/.pex/install/twitter.common.app-0.3.0-py26-none-any.whl.18b046f79e32f1c14a751fbd19fe7ac97546fb80/twitter.common.app-0.3.0-py26-none-any.whl/twitter/common/app/application.py", li
ne 760, in <lambda>
        main = lambda: main_method(*args, **kwargs)
      File "/home/jaybuff/incubator-aurora/dist/aurora_client.pex/apache/aurora/client/commands/core.py", line 117, in version
        print("\tsha: %s" % pex_info.build_properties['sha'])
    KeyError: 'sha'
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)