tobiipro / support-firecloud

Software and configuration that support TobiiPro's Cloud Services development.
Apache License 2.0
4 stars 1 forks source link

clean var lib apt lists before update #179

Closed FredrikJT closed 4 years ago

FredrikJT commented 4 years ago

Implementing @spschlegel 's fix to the hashsum mismatch problem found on the linux builds.

andreineculau commented 4 years ago

alternative https://github.com/rokmoln/support-firecloud/commit/4a4361c5f7e7f123cd380f711a5cf5f6092e1024#diff-4217ade01156546104015d5f83244845

for the same error, I also had to do https://github.com/rokmoln/support-firecloud/commit/7a44730f58c13604894c627b8f6b07cdf9c1bb71#diff-4217ade01156546104015d5f83244845

FredrikJT commented 4 years ago

alternative rokmoln/support-firecloud@4a4361c#diff-4217ade01156546104015d5f83244845

for the same error, I also had to do rokmoln/support-firecloud@7a44730#diff-4217ade01156546104015d5f83244845

Thanks for the comment :) I really should have thought of checking rokmoln for this as well haha. apt-get update -o Acquire::CompressionTypes::Order::=gz looks like magic to me. I'll have a look at it probably on monday and see if I get to understand it better.

Have a nice weekend!