]> repo.cephalix.eu Git - Audacity.git/commitdiff
fixed log path
authorbuildmaster <buildmaster@git.cephalix.eu>
Thu, 29 Nov 2018 09:24:50 +0000 (10:24 +0100)
committerbuildmaster <buildmaster@git.cephalix.eu>
Thu, 29 Nov 2018 09:24:50 +0000 (10:24 +0100)
repo-ng/init.sls

index e85be6d3f89e05dcb673df8ddc44fcc450be33ba..0b72834486888f2dba7c2bc3513204d28251ab4b 100644 (file)
@@ -13,7 +13,7 @@
 {% set ARCH = "x86" %}
 {% endif %}
 
-{% set LOG_PATH = salt['grains.get']('SALT_TMP_LOG') %}
+{% set LOG_PATH = 'C:\\salt\\var\\log' %}
 
 Audacity:
   '2.2.2':
@@ -24,8 +24,8 @@ Audacity:
       {% else %}
       uninstaller: '%PROGRAMFILES%\Audacity\unins000.exe'      
       {% endif %}
-      install_flags: '/sp- /verysilent /norestart'
-      uninstall_flags: '/verysilent'
+      install_flags: '/sp- /verysilent /norestart /LOG="{{ LOG_PATH }}_inst.log"'
+      uninstall_flags: '/verysilent /SUPPRESSMSGBOXES /NORESTART /LOG="{{ LOG_PATH }}_uninst.log"'
       locale: de_DE
       msiexec: False
       reboot: False