From 05760b5505df4356e5b076a3e6bf0fd0056e052f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 29 May 2022 08:55:15 +0100 Subject: strip out the git auto commit feature - as it was partly broken and difficult to fix --- lib/atomfeed.source.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/atomfeed.source.sh') 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" -- cgit v1.2.3