[前][次][番号順一覧][スレッド一覧]

ruby-changes:46663

From: hsbt <ko1@a...>
Date: Thu, 18 May 2017 14:29:08 +0900 (JST)
Subject: [ruby-changes:46663] hsbt:r58779 (trunk): Fix a wrong repository name of simplecov.

hsbt	2017-05-18 14:29:04 +0900 (Thu, 18 May 2017)

  New Revision: 58779

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58779

  Log:
    Fix a wrong repository name of simplecov.

  Modified files:
    trunk/Makefile.in
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 58778)
+++ Makefile.in	(revision 58779)
@@ -492,7 +492,7 @@ update-simplecov-html: https://github.com/ruby/ruby/blob/trunk/Makefile.in#L492
 update-simplecov:
 	$(Q) $(srcdir)/tool/git-refresh -C $(srcdir)/coverage $(Q1:0=-q) \
 		--branch $(SIMPLECOV_GIT_REF)  \
-		$(SIMPLECOV_GIT_URL) simplecov-html $(GIT_OPTS)
+		$(SIMPLECOV_GIT_URL) simplecov $(GIT_OPTS)
 
 update-coverage: update-simplecov update-simplecov-html update-doclie
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]