From fe879acf9cdcbcb973ea3bb2ca226a496c996d37 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 5 Aug 2014 15:59:32 +0400 Subject: [PATCH] Remove Makefile part specific for go1.1 --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 324fe639..afd1c520 100644 --- a/Makefile +++ b/Makefile @@ -43,9 +43,7 @@ install: $(GOM) build -o $(BINPATH)/aptly system-test: install -ifeq ($(GOVERSION),$(filter $(GOVERSION),go1.2 go1.2.1 go1.3 devel)) if [ ! -e ~/aptly-fixture-db ]; then git clone https://github.com/aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi -endif if [ ! -e ~/aptly-fixture-pool ]; then git clone https://github.com/aptly-dev/aptly-fixture-pool.git ~/aptly-fixture-pool/; fi PATH=$(BINPATH)/:$(PATH) $(PYTHON) system/run.py --long