Skip to content
Snippets Groups Projects
  1. Mar 03, 2021
  2. Mar 02, 2021
  3. Mar 01, 2021
  4. Feb 27, 2021
    • Ned Batchelder's avatar
      build: private.txt files weren't handled properly · 981ecb67
      Ned Batchelder authored
      The requirements/edx/private.txt file is for dev's own private package
      needs.  There are two installation mechanisms in edx-platform, and
      neither handled the file properly:
      
      - `paver install_prereqs` had the wrong file name.  The file was moved
        almost three years ago, and paver wasn't kept up.
      
      - `make requirements` used `private.*` which included private.in, which
        pip-sync balks at.
      981ecb67