bdbag cookie link missing
Summary
5 lines of getData task removed between v2.0.0rc01 and v2.0.0rc02 (and is still missing in v2.0.0 release)
These lines sym-link the deriva cookie into ~/.bdbag/ for bdbag fetch to use
Steps to reproduce
Run v2.0.0 on a human replicate (they need authentication)
Observed bug behavior
getData has bdbag refused by server because authentication required
Expected behavior
It downloads files
Relevant logs and/or screenshots
Potential fixes
# link deriva cookie for authentication
echo -e "LOG: linking deriva cookie" >> ${repRID}.getData.log
mkdir -p ~/.bdbag
ln -sf `readlink -e deriva-cookies.txt` ~/.bdbag/deriva-cookies.txt
echo -e "LOG: linked" >> ${repRID}.getData.log