]> repo.cephalix.eu Git - GeoGebra.git/commitdiff
Update to 6 classic
authorbuildmaster <buildmaster@git.cephalix.eu>
Mon, 28 Sep 2020 20:58:16 +0000 (22:58 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Mon, 28 Sep 2020 20:58:16 +0000 (22:58 +0200)
FULLNAMES
Makefile
VERSION
repo-ng/GeoGebra-Windows-Installer-6-0-606-0.msi [new file with mode: 0644]
repo-ng/init.sls

index e47bdbb7c9a7cc80bc3df661aa42ca090342c2ad..34ee4eb70c979265f526004de384c368ef26fd7c 100644 (file)
--- a/FULLNAMES
+++ b/FULLNAMES
@@ -1 +1 @@
-GeoGebra 5
+GeoGebra Classic
index 6d1c30d30c044dc2396fec5c025d0d91170532e6..6035812e0b923a558228f999191f132ee3e51a08 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 )
@@ -12,6 +12,8 @@ package:
        sed -i s/PACKAGE/$(PACKAGE)/g  oss-pkg-$(PACKAGE).spec
        sed -i s/YEAR/$(YEAR)/g        oss-pkg-$(PACKAGE).spec
        ../oss-pkg-tools/create_hash.sh $(PACKAGE)
+       rm -rf oss-pkg-$(PACKAGE)
+       rm -rf repo-ng/repo-ng
        mkdir -p oss-pkg-$(PACKAGE)
        sed s/PACKAGE/$(PACKAGE)/g  $(PACKAGE).sls > oss-pkg-$(PACKAGE)/$(PACKAGE).sls
        if [ -d repo-ng ]; then ln -s ../repo-ng/ oss-pkg-$(PACKAGE)/repo-ng; fi
@@ -19,10 +21,11 @@ package:
        rm -rf oss-pkg-$(PACKAGE)
        mv  oss-pkg-$(PACKAGE).tar.bz2  /usr/src/packages/SOURCES/
        rpmbuild -bb oss-pkg-$(PACKAGE).spec
-       for i in $(REPO)/noarch/oss-pkg-$(PACKAGE)-$(VERSION)-*.rpm; do test -e $$i && rm $$i; done 
+       find $(REPO)/noarch -name oss-pkg-$(PACKAGE)-$(VERSION)-*.rpm*  -exec rm {} \;
        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)
 
+
diff --git a/VERSION b/VERSION
index 635d184abe086a77d6dadda3ac283c912a486b4f..f8839070bb0a66b3a0f1db30400c5f1e70759f25 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.0.489.0
+6.0.606.0
diff --git a/repo-ng/GeoGebra-Windows-Installer-6-0-606-0.msi b/repo-ng/GeoGebra-Windows-Installer-6-0-606-0.msi
new file mode 100644 (file)
index 0000000..06e8b23
Binary files /dev/null and b/repo-ng/GeoGebra-Windows-Installer-6-0-606-0.msi differ
index 646d507da925c0f84d5a75277a85fd95fca5a0cf..e16462a838b6a8465338800fd67e8308b7bbef06 100644 (file)
 {% set LOG_PATH = 'C:\\salt\\var\\log\\' %}
 
 GeoGebra:
-  '5.0.570.0':
-    full_name: 'GeoGebra 5'
-    installer: salt://win/repo-ng/GeoGebra/GeoGebra-Windows-Installer-5-0-570-0.msi
-    uninstaller: salt://win/repo-ng/GeoGebra/GeoGebra-Windows-Installer-5-0-570-0.msi
+  '6.0.606.0':
+    full_name: 'GeoGebra Classic'
+    installer: salt://win/repo-ng/GeoGebra/GeoGebra-Windows-Installer-6-0-606-0.msi
+    uninstaller: salt://win/repo-ng/GeoGebra/GeoGebra-Windows-Installer-6-0-606-0.msi
     install_flags: 'ALLUSERS=2 /qn /log {{ LOG }}GeoGebra_inst.log'
     uninstall_flags: '/qn /log {{ LOG }}GeoGebra_uninst.log'
-    msiexec: False
+    msiexec: True
     locale: de_DE
     reboot: False
     cache_dir: True