Skip to content

Instantly share code, notes, and snippets.

# Logfile created on 2017-11-06 00:05:53 +0900 by logger.rb/v1.2.7
I, [2017-11-06T00:05:53.148203 #9255] INFO -- : #<BuildRuby:0x0055c3298a3558 @REPOSITORY="https://svn.ruby-lang.org/repos/ruby/trunk", @REPOSITORY_TYPE=:svn, @git_branch=nil, @svn_revision=nil, @TARGET_NAME="trunk-test", @SRC_DIR="/home/ko1/ruby/src", @BUILD_DIR="/home/ko1/ruby/build", @INSTALL_DIR="/home/ko1/ruby/install", @TARGET_SRC_DIR="/home/ko1/ruby/src/trunk-test", @TARGET_BUILD_DIR="/home/ko1/ruby/build/trunk-test", @TARGET_INSTALL_DIR="/home/ko1/ruby/install/trunk-test", @configure_opts=["--enable-shared"], @build_opts="-j40", @test_opts="TESTS='-j40'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=7200, @logfile="/home/ko1/ruby/logs/brlog.trunk-test.20171106-000553", @logger=#<Logger:0x0055c3298b0b68 @progname=nil, @level=0, @default_formatter=#<Logg
@m-ueno
m-ueno / tmux_ubuntu14.04.sh
Created February 5, 2017 07:57 — forked from VladSem/tmux_ubuntu14.04.sh
install tmux 2.0 on Ubuntu 14.04
sudo apt-get update
sudo apt-get install -y python-software-properties software-properties-common
sudo add-apt-repository -y ppa:pi-rho/dev
sudo apt-get update
sudo apt-get install -y tmux=2.0-1~ppa1~t