Compare commits
66 Commits
zg1/szeged
...
41e02f0887
| Author | SHA1 | Date | |
|---|---|---|---|
| 41e02f0887 | |||
| 969aeea3fc | |||
| 0cecfe6a91 | |||
| ec2af2186a | |||
| 8f1ab0d7d0 | |||
| dd73ab6511 | |||
| a6a196ada3 | |||
| fa46f23ade | |||
| 0f113cb549 | |||
| 1216c48ad4 | |||
| c5b6c14335 | |||
| e7703ac4ab | |||
| 816b3cca7e | |||
| f0c3b95a78 | |||
| 20b7130c3b | |||
| f2bfc1b012 | |||
| 6c87f475b4 | |||
| d19416075d | |||
| 9c3cfe676a | |||
| 46f313ce9c | |||
| a8b70503b2 | |||
| b2596bdd29 | |||
| d44e4e25b5 | |||
| 6aaf4e4baa | |||
| 2d4039c86b | |||
| 117e0b7274 | |||
| f3645fdb5f | |||
| 1f46f4f224 | |||
| 136d0dc249 | |||
| a1cd4894e5 | |||
| 6089f53dce | |||
| c20cd20c8d | |||
| a2f582c0bf | |||
| c819e6fddd | |||
| a1f027ad3b | |||
| 6294b698d3 | |||
| b877831daf | |||
| dee81b4aac | |||
| 8e4edf01d3 | |||
| 8496cac259 | |||
| 3e5e4b13c4 | |||
| 872bcd953b | |||
| baef3344ac | |||
| 1e762edab3 | |||
| b3e468090f | |||
| 8284927526 | |||
| 083fe6fed5 | |||
| f9da11a5e2 | |||
| 6d8954f831 | |||
| 30ac7a246d | |||
| ef1d07b0d2 | |||
| 515770e151 | |||
| 7b8970d882 | |||
| de562e7e78 | |||
| fdc7c8dca3 | |||
| ebb32777f3 | |||
| 159c5eb35d | |||
| ebce18a9e8 | |||
| 46f6ffec07 | |||
| 28ceef8a2f | |||
| 6ccb307739 | |||
| 508b835fb8 | |||
| 43e4d632db | |||
| 5aa772395f | |||
| 2b8d50882a | |||
| 9ebd22c828 |
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
*
|
||||
|
||||
## Except
|
||||
!**/.gitignore
|
||||
!**/.git/hooks/post-merge
|
||||
!/etc/*.ini
|
||||
!/etc/atb/*.ini
|
||||
!/etc/psa_config/*
|
||||
!/etc/psa_update/*
|
||||
!/etc/psa_tariff/*
|
||||
!/etc/dc/dc2c.hex
|
||||
|
||||
!/opt/app/ATBAPP/*.ini
|
||||
!/opt/app/sysconfig/*.ini
|
||||
!/opt/app/ISMASMgr/*.ini
|
||||
|
||||
!/tmp/test.txt
|
||||
|
||||
@@ -6028,14 +6028,3 @@
|
||||
:10787400661F7A954BF286DE5F910895109639F073
|
||||
:10788400A89586E69EE00197F1F71197C9F7089548
|
||||
:00000001FF
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title":"DC2C_pri31",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"":"iiii"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"title":"DC2C_pri32",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":"zone2"
|
||||
"":"",
|
||||
"":"iiii"
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,4 @@
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
28
etc/psa_update/opkg_commands
Normal file → Executable file
28
etc/psa_update/opkg_commands
Normal file → Executable file
@@ -0,0 +1,28 @@
|
||||
# opkg prefix will be added inside evaluating script
|
||||
#
|
||||
# package manipulation commands without package:
|
||||
# update, upgrade, clean
|
||||
#
|
||||
# informational commands without package:
|
||||
# list, list-installed, list-upgradable
|
||||
#
|
||||
# ptu5-atb-apinfo
|
||||
# ptu5-scripts
|
||||
# ptu5-atb-apinfo
|
||||
# atb-plugin-calculateprice-prm
|
||||
# atb-plugin-cc-tcpzvt
|
||||
# atbqt
|
||||
# list-installed
|
||||
# --force-reinstall install ptu5-atb-apinfo
|
||||
# --force-reinstall install atbqt
|
||||
# update
|
||||
|
||||
opkg update
|
||||
opkg --noaction install atbqt
|
||||
opkg install atbqt
|
||||
|
||||
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
|
||||
14
home/root/szeged/UpdateController/workspace/customer_szeged_281/.gitignore
vendored
Normal file
14
home/root/szeged/UpdateController/workspace/customer_szeged_281/.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
*
|
||||
|
||||
!**/.gitignore
|
||||
!/etc/*.ini
|
||||
!/etc/atb/*.ini
|
||||
!/etc/psa_config/*
|
||||
!/etc/psa_update/*
|
||||
!/etc/psa_tariff/*
|
||||
!/etc/dc/dc2c.hex
|
||||
|
||||
!/opt/app/ATBAPP/*.ini
|
||||
!/opt/app/sysconfig/*.ini
|
||||
!/opt/app/ISMASMgr/*.ini
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -83,5 +83,5 @@ Currency=HUF
|
||||
[TCP_CONTROL]
|
||||
enable=1
|
||||
|
||||
|
||||
############
|
||||
|
||||
|
||||
1
opt/app/ATBAPP/tariff.current
Normal file
1
opt/app/ATBAPP/tariff.current
Normal file
@@ -0,0 +1 @@
|
||||
"VERSION":"0.1.0","PROJECT":"szeged","ZONE":1,"INFO":"summer sale","LOADED":"2022-06-02T21:57:29"
|
||||
@@ -3,10 +3,4 @@
|
||||
"xxx" : "yyyy",
|
||||
"xxx" : "yyyy",
|
||||
"xxx" : "yyyy"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
ffff
|
||||
|
||||
18
opt/ptu5/opt/customer_szeged_281/.gitignore
vendored
Normal file
18
opt/ptu5/opt/customer_szeged_281/.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
*
|
||||
|
||||
## Except
|
||||
!**/.gitignore
|
||||
!**/.git/hooks/post-merge
|
||||
!/etc/*.ini
|
||||
!/etc/atb/*.ini
|
||||
!/etc/psa_config/*
|
||||
!/etc/psa_update/*
|
||||
!/etc/psa_tariff/*
|
||||
!/etc/dc/dc2c.hex
|
||||
|
||||
!/opt/app/ATBAPP/*.ini
|
||||
!/opt/app/sysconfig/*.ini
|
||||
!/opt/app/ISMASMgr/*.ini
|
||||
|
||||
!/tmp/test.txt
|
||||
|
||||
36
tmp/customer_szeged_281/.githooks/post-merge
Executable file
36
tmp/customer_szeged_281/.githooks/post-merge
Executable file
@@ -0,0 +1,36 @@
|
||||
#!/bin/bash -
|
||||
|
||||
# FILE="/tmp/post-merge$(date +%FT%H-%M-%S)"
|
||||
# commit=$(git rev-parse --verify HEAD)
|
||||
# echo "$commit $(git cat-file commit $commit)" >> /tmp/post-merge
|
||||
|
||||
# Redirect output to stderr.
|
||||
exec 1>&2
|
||||
|
||||
if [ -z $IFS ]; then
|
||||
IFS=$'\n'
|
||||
fi
|
||||
|
||||
GIT_PULL_TMP=/tmp/git_pull
|
||||
OPKG_CMDS_TMP=/tmp/opkg_commands
|
||||
|
||||
rm -f $OPKG_PULL_TMP
|
||||
rm -f $OPKG_CMDS_TMP
|
||||
|
||||
for fn in $(git diff-tree -r HEAD@{1} HEAD --name-only); do
|
||||
if grep -E -q ".*(DC*.json|dc/dc2c.hex)" <<< $fn; then
|
||||
echo "$fn" >> $GIT_PULL_TMP
|
||||
fi
|
||||
if grep -E -q ".*opkg_commands" <<< $fn; then
|
||||
readarray opkg_commands < <(cat $fn)
|
||||
for opkg_c in "${opkg_commands[@]}"; do
|
||||
test -z $opkg_c && continue;
|
||||
test ! -z $(grep -E "^\s*[#]+.*$" <<< $opkg_c) && continue
|
||||
echo -n "$opkg_c" | tr -d '\n\r' >> $OPKG_CMDS_TMP 2>&1
|
||||
echo "" >> $OPKG_CMDS_TMP 2>&1
|
||||
done
|
||||
source "$fn"
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
16
tmp/customer_szeged_281/.gitignore
vendored
Normal file
16
tmp/customer_szeged_281/.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
*
|
||||
|
||||
## Except
|
||||
!**/.gitignore
|
||||
!**/.git/hooks/post-merge
|
||||
!/etc/*.ini
|
||||
!/etc/atb/*.ini
|
||||
!/etc/psa_config/*
|
||||
!/etc/psa_update/*
|
||||
!/etc/psa_tariff/*
|
||||
!/etc/dc/dc2c.hex
|
||||
|
||||
!/opt/app/ATBAPP/*.ini
|
||||
!/opt/app/sysconfig/*.ini
|
||||
!/opt/app/ISMASMgr/*.ini
|
||||
|
||||
1
tmp/test.txt
Normal file
1
tmp/test.txt
Normal file
@@ -0,0 +1 @@
|
||||
bbbb
|
||||
Reference in New Issue
Block a user