ruby-changes:50472
From: eregon <ko1@a...>
Date: Wed, 28 Feb 2018 05:45:03 +0900 (JST)
Subject: [ruby-changes:50472] eregon:r62604: Remove tool/pull-latest-mspec-spec
eregon 2018-02-28 05:44:57 +0900 (Wed, 28 Feb 2018) New Revision: 62604 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62604 Log: Remove tool/pull-latest-mspec-spec * It is now part of mspec in spec/mspec/tool/pull-latest-mspec-spec Removed files: trunk/tool/pull-latest-mspec-spec Index: tool/pull-latest-mspec-spec =================================================================== --- tool/pull-latest-mspec-spec (revision 62603) +++ tool/pull-latest-mspec-spec (nonexistent) @@ -1,18 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/tool/pull-latest-mspec-spec#L0 -#!/bin/bash - -# Assumes all commits have been synchronized to https://github.com/ruby/spec -# See spec/mspec/tool/sync/sync-rubyspec.rb - -rm -rf spec/mspec -git clone --depth 1 https://github.com/ruby/mspec.git spec/mspec -commit=$(git -C spec/mspec log -n 1 --format='%h') -rm -rf spec/mspec/.git -git add spec/mspec -git commit -m "Update to ruby/mspec@${commit}" - -rm -rf spec/ruby -git clone --depth 1 https://github.com/ruby/spec.git spec/ruby -commit=$(git -C spec/ruby log -n 1 --format='%h') -rm -rf spec/ruby/.git -git add spec/ruby -git commit -m "Update to ruby/spec@${commit}" Property changes on: tool/pull-latest-mspec-spec ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -LF \ No newline at end of property Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/