Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create --pex-path argument for pex cli and load pex path into pex-info metadata #417

Merged
merged 8 commits into from
Sep 28, 2017

Commits on Sep 14, 2017

  1. Two tests for re-exec bug and initial modiciations to read pex path r…

    …om new pex-path arg and load into pex-info metadata
    Chris Livingston committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    0a36984 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Add pex path argument to command line pex cli and plumb value to pex …

    …info metadata
    Chris Livingston committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    9ca0415 View commit details
    Browse the repository at this point in the history
  2. Change environment setup from reading pex path in env variables to re…

    …ading pex path from pex info metadata
    Chris Livingston committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    513461a View commit details
    Browse the repository at this point in the history
  3. Add pex path key for loading pex info overrides from environment vari…

    …ables
    Chris Livingston committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    2f96492 View commit details
    Browse the repository at this point in the history
  4. 2 tests for testing pex integration with pex path as an arg to pex cl…

    …i: 1 is xfail with re-exec bug and the other is testing the new pex path arg
    Chris Livingston committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    0b98fcc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Configuration menu
    Copy the full SHA
    4a5ccf4 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. replace 3rd party dep scapy with requests for new tests

    Chris Livingston committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    1179723 View commit details
    Browse the repository at this point in the history
  2. Add bytes literal for 3.x testing

    Chris Livingston committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    f4f4450 View commit details
    Browse the repository at this point in the history