From e5bf7b7207d69daf1c3537797aeeab2642f19514 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 1 Apr 2011 15:44:22 -0700 Subject: drop Rails 2.3.x tests They were transitionary releases and the logic to deal with them and Rack versioning was too much overhead. --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 2799077..cf1fda1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -205,9 +205,9 @@ $(rails_git)/info/cloned-stamp: git clone --mirror -q $(rails_git_url) $(rails_git) > $@ -$(rails_git)/info/v2.3.8-stamp: $(rails_git)/info/cloned-stamp +$(rails_git)/info/v2.2.3-stamp: $(rails_git)/info/cloned-stamp cd $(rails_git) && git fetch - cd $(rails_git) && git rev-parse --verify refs/tags/v2.3.8 + cd $(rails_git) && git rev-parse --verify refs/tags/v2.2.3 > $@ rails_tests := $(addsuffix .r,$(addprefix $(T_r).,$(rails_vers))) @@ -220,7 +220,7 @@ $(T_r).%.r: export PATH := $(test_prefix)/bin:$(PATH) $(T_r).%.r: export RUBYLIB := $(test_prefix):$(test_prefix)/lib:$(MYLIBS) $(T_r).%.r: export UNICORN_RAILS_TEST_VERSION = $(rv) $(T_r).%.r: export RAILS_GIT_REPO = $(CURDIR)/$(rails_git) -$(T_r).%.r: $(test_prefix)/.stamp $(rails_git)/info/v2.3.8-stamp +$(T_r).%.r: $(test_prefix)/.stamp $(rails_git)/info/v2.2.3-stamp $(run_test) ifneq ($(VERSION),) -- cgit v1.2.3-24-ge0c7