Merge branch 'zg1/zone1' of git.mimbach49.de:GerhardHoffmann/customer_281 into zg1/zone1

This commit is contained in:
Siegfried Siegert 2023-06-01 16:04:42 +02:00
commit 1ce636908f
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03
4 changed files with 6 additions and 6327 deletions

View File

@ -30,12 +30,14 @@ get_commit_for_blob () {
write_log_file () {
local now=$(date +"%Y-%m-%dT%T")
for fn in $(git diff-tree -r HEAD@{1} HEAD --name-only); do
if grep -qE "(DC.*json|dc.*hex|dc.*bin|tariff.*json)" <<< $fn; then
if grep -qE "DC2C.*json" <<< $fn; then
# called in repository: $fn is e.g. etc/psa_tariff/tariff01.json
# add '/' prefix
echo "DOWNLOAD, $(echo $fn | awk '{ printf "/"$0 }'), $now, N/A" >> "$GIT_UPDATE_LOG"
fi
if grep -qE ".*opkg_commands" <<< $fn; then
elif grep -qE "dc2c.bin" <<< $fn; then
# download the file referenced by the link dc2c.bin
echo "DOWNLOAD, "/etc/dc/dc2c.bin", $now, N/A" >> "$GIT_UPDATE_LOG"
elif grep -qE ".*opkg_commands" <<< $fn; then
readarray opkg_commands < <(cat $fn)
for opkg_c in "${opkg_commands[@]}"; do
# check for lines longer than 'opkg '

BIN
etc/dc/dc2c.4.22.bin Executable file

Binary file not shown.

1
etc/dc/dc2c.bin Symbolic link
View File

@ -0,0 +1 @@
dc2c.4.22.bin

File diff suppressed because it is too large Load Diff