From a87dd17b7aec98b62ebbd5073610908cf0f751ce Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 20 Sep 2018 09:46:34 +0200 Subject: [PATCH] Default repo is testing. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bace1f..fc166cc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE = $(shell basename `pwd` ) DESTDIR = / -REPO = /srv/www/repo/salt-packages/ +REPO = /srv/www/repo/TESTING/salt-packages/ VERSION = $(shell cat VERSION ) RELEASE = $(shell cat RELEASE ) NRELEASE = $(shell echo $(RELEASE) + 1 | bc ) -- 2.43.0