diff options
| author | Paul Buetow <paul@buetow.org> | 2022-05-29 08:55:15 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-05-29 08:55:15 +0100 |
| commit | 05760b5505df4356e5b076a3e6bf0fd0056e052f (patch) | |
| tree | 015ec3549040f38da696eaab99e129d407a5f139 /lib/atomfeed.source.sh | |
| parent | 252432fae23e58f97b825f855ece4f6e8e1cf39f (diff) | |
strip out the git auto commit feature - as it was partly broken and difficult to fix
Diffstat (limited to 'lib/atomfeed.source.sh')
| -rw-r--r-- | lib/atomfeed.source.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/atomfeed.source.sh b/lib/atomfeed.source.sh index dd2b28c..716ef5c 100644 --- a/lib/atomfeed.source.sh +++ b/lib/atomfeed.source.sh @@ -26,12 +26,10 @@ local meta_email="$EMAIL" local meta_title="$title" local meta_summary="$summary. .....to read on please visit my site." META - git::add meta "$meta_file" return fi cat "$meta_file" - git::add meta "$meta_file" } # Retrieve the core content as XHTML of the blog post. @@ -111,7 +109,6 @@ ATOMFOOTER if ! diff -u <($SED 3d "$atom_file") <($SED 3d "$atom_file.tmp"); then log INFO 'Feed got something new!' mv "$atom_file.tmp" "$atom_file" - git::add gemtext "$atom_file" else log INFO 'Nothing really new in the feed' rm "$atom_file.tmp" |
