When Trying to run:

-q -U iCab http://files.aegir.cc/BOA.sh.txt;bash BOA.sh.txt

and then:

barracuda up-head

on latest dev I receive this message:

BARRACUDA.sh.txt installer not available - try again

Comments

omega8cc’s picture

Good catch! Github has changed their URLs apparently:

root@magic:~# curl -I https://raw.github.com/omega8cc/boa/master/BARRACUDA.sh.txt
HTTP/1.1 301 Moved Permanently
Date: Sat, 26 Apr 2014 13:11:44 GMT
Server: Apache
Location: https://raw.githubusercontent.com/omega8cc/boa/master/BARRACUDA.sh.txt
Accept-Ranges: bytes
Via: 1.1 varnish
Age: 0
X-Served-By: cache-v41-ASH
X-Cache: MISS
X-Cache-Hits: 0
Vary: Accept-Encoding

This means that we need to use -L option in all curl requests.

omega8cc’s picture

Status: Active » Fixed

Fixed in https://github.com/omega8cc/boa/commit/7396f21c08b3c9695d342620fb15b7b76...

Note that you must update installers again with:

cd;wget -q -U iCab http://files.aegir.cc/BOA.sh.txt;bash BOA.sh.txt

  • Commit 7396f21 on master, 6.x-2.x by omega8cc:
    Issue #2250397 by AntiNSA - Always follow (limited) redirects in cURL...

  • Commit 7396f21 on master, 6.x-2.x by omega8cc:
    Issue #2250397 by AntiNSA - Always follow (limited) redirects in cURL...
AntiNSA’s picture

Thanks. That was a scary bug.... Also thanks for the Solr fix.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.