From: buildmaster Date: Tue, 9 Oct 2018 10:40:39 +0000 (+0200) Subject: Firefox in Version 61.0.2.0 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=5340b58fb7883509b67e2acbd442f21aaa383702;p=MozillaFirefox.git Firefox in Version 61.0.2.0 --- diff --git a/RELEASE b/RELEASE index 7f8f011..45a4fb7 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -7 +8 diff --git a/VERSION b/VERSION index 1a7d95f..cb5e2fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -54.0.0.0 +61.0.2.0 diff --git a/repo-ng/init.sls b/repo-ng/init.sls index f91a465..0e42caf 100755 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -8,13 +8,14 @@ # Description: SLS for installation ############################################################################### -{% set LOG_PATH = salt['grains.get']('SALT_TMP_LOG') %} +{% set LOG_PATH = 'C:\\salt\\var\\log' %} + MozillaFirefox: - '54.0.0.0': + '61.0.2.0': full_name: 'Mozilla Firefox (de)' - installer: salt://win/repo-ng/MozillaFirefox/Firefox-54.0-de.msi + installer: salt://win/repo-ng/MozillaFirefox/Firefox-61.0.2-de.msi install_flags: '/qn /norestart /l* {{ LOG_PATH }}\MozillaFirefox_inst.log' - uninstaller: salt://win/repo-ng/MozillaFirefox/Firefox-54.0-de.msi + uninstaller: salt://win/repo-ng/MozillaFirefox/Firefox-61.0.2-de.msi uninstall_flags: '/qn /norestart /l* {{ LOG_PATH }}\MozillaFirefox_uninst.log' msiexec: True locale: de_DE