Skip to content

Instantly share code, notes, and snippets.

Cloning "https://0xacab.org/riseup/hexacab/nest2.git " ...
Commit: 6c6821977e4e68da8623976340aa4bafc445aedd (fix locale problems with gitlab runner, finally?)
Author: elijah <elijah@riseup.net>
Date: Fri Jan 26 20:22:47 2018 -0800
---> Installing application source ...
---> Building your Ruby application from source ...
---> Running 'bundle install --retry 2 --deployment --without development:test' ...
Warning: the running version of Bundler is older than the version that created the lockfile. We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
Fetching gem metadata from https://rubygems.org/ ...........
Fetching version metadata from https://rubygems.org/ ...
0.0.0.0 - - [27/Jan/2018:09:02:29 -0800] "GET /riseup/rbnacl/info/refs?service=git-upload-pack HTTP/1.1" 301 136 "-" "git/1.8.3.1"
0.0.0.0 - - [27/Jan/2018:09:02:29 -0800] "GET /riseup/rbnacl.git/info/refs?service=git-upload-pack HTTP/1.1" 200 351 "-" "git/1.8.3.1"
0.0.0.0 - - [27/Jan/2018:09:02:29 -0800] "POST /riseup/rbnacl/git-upload-pack HTTP/1.1" 404 3084 "-" "git/1.8.3.1"
0.0.0.0 - - [27/Jan/2018:09:02:29 -0800] "GET /riseup/rbnacl/info/refs?service=git-upload-pack HTTP/1.1" 301 136 "-" "git/1.8.3.1"
0.0.0.0 - - [27/Jan/2018:09:02:29 -0800] "GET /riseup/rbnacl.git/info/refs?service=git-upload-pack HTTP/1.1" 200 351 "-" "git/1.8.3.1"
0.0.0.0 - - [27/Jan/2018:09:02:30 -0800] "POST /riseup/rbnacl/git-upload-pack HTTP/1.1" 404 3084 "-" "git/1.8.3.1"
0.0.0.0 - - [27/Jan/2018:09:02:30 -0800] "GET /riseup/rbnacl/info/refs?service=git-upload-pack HTTP/1.1" 301 136 "-" "git/1.8.3.1"
0.0.0.0 - - [27/Jan/2018:09:02:30 -0800] "GET /riseup/rbnacl.git/info/refs?service=git-upload-pack HTTP/1.1" 200 351 "-" "git/1.8.3
case Facter.value(:operatingsystem)
when /Debian|Ubuntu/i
lspci = "/usr/bin/lspci"
when /RedHat|CentOS|Fedora|Scientific|SLES/i
lspci = "/sbin/lspci"
else
lspci = ""
end
# We can't do this if we don't know the location of lspci
# This fact will spit out the e1000 devices that we know have a driver problem.
#
# There are no dependencies needed for this script, except for lspci.
case Facter.value(:operatingsystem)
when /Debian|Ubuntu/i
lspci = "/usr/bin/lspci"
when /RedHat|CentOS|Fedora|Scientific|SLES/i
lspci = "/sbin/lspci"
else