summaryrefslogtreecommitdiff
path: root/bin/stagit-gen-index
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-03 23:44:42 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-03 23:44:42 +0200
commitcd27080271b03eb81ade08b2346285c2152bd0f7 (patch)
treedea85d97bdb1a00cb9027b980291b3feaa04c1c7 /bin/stagit-gen-index
parentffd6224de2eed7c540fcf051bc4822382d19f5b6 (diff)
Update helper scriptsHEADmaster
Remove stagit code
Diffstat (limited to 'bin/stagit-gen-index')
-rwxr-xr-xbin/stagit-gen-index7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/stagit-gen-index b/bin/stagit-gen-index
deleted file mode 100755
index a6bc0b0..0000000
--- a/bin/stagit-gen-index
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# Index repositories.
-
-srv="/srv/git"
-www="/var/www/git"
-stagit-index "$srv"/*.git > "$www"/index.html