• 
      

    Simplify the process of building a development tree.

    Review Request #7629 — Created Sept. 15, 2015 and submitted

    Information

    Review Board
    release-2.0.x

    Reviewers

    This introduces a dev-requirements.txt, which lists the pip-compatible
    Python dependencies we need to use Review Board. It also installs them
    when using prepare-dev.py.

    Installed a new environment, and got all the development packages
    specified.

    reviewbot
    1. Tool: PEP8 Style Checker
      Processed Files:
          contrib/internal/prepare-dev.py
      
      Ignored Files:
          dev-requirement.txt
      
      
      
      Tool: Pyflakes
      Processed Files:
          contrib/internal/prepare-dev.py
      
      Ignored Files:
          dev-requirement.txt
      
      
    2. 
        
    david
    1. The file seems to be named "dev-requirement.txt", which doesn't match what's in the script.

      1. Still waiting on this question.

      2. Sorry about this :/

        I renamed it before posting the change, but didn't update the script, so it's a bug there. I'll just make a trivial commit to update it.

      3. Oh, no I screwed up the file rename is what I did. It was "dev_requirements.txt" and I left off the "s", because of course I had that broken keyboard.

    2. 
        
    brennie
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.0.x (8fb4714)