]> repo.cephalix.eu Git - VLC.git/commitdiff
no logging possible
authorbuildmaster <buildmaster@git.cephalix.eu>
Thu, 29 Nov 2018 09:59:34 +0000 (10:59 +0100)
committerbuildmaster <buildmaster@git.cephalix.eu>
Thu, 29 Nov 2018 09:59:34 +0000 (10:59 +0100)
Makefile
oss-pkg-VLC.spec
repo-ng/init.sls

index 8ae6875c83ad5215bf971ef6ff5c45c9b040620c..d8f16d3dff3c0e303893989070cc956c56e8bf3c 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 )
index ffc47319887beb755a4b6fed1635b04230c315d5..39954cdbc6a69ea893da1f453ebb68e57b1f5552 100644 (file)
@@ -6,7 +6,7 @@
 Name:         oss-pkg-VLC
 Summary:      Package to install VLC on OSS-Clients
 Version:      3.0.3
-Release:      3
+Release:      4
 License:      GPL-2.0
 Vendor:       Peter Varkoly and Helmuth Varkoly
 Packager:     peter@varkoly.de
@@ -48,7 +48,7 @@ rm -rf %{buildroot}
 
 %post
 
-/usr/sbin/oss_api.sh POST 'softwares/add' '{"name":"VLC","manually":false,"description":"VLC","softwareVersions":[{"version":"3.0.3"}]}'
+/usr/sbin/oss_api_post_file.sh 'softwares/add' /srv/salt/win/repo-ng/VLC/HASH.json
 
 %files
 %defattr(644,root,root)
index 04ee78f69dfff1d72d7b5fde73f582ad4eafa755..130845c74e87a6721d854adcd019fb436a0d41e6 100644 (file)
@@ -6,6 +6,7 @@
 # Authors:               Helmuth Varkoly
 #
 # Description:          Package SLS
+# Note: No loggiung
 ###############################################################################
 {% if grains['cpuarch'] == 'AMD64' %}
 {% set ARCH = "x64" %}
@@ -13,7 +14,6 @@
 {% set ARCH = "x86" %}
 {% endif %}
 
-{% set LOG_PATH = salt['grains.get']('SALT_TMP_LOG') %}
 
 VLC:
   '3.0.3':