]> repo.cephalix.eu Git - template-old.git/commitdiff
Do not use testing.
authorbuildmaster <buildmaster@git.cephalix.eu>
Wed, 11 Sep 2019 18:47:48 +0000 (20:47 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Wed, 11 Sep 2019 18:47:48 +0000 (20:47 +0200)
Call create repo inmediately.

Makefile

index 83c08d4d3054201f9a8ae91a0f7db53a4cd469ce..b439bf34e605df728802ee59b7be03b1771dc116 100644 (file)
--- 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)