]> repo.cephalix.eu Git - 7zip.git/commitdiff
New release
authorbuildmaster <buildmaster@git.cephalix.eu>
Wed, 31 Oct 2018 10:23:27 +0000 (11:23 +0100)
committerbuildmaster <buildmaster@git.cephalix.eu>
Wed, 31 Oct 2018 10:23:27 +0000 (11:23 +0100)
Makefile
RELEASE
oss-pkg-7zip.spec.in

index fc166cc7d169157b4da4f61f01246510f6906b99..e858e9beaed2bda1f7b979d3cf7d5d0e75a988d6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ package:
        sed -i s/RELEASE/$(NRELEASE)/g oss-pkg-$(PACKAGE).spec
        sed -i s/PACKAGE/$(PACKAGE)/g  oss-pkg-$(PACKAGE).spec
        sed -i s/YEAR/$(YEAR)/g        oss-pkg-$(PACKAGE).spec
+       ../oss-pkg-tools/create_hash.sh $(PACKAGE) 
        mkdir -p oss-pkg-$(PACKAGE)
        if [ ! -e $(PACKAGE).sls ];  then cp ../template/template.sls $(PACKAGE).sls; fi
        sed s/PACKAGE/$(PACKAGE)/g  $(PACKAGE).sls > oss-pkg-$(PACKAGE)/$(PACKAGE).sls
diff --git a/RELEASE b/RELEASE
index 00750edc07d6415dcc07ae0351e9397b0222b7ba..b8626c4cff2849624fb67f87cd0ad72b163671ad 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-3
+4
index 079b12d8ea16b4a57df1da3b1ad4fcf2999e9070..35f7e97a8431cb2eee8e52785566a0b9b8d4f170 100644 (file)
@@ -48,7 +48,7 @@ rm -rf %{buildroot}
 
 %post
 
-/usr/sbin/oss_api.sh POST 'softwares/add' '{"name":"PACKAGE","manually":false,"description":"PACKAGE","softwareVersions":[{"version":"VERSION"}]}'
+/usr/sbin/oss_api.sh POST 'softwares/add' 'HASH'
 
 %files
 %defattr(644,root,root)