Compare commits
3 Commits
ca512ee484
...
4fce01c7e4
Author | SHA1 | Date | |
---|---|---|---|
4fce01c7e4 | |||
2f20af29cd | |||
21d0a7bfc6 |
127999
Update Missing/20220731_latest.mcl
Normal file
127999
Update Missing/20220731_latest.mcl
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -47,3 +47,8 @@ py: Ids with error in server:
|
|||||||
py: 0
|
py: 0
|
||||||
sh: Moving old file to archive
|
sh: Moving old file to archive
|
||||||
sh: git add
|
sh: git add
|
||||||
|
sh: git commit
|
||||||
|
[master ca512ee] Updated 20220730
|
||||||
|
3 files changed, 142734 insertions(+), 503 deletions(-)
|
||||||
|
create mode 100644 Update Missing/20220730_latest.mcl
|
||||||
|
sh: git push
|
||||||
|
28
Update Missing/log/20220731.log
Normal file
28
Update Missing/log/20220731.log
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
log: 20220731
|
||||||
|
sh: Starting update.sh
|
||||||
|
py: Reading in current database
|
||||||
|
py: Querying ComicVine for new issues
|
||||||
|
py:0/641 Since 2022-07-30
|
||||||
|
py:100/641 Since 2022-07-30
|
||||||
|
py:200/641 Since 2022-07-30
|
||||||
|
py:300/641 Since 2022-07-30
|
||||||
|
py:400/641 Since 2022-07-30
|
||||||
|
py:500/641 Since 2022-07-30
|
||||||
|
py:600/641 Since 2022-07-30
|
||||||
|
py: Writing missings to file
|
||||||
|
py: Writing database to file
|
||||||
|
py: Done! 43 comics added to database! (0 skipped and 598 comics already in database)
|
||||||
|
py: 886892 comics in databased not retrieved in this round.
|
||||||
|
py: 0 comics updated in database.
|
||||||
|
py: Ids with error in server:
|
||||||
|
py: 0
|
||||||
|
sh: Moving old file to archive
|
||||||
|
sh: git add
|
||||||
|
sh: git commit
|
||||||
|
[master 21d0a7b] Updated 20220731
|
||||||
|
5 files changed, 128656 insertions(+), 595 deletions(-)
|
||||||
|
create mode 100644 Update Missing/20220731_latest.mcl
|
||||||
|
rename Update Missing/{20220730_latest.mcl => archive/20220730.mcl} (100%)
|
||||||
|
create mode 100644 Update Missing/log/20220731.log
|
||||||
|
sh: git push
|
||||||
|
sh: Error: cannot git push
|
@ -29,7 +29,7 @@ mv "$prj_root/$fromdate""_latest.mcl" "$prj_root/archive/""$fromdate"".mcl" || e
|
|||||||
|
|
||||||
|
|
||||||
log2file "git add"
|
log2file "git add"
|
||||||
git add "*_latest.mcl" "Deleted_Comics.txt" "archive/" "log/" >> "log/$d.log" || error_exit "cannot git add"
|
git add "*_latest.mcl" "Deleted_Comics.txt" "archive/*" "log/*" >> "log/$d.log" || error_exit "cannot git add"
|
||||||
|
|
||||||
#log2file "git rm"
|
#log2file "git rm"
|
||||||
#git rm "$fromdate""_latest.mcl" >> "log/$d.log" || error_exit "cannot git rm"
|
#git rm "$fromdate""_latest.mcl" >> "log/$d.log" || error_exit "cannot git rm"
|
||||||
|
Loading…
Reference in New Issue
Block a user