Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Wireup env #2227

Merged
merged 2 commits into from
Apr 2, 2014
Merged

Wireup env #2227

merged 2 commits into from
Apr 2, 2014

Commits on Apr 2, 2014

  1. Switch to new environment.py library for config

    I factored out a new library called environment.py to manage
    configuration from environment variables. This commit replaces our
    former usage of the envvar function with environment. The next step is
    ot replace all of our direct os.environ access.
    chadwhitacre committed Apr 2, 2014
    Configuration menu
    Copy the full SHA
    99df134 View commit details
    Browse the repository at this point in the history
  2. Introduce env to configure-aspen.py

    On #2226 I added a wireup._env function and used it under the hood in
    wireup to replace some older code. This commit brings configure-aspen
    into the mix. By introducing the env object into configure-aspen I'm
    setting us up to replace os.environ calls in other wireup functions with
    the env object.
    chadwhitacre committed Apr 2, 2014
    Configuration menu
    Copy the full SHA
    acec1f8 View commit details
    Browse the repository at this point in the history