]> repo.cephalix.eu Git - Firefox.git/commitdiff
♻️ updated to version 112.0.2
authorMaximilian Grunow <maximilian@grunow.at>
Fri, 5 May 2023 20:48:21 +0000 (20:48 +0000)
committerMaximilian Grunow <maximilian@grunow.at>
Fri, 5 May 2023 20:48:21 +0000 (20:48 +0000)
.gitignore
Firefox.sls
LICENSE
Makefile
VERSION
init.sls.in
oss-pkg-Firefox.spec.in
repo-ng/Firefox_Setup_112.0.2.msi [new file with mode: 0644]

index 12b8d4b495f3dc6fa866536cf9c4d104b666fee4..6547b30cdec88e5020010dbea6ed66815d310f08 100644 (file)
@@ -1 +1,4 @@
-packages.spec
+repo-ng/HASH.json
+repo-ng/init.sls
+.DS_Store
+oss-pkg-Firefox.spec
index 2be747e2ab1393286384cb93e048e8b44e97c536..40c0faac9d358dee2783a578fcc907a765140445 100644 (file)
@@ -3,7 +3,7 @@
 # Copyright (c) YEAR Helmuth Varkoly, Nuermberg, Germany.
 # All rights reserved.
 #
-# Authos:               Helmuth Varkoly
+# Authos:               Helmuth Varkoly, Maximilian Grunow
 #
 # Description:          SLS to use with CRANIX's softwaremanagement
 ###############################################################################
diff --git a/LICENSE b/LICENSE
index 6723dbb3e48154a0b37310659e9f0c37f5623d60..3da5fd955194ac4d278a791719e4774a1635433f 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1 +1 @@
-Copyright (c) 2022 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd.
+Copyright (c) 2023 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd.
index f30c3b1bf1ab43024a7939ad9b0c212c58514540..74848848421a6c0793f6f4c0ba5d88044b5ffc30 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ REPO            = /srv/www/repo/salt-packages/
 VERSION         = $(shell cat VERSION )
 RELEASE         = $(shell cat RELEASE )
 NRELEASE        = $(shell echo $(RELEASE) + 1 | bc )
-YEAR           = $(shell date +%Y )
+YEAR                   = $(shell date +%Y )
 
 package:
        sed    s/VERSION/$(VERSION)/g  oss-pkg-$(PACKAGE).spec.in > oss-pkg-$(PACKAGE).spec
@@ -27,18 +27,5 @@ package:
        mv /usr/src/packages/RPMS/noarch/oss-pkg-$(PACKAGE)-$(VERSION)-$(NRELEASE).noarch.rpm $(REPO)/noarch
        echo $(NRELEASE) > RELEASE
        git commit -a -m "New release"
+       git push
        createrepo $(REPO)
-       #git push
-
-init:
-       rm -fr .git
-       mv oss-pkg-packages.spec.in oss-pkg-$(PACKAGE).spec.in
-       sed -i 's/PACKAGE/$(PACKAGE)/g' oss-pkg-$(PACKAGE).spec.in
-       mkdir repo-ng
-       sed -i 's/PACKAGE/$(PACKAGE)/g' init.sls.in
-       mv temlate.sls $(PACKAGE).sls
-       sed -i 's/PACKAGE/$(PACKAGE)/g' $(PACKAGE).sls
-       git init
-       git add .
-       git commit -am "Initial version of $(PACKAGE)"
-       echo "Do not forget to adapt VERSION and the FULLNAMES file"
diff --git a/VERSION b/VERSION
index 40847a2f3fd1b324116642fb453d788e9dd36a66..8ea3d117034617d8b2f789b17ea0c28ccb897872 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-101.0.1
+112.0.2
\ No newline at end of file
index 2263486da00b0a411fda7c799c13be420ae94994..8d1b6214725eaea3aef5e3e25def985d05305060 100644 (file)
@@ -3,15 +3,10 @@
 # Copyright (c) YEAR Helmuth Varkoly, Nuermberg, Germany.
 # All rights reserved.
 #
-# Authors:               Helmuth Varkoly
+# Authors:              Helmuth Varkoly, Maximilian Grunow
 #
 # Description:          Package SLS
 ###############################################################################
-{% if grains['cpuarch'] == 'AMD64' %}
-{% set ARCH = "x64" %}
-{% else %}
-{% set ARCH = "x86" %}
-{% endif %}
 
 {% set LOG_PATH = 'C:\\salt\\var\\log' %}
 
index 4d732b6209ae9ec2cbeb2ef9c0d8e18fd34202f8..91a3b39824eb80e1ae470d8b15920018e1d56cea 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 Name:         oss-pkg-Firefox
-Summary:      Package to install Firefox on OSS-Clients
+Summary:      Package to install Firefox on CRANIX-Clients
 Version:      VERSION
 Release:      RELEASE
 License:      GPL-2.0
diff --git a/repo-ng/Firefox_Setup_112.0.2.msi b/repo-ng/Firefox_Setup_112.0.2.msi
new file mode 100644 (file)
index 0000000..1aad069
Binary files /dev/null and b/repo-ng/Firefox_Setup_112.0.2.msi differ