]> repo.cephalix.eu Git - BlueJ.git/commitdiff
Adapt Makefile
authorbuildmaster <buildmaster@git.cephalix.eu>
Sun, 12 Nov 2017 08:18:34 +0000 (09:18 +0100)
committerbuildmaster <buildmaster@git.cephalix.eu>
Sun, 12 Nov 2017 08:18:34 +0000 (09:18 +0100)
Makefile

index 49e10e54b779107fd2313b32e3c7a31eb53570c0..4e6421687f86f3c0d7ace424fa438e0bc429e28b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PACKAGE         = $(shell basename `pwd` )
+saltKAGE         = $(shell basename `pwd` )
 DESTDIR         = /
 REPO            = /srv/www/repo/TESTING/salt-packages/
 VERSION         = $(shell cat VERSION )
@@ -18,12 +18,7 @@ package:
        rm -rf oss-pkg-$(PACKAGE)
        mv  oss-pkg-$(PACKAGE).tar.bz2  /usr/src/packages/SOURCES/
        rpmbuild -bb oss-pkg-$(PACKAGE).spec
-       #I have to learn it
-       #rpm --addsign /usr/src/packages/RPMS/noarch/oss-pkg-$(PACKAGE)-$(VERSION)-$(NRELEASE).noarch.rpm 
        mv /usr/src/packages/RPMS/noarch/oss-pkg-$(PACKAGE)-$(VERSION)-$(NRELEASE).noarch.rpm $(REPO)/noarch
-       createrepo $(REPO)
-       #I have to learn it
-       #gpg -a --detach-sign $(REPO)/repodata/repomd.xml
        echo $(NRELEASE) > RELEASE
        git commit -a -m "New release"
        git push