From: buildmaster Date: Wed, 11 Sep 2019 18:47:48 +0000 (+0200) Subject: Do not use testing. X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=970e064e2b348385d2f6de5a1975e1dc5b548d09;p=template-old.git Do not use testing. Call create repo inmediately. --- 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)