]> git.pld-linux.org Git - packages/ruby.git/commitdiff
avoid testuite ruining pld spec repo
authorElan Ruusamäe <glen@delfi.ee>
Sat, 1 Aug 2015 17:29:46 +0000 (20:29 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 3 Aug 2015 06:16:06 +0000 (09:16 +0300)
ruby.spec

index fbbde7ff0fb58f49b0cebcf9ccc59142b98d9b16..2e9dce2da514c2b51bf7b2afa78b68931b564ea3 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -489,6 +489,10 @@ cd ..
 %endif
 
 %if %{with tests}
+# unset these, as testsuite does "git commit" somewhere, which points to pld .spec repo. doh
+unset GIT_DIR GIT_WORK_TREE
+
+unset GIT
 DISABLE_TESTS=""
 
 %ifarch armv7l armv7hl armv7hnl
This page took 0.154263 seconds and 4 git commands to generate.