Compare commits
No commits in common. "4fce01c7e4cd521f9d964befb6d1c2344e3dbd15" and "ca512ee4849afa3a1f52fe086d0cc9ea2e8a9dc2" have entirely different histories.
4fce01c7e4
...
ca512ee484
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -47,8 +47,3 @@ py: Ids with error in server:
|
||||
py: 0
|
||||
sh: Moving old file to archive
|
||||
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
|
||||
|
@ -1,28 +0,0 @@
|
||||
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"
|
||||
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"
|
||||
#git rm "$fromdate""_latest.mcl" >> "log/$d.log" || error_exit "cannot git rm"
|
||||
|
Loading…
Reference in New Issue
Block a user