Closed aaronmcdaid closed 6 years ago
There are two different URLs for the build database.
https://drive.switch.ch/index.php/s/uOyjAtdvYjxxwZd/download is the correct one I think, but the README says https://drive.switch.ch/index.php/s/fcqrO9HWcINS2Qq/download
We should check this and ensure that only one (correct!) URL is in the software
We can run git grep to find these lines:
git grep
git grep -o 'https://drive.switch.ch[^ ]*'
Pull request is related to fixing this: #67
Thanks @aaronmcdaid
There are two different URLs for the build database.
https://drive.switch.ch/index.php/s/uOyjAtdvYjxxwZd/download is the correct one I think, but the README says https://drive.switch.ch/index.php/s/fcqrO9HWcINS2Qq/download
We should check this and ensure that only one (correct!) URL is in the software
We can run
git grep
to find these lines: