zkutalik / ssimp_software

GNU General Public License v3.0
16 stars 10 forks source link

Inconsistent location for the build database #66

Closed aaronmcdaid closed 6 years ago

aaronmcdaid commented 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 -o 'https://drive.switch.ch[^ ]*'
aaronmcdaid commented 6 years ago

Pull request is related to fixing this: #67

sinarueeger commented 6 years ago

Thanks @aaronmcdaid