hcoop-git-maint: don't generate cache page
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 15 Dec 2018 17:26:20 +0000 (12:26 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 15 Dec 2018 17:26:20 +0000 (12:26 -0500)
has been unused for several years now

hcoop-git-maint

index d755f79..3548a58 100755 (executable)
@@ -21,16 +21,17 @@ for user in $(ls -1 /var/cache/git); do
         -regex '.*/\(refs\|objects\|hooks\)\(/.*\|$\)' -prune -o -exec \
         sh -c "! { fs la {} | \
                    egrep '^ +system:anyuser .*r' > /dev/null; } && \
         -regex '.*/\(refs\|objects\|hooks\)\(/.*\|$\)' -prune -o -exec \
         sh -c "! { fs la {} | \
                    egrep '^ +system:anyuser .*r' > /dev/null; } && \
-               rm -f /var/cache/git/$user 2>/dev/null" \; #\
+               rm -f /var/cache/git/$user 2>/dev/null" \; \
         > /dev/null 2>&1
 done
 
 # Update cache of front page.
         > /dev/null 2>&1
 done
 
 # Update cache of front page.
-cache=/var/local/lib/gitweb/indexcache.html
-wget -q --timeout 30 -O $cache.tmp 'http://git.hcoop.net/?nocache=y'
-if test -s $cache.tmp; then
-    chmod a+r $cache.tmp
-    mv $cache.tmp $cache
-else
-    rm -f $cache.tmp
-fi
+# unused for a long while...
+# cache=/var/local/lib/gitweb/indexcache.html
+# wget -q --timeout 30 -O $cache.tmp 'http://git.hcoop.net/?nocache=y'
+# if test -s $cache.tmp; then
+#     chmod a+r $cache.tmp
+#     mv $cache.tmp $cache
+# else
+#     rm -f $cache.tmp
+# fi