If you build the stack with lsstsw, you need to follow the instructions below.
or
If you need to make changes to afwdata you need to follow the instructions below.
We have moved afwdata from the old gitolite server to Github using a gitLFS service we are running on the Nebula cluster. This is a step towards allowing developers/teams to host their own large binary repos.
Manual checkouts
For manual checkouts follow the instructions on the afwdata README:
lsstsw build environments
Your lsstsw environment will break because it uses the live repos.yaml file, which has been repointed. You need the following two steps
- Update your lsstsw repo
- Update your lsst_build repo
- Re-run the lsstsw
bin/deploy
script
If you are having problems with lsstsw and yet this line works:
git clone -c lfs.batch=false -c filter.lfs.require -c filter.lfs.smudge='git-lfs smudge %f' -c filter.lfs.clean='git-lfs clean %f' -c credential.helper='!f() { cat > /dev/null; echo username=; echo password=; }; f' https://github.com/lsst/afwdata.git
… it’s probably a sign that steps 1-3 weren’t done.
If you have any questions ask them here or in the SQuaRE chat room.