Skip to content

Instantly share code, notes, and snippets.

View shannonborden's full-sized avatar

shannonborden

View GitHub Profile
# Logfile created on 2017-10-12 15:34:06 +0900 by logger.rb/v1.2.7
I, [2017-10-12T15:34:06.297570 #17423] INFO -- : #<BuildRuby:0x00560545fcadc8 @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.20171012-153406", @logger=#<Logger:0x00560545fd83b0 @progname=nil, @level=0, @default_formatter=#<Log
# Logfile created on 2017-10-12 15:36:35 +0900 by logger.rb/v1.2.7
I, [2017-10-12T15:36:35.762016 #20488] INFO -- : #<BuildRuby:0x0055d1424df558 @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.20171012-153635", @logger=#<Logger:0x0055d1424ecb68 @progname=nil, @level=0, @default_formatter=#<Log
@shannonborden
shannonborden / gist:350895d6402f95c07953194bcdf04192
Created October 12, 2017 06:42 — forked from aayushdrolia/gist:56d8b1cfc1deabf9f479e01111b56b0a
Import Database using Command Line Interface
mysql -u [username] -p -e "create database [databasename];"
mysql -u[username] -p [databasename] < [.sql filename]