From 970e064e2b348385d2f6de5a1975e1dc5b548d09 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 11 Sep 2019 20:47:48 +0200 Subject: [PATCH] Do not use testing. Call create repo inmediately. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83c08d4..b439bf3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE = $(shell basename `pwd` ) DESTDIR = / -REPO = /srv/www/repo/TESTING/salt-packages/ +REPO = /srv/www/repo/salt-packages/ VERSION = $(shell cat VERSION ) RELEASE = $(shell cat RELEASE ) NRELEASE = $(shell echo $(RELEASE) + 1 | bc ) @@ -27,5 +27,6 @@ package: echo $(NRELEASE) > RELEASE git commit -a -m "New release" git push + createrepo $(REPO) -- 2.43.0