GiraffaFS / giraffa

Giraffa FileSystem (Slack: giraffa-fs.slack.com)
https://giraffa.ci.cloudbees.com
Apache License 2.0
17 stars 6 forks source link

Jenkins build failing cannot find protobuf on googlecode #225

Closed shvachko closed 7 years ago

shvachko commented 7 years ago

Need to update the build script. Apparently googlecode is completely gone now.

+ wget https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.bz2
--2016-09-04 12:10:25--  https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.bz2
Resolving protobuf.googlecode.com (protobuf.googlecode.com)... 74.125.22.82, 2607:f8b0:400d:c0c::52
Connecting to protobuf.googlecode.com (protobuf.googlecode.com)|74.125.22.82|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-09-04 12:10:25 ERROR 404: Not Found.
shvachko commented 7 years ago

Should be https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.bz2 @zero45 could you update Cloudbees, please.

pjeli commented 7 years ago

Done. It's gotten thru it. Running tests now. Closing for now.

pjeli commented 7 years ago

Build passed now.