Compare commits

..

3 Commits

Author SHA1 Message Date
4fce01c7e4 20220731 log 2022-08-01 08:18:49 +02:00
2f20af29cd fixed git command 2022-07-31 12:47:14 +02:00
21d0a7bfc6 Updated 20220731 2022-07-31 12:15:26 +02:00
6 changed files with 128665 additions and 596 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -47,3 +47,8 @@ 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

View 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

View File

@ -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"