Skip to content

Instantly share code, notes, and snippets.

@jhoblitt
Created November 12, 2015 16:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhoblitt/971ab8ca98021a20a2e3 to your computer and use it in GitHub Desktop.
Save jhoblitt/971ab8ca98021a20a2e3 to your computer and use it in GitHub Desktop.
Build a graph of the EUPS product dependencies
git clone https://github.com/lsst-sqre/build-graph.git
cd build-graph/
wget https://raw.githubusercontent.com/lsst/versiondb/master/manifests/b1780.txt
virtualenv deps
. deps/bin/activate
pip install -r requirements.txt
./deps.py b1780.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment