Compare commits
42 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 34d3201a29 | |||
| 242de9080f | |||
| 4c219d4aad | |||
| 020e8eb32b | |||
| 717239b1e6 | |||
| 4cf3a97576 | |||
| fc69c5259f | |||
| 08a7586026 | |||
| 98a1322722 | |||
| 32720ad250 | |||
| 77045d85c0 | |||
| 4384d17c80 | |||
| 467cdeee18 | |||
| 503a8a5f19 | |||
| b82c876ece | |||
| 5257ec6b2b | |||
| 4fe11fae51 | |||
| 0133e505a1 | |||
| 52b5e76257 | |||
| 90e66b5be6 | |||
| 0a16863267 | |||
| 62b617e136 | |||
| 835cbeae0b | |||
| 423c0bec8a | |||
| a6cec85e46 | |||
| 8592f044d8 | |||
| 36894ae00b | |||
| 9519a6555e | |||
| 28f597898e | |||
| 3643c06c19 | |||
| 98a69bc779 | |||
| 14b49b4b21 | |||
| a08d654c26 | |||
| 101d6b8071 | |||
| 4371fdd8f1 | |||
| f821294816 | |||
| a06c333894 | |||
| bddb6a1a84 | |||
| 8dea72e22b | |||
| 10f95e328a | |||
| fcd6301141 | |||
| bfff914e1d |
@@ -11,10 +11,8 @@ if [ -z $IFS ]; then
|
|||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
GIT_UPDATE_LOG=/opt/app/tools/atbupdate/update_log.csv
|
GIT_UPDATE_LOG=/opt/app/tools/atbupdate/update_log.csv
|
||||||
|
|
||||||
|
|
||||||
#TODO: use in UpdateController
|
#TODO: use in UpdateController
|
||||||
|
|
||||||
get_blob () { # get the blob of the file(name) passed as $1
|
get_blob () { # get the blob of the file(name) passed as $1
|
||||||
@@ -29,7 +27,6 @@ get_commit_for_blob () {
|
|||||||
grep -q $1 && echo -n {} && head -n 1")
|
grep -q $1 && echo -n {} && head -n 1")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
write_log_file () {
|
write_log_file () {
|
||||||
local now=$(date +"%Y-%m-%dT%T")
|
local now=$(date +"%Y-%m-%dT%T")
|
||||||
for fn in $(git diff-tree -r HEAD@{1} HEAD --name-only); do
|
for fn in $(git diff-tree -r HEAD@{1} HEAD --name-only); do
|
||||||
|
|||||||
+12
-23
@@ -1,27 +1,16 @@
|
|||||||
# First, ignore everything
|
|
||||||
*
|
*
|
||||||
# Now, whitelist anything that's a directory
|
|
||||||
!*/
|
|
||||||
# And all the file types you're interested in
|
|
||||||
!.gitignore
|
|
||||||
!.githooks/post-merge
|
|
||||||
!.githooks/post-checkout
|
|
||||||
!**/.gitignore
|
|
||||||
!**/.githooks/post-merge
|
|
||||||
!**/.githooks/post-checkout
|
|
||||||
|
|
||||||
## Except
|
## Except
|
||||||
!etc/atb/*
|
!**/.gitignore
|
||||||
!etc/psa_config/*
|
!**/.githooks/post-merge
|
||||||
!etc/psa_update/*
|
!/etc/*.ini
|
||||||
!etc/psa_tariff/*
|
!/etc/atb/*.ini
|
||||||
!etc/dc/*.hex
|
!/etc/psa_config/*
|
||||||
!etc/dc/*.bin
|
!/etc/psa_update/*
|
||||||
!*/etc/*.ini
|
!/etc/psa_tariff/*
|
||||||
!*/etc/atb/*
|
!/etc/dc/dc2c.hex
|
||||||
!*/etc/psa_config/*
|
|
||||||
!*/etc/psa_update/*
|
!/opt/app/ATBAPP/*.ini
|
||||||
!*/etc/psa_tariff/*
|
!/opt/app/sysconfig/*.ini
|
||||||
!*/etc/dc/*.hex
|
!/opt/app/ISMASMgr/*.ini
|
||||||
!*/etc/dc/*.bin
|
|
||||||
|
|
||||||
|
|||||||
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
dc2c.4.35.bin
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_cash ",
|
|
||||||
"project":"DBM Szeged",
|
|
||||||
"version":"1.0.0-2024-07-05",
|
|
||||||
"CoinDenom(15..0)":[200,100,50,0,0,0,0,100,200,100,50,20,10,5,0,3],
|
|
||||||
"CoinValue(15..0)":[652,326,163,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],
|
|
||||||
"ExchangeRate":326,
|
|
||||||
"TokenChannel":1,
|
|
||||||
"BillValues(7..0)":[0,0,0,0,0,0,0,0],
|
|
||||||
"LocalTaxRate":20,
|
|
||||||
"ForeignTaxRate":19,
|
|
||||||
"Surcharge":0,
|
|
||||||
"Discount":0
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
"title":"DC2C_pri22",
|
|
||||||
"project":"DBM Szeged StartParking",
|
|
||||||
"styl":"size 00",
|
|
||||||
"text":"Automata száma: ",
|
|
||||||
"vari":"manu",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Igazoló sz. sorsz: ",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"Dynamic07",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"Dynamic08",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Az igazolo szelvény",
|
|
||||||
"feed":"nl"
|
|
||||||
"text":"a nyugtával együtt érvényes. ",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Üf. szolg nyitvatartás:",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Zrínyi utca 4-8",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"H - P: 7:45 - 17:00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Tel: (80) 820-500",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl"
|
|
||||||
}
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri25",
|
|
||||||
"project":"DBM Szeged StopParking",
|
|
||||||
"text":"érvényes.",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Üf. szolg nyitvatartás:"
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" Zrínyi utca 4-8",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" H - P: 7:45 - 17:00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" Tel: (80) 820-500",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Szegedi Közlekedési Kft",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" 6720 Szeged ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" Zrínyi utca 4-8.",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Adósz: 11092612-2-06",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" A jegy ára az ÁFA-t",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" tartalmazza!",
|
|
||||||
"feed":"nl"
|
|
||||||
}
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri28",
|
|
||||||
"project":"DBM Szeged Error",
|
|
||||||
"styl":"size 00",
|
|
||||||
"text":" Üf. szolg nyitvatartás:",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" Zrínyi utca 4-8 ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" H - P: 7:45 - 17:00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" Tel: (80) 820-500",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Szegedi Közlekedési Kft",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" 6720",
|
|
||||||
"text":" Szeged ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" Zrínyi utca 4-8",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Adósz: ",
|
|
||||||
"text":"11092612-2-06",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkoljon egy érintéssel.",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Használja bankkártyáját",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" automatáinknál",
|
|
||||||
"text":" is!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"eject"
|
|
||||||
|
|
||||||
}
|
|
||||||
+319
-947
File diff suppressed because it is too large
Load Diff
+316
-945
File diff suppressed because it is too large
Load Diff
+318
-941
File diff suppressed because it is too large
Load Diff
+336
-823
File diff suppressed because it is too large
Load Diff
+694
-579
File diff suppressed because it is too large
Load Diff
+337
-819
File diff suppressed because it is too large
Load Diff
@@ -3,18 +3,18 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# opkg-commands added to this file will be executed by ATBUpdateTool.
|
# opkg-commands added to this file will be executed by ATBUpdateTool.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
##
|
#
|
||||||
|
opkg info atbqt
|
||||||
|
opkg info atbupdatetool
|
||||||
opkg update
|
opkg update
|
||||||
# opkg install prepare-update
|
opkg install prepare-update
|
||||||
# download packages
|
opkg install atbupdatetool
|
||||||
# opkg --cache /var/cache/opkg --download-only upgrade tariff-config-281
|
# opkg remove atb-accountingtool
|
||||||
# opkg --cache /var/cache/opkg --download-only upgrade libmobilisis-calc2
|
# opkg install atb-accountingtool
|
||||||
# opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-calculateprice-mobilisis
|
opkg --cache /var/cache/opkg --download-only upgrade
|
||||||
opkg --cache /var/cache/opkg --download-only upgrade atbqt=4.99.11+git0+66f98a3bef-r0
|
opkg --cache /var/cache/opkg upgrade
|
||||||
opkg --cache /var/cache/opkg --download-only upgrade apism=1.7.0-r1
|
# opkg remove apism
|
||||||
# install packages
|
# opkg install apism
|
||||||
# opkg --cache /var/cache/opkg upgrade tariff-config-281
|
opkg info apism
|
||||||
# opkg --cache /var/cache/opkg upgrade libmobilisis-calc2
|
opkg info atbqt
|
||||||
# opkg --cache /var/cache/opkg upgrade atb-plugin-calculateprice-mobilisis
|
opkg info atbupdatetool
|
||||||
opkg --cache /var/cache/opkg upgrade atbqt=4.99.11+git0+66f98a3bef-r0
|
|
||||||
opkg --cache /var/cache/opkg upgrade apism=1.7.0-r1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user