projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
strip extra newline
[arvados.git]
/
services
/
api
/
script
/
import_commits.rb
1
#!/usr/bin/env ruby
2
3
ENV["RAILS_ENV"] = ARGV[0] || ENV["RAILS_ENV"] || "development"
4
5
require File.dirname(__FILE__) + '/../config/boot'
6
require File.dirname(__FILE__) + '/../config/environment'
7
require 'shellwords'
8
9
Commit.import_all