From c1a3eec298b7a0a6752452edb8a5b0f0ef924f92 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Fri, 6 Oct 2023 11:26:50 +0200 Subject: [PATCH 1/4] OPKG: remove / reinstall atb-accountingtool --- etc/psa_update/opkg_commands | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index 492adcc..f5cb689 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -5,12 +5,14 @@ ############################################################################### # opkg prefix will be added inside evaluating script # -# update test 06.10.2023 +# update test 06.10.2023 II # opkg info atbqt opkg info atbupdatetool opkg update opkg install prepare-update +opkg remove atb-accountingtool +opkg install atb-accountingtool opkg --cache /var/cache/opkg --download-only upgrade opkg --cache /var/cache/opkg upgrade opkg info atbqt From 0c4ac9f579fb7521886f819972ccb544769deb24 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 6 Oct 2023 11:59:45 +0200 Subject: [PATCH 2/4] test: set version to 0.0.6 --- etc/psa_config/DC2C_cash.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/psa_config/DC2C_cash.json b/etc/psa_config/DC2C_cash.json index 37eef54..c4fc38c 100644 --- a/etc/psa_config/DC2C_cash.json +++ b/etc/psa_config/DC2C_cash.json @@ -1,7 +1,7 @@ { "title":"DC2C_cash ", "project":"DBM Szeged", -"version":"0.0.5", +"version":"0.0.6", "CoinDenom(15..0)":[200,100,50,0,0,0,0,100,200,100,50,20,10,5,0,3], "CoinValue(15..0)":[760,380,190,0,0,0,0,100,200,100,50,20,10,5,0,3], "CoinAccept(15..0)":[1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1], From bf98e5c35f98a2d4353bc0d5b7fa0cdaba7f54e7 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 6 Oct 2023 12:23:39 +0200 Subject: [PATCH 3/4] test: set version to 0.0.7 --- etc/psa_config/DC2C_cash.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/psa_config/DC2C_cash.json b/etc/psa_config/DC2C_cash.json index c4fc38c..d8b0cec 100644 --- a/etc/psa_config/DC2C_cash.json +++ b/etc/psa_config/DC2C_cash.json @@ -1,7 +1,7 @@ { "title":"DC2C_cash ", "project":"DBM Szeged", -"version":"0.0.6", +"version":"0.0.7", "CoinDenom(15..0)":[200,100,50,0,0,0,0,100,200,100,50,20,10,5,0,3], "CoinValue(15..0)":[760,380,190,0,0,0,0,100,200,100,50,20,10,5,0,3], "CoinAccept(15..0)":[1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1], From 97a5eb9b7803211fbadddb18d053abe3f8acbef6 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 6 Oct 2023 12:37:39 +0200 Subject: [PATCH 4/4] test: set version to 0.0.8 --- etc/psa_config/DC2C_cash.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/psa_config/DC2C_cash.json b/etc/psa_config/DC2C_cash.json index d8b0cec..ce78926 100644 --- a/etc/psa_config/DC2C_cash.json +++ b/etc/psa_config/DC2C_cash.json @@ -1,7 +1,7 @@ { "title":"DC2C_cash ", "project":"DBM Szeged", -"version":"0.0.7", +"version":"0.0.8", "CoinDenom(15..0)":[200,100,50,0,0,0,0,100,200,100,50,20,10,5,0,3], "CoinValue(15..0)":[760,380,190,0,0,0,0,100,200,100,50,20,10,5,0,3], "CoinAccept(15..0)":[1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1],