From: buildmaster Date: Thu, 29 Nov 2018 09:59:34 +0000 (+0100) Subject: no logging possible X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=0680dbe31247be5997a5b454431a66d34ba3ac07;p=VLC.git no logging possible --- diff --git a/Makefile b/Makefile index 8ae6875..d8f16d3 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 ) diff --git a/oss-pkg-VLC.spec b/oss-pkg-VLC.spec index ffc4731..39954cd 100644 --- a/oss-pkg-VLC.spec +++ b/oss-pkg-VLC.spec @@ -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) diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 04ee78f..130845c 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -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':