Merge branch 'zg1/zone2' of https://git.mimbach49.de/GerhardHoffmann/customer_281 into zg1/zone2
This commit is contained in:
commit
1071e8e762
@ -11,8 +11,10 @@ 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
|
||||||
@ -27,6 +29,7 @@ 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
|
||||||
|
BIN
etc/dc/dc2c.4.11.bin
Executable file
BIN
etc/dc/dc2c.4.11.bin
Executable file
Binary file not shown.
BIN
etc/dc/dc2c.4.33.bin
Executable file
BIN
etc/dc/dc2c.4.33.bin
Executable file
Binary file not shown.
@ -1 +1 @@
|
|||||||
dc2c.4.35.bin
|
dc2c.4.33.bin
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title":"DC2C_pri10",
|
"title":"DC2C_pri10",
|
||||||
"version":"27.02.2023 12:20 00001",
|
"version":"27.02.2023 12:20 00001",
|
||||||
"":""
|
"test":""
|
||||||
}
|
}
|
@ -6,9 +6,9 @@
|
|||||||
# opkg prefix will be added inside evaluating script
|
# opkg prefix will be added inside evaluating script
|
||||||
#
|
#
|
||||||
# 2023-06-30: return to usual workflow
|
# 2023-06-30: return to usual workflow
|
||||||
opkg info ptu5-gitinstaller
|
#opkg info ptu5-gitinstaller
|
||||||
opkg info atbqt
|
opkg info atbqt
|
||||||
opkg update
|
#opkg update
|
||||||
opkg install ptu5-gitinstaller
|
#opkg install ptu5-gitinstaller
|
||||||
opkg install atbqt
|
#opkg install atbqt
|
||||||
opkg info atbqt
|
opkg info atbqt
|
||||||
|
Loading…
Reference in New Issue
Block a user