commit f0dc6b67b745725c02756ba2cd4c7d14af0fbb70 parent 0371f91263c0f8a8f937c9a89aaeb4f9e42cb1c4 author: nathanael <nathanael@dalliard.ch> date: Sat, 18 Oct 2025 22:02:14 +0000 s0: add stagit diffstat:
| A | s0/dotfiles/bin/src | | | 7 | +++++++ |
| M | s0/packages | | | 1 | + |
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/s0/dotfiles/bin/src b/s0/dotfiles/bin/src @@ -0,0 +1,7 @@ +#!/bin/sh -e +stagit-index /var/got/p/*/ > /var/www/got/index.html +for repo in src www; do + cd /var/www/got/$repo/ + stagit -l 21 -u "https://src.dalliard.ch/$repo/" "/var/got/p/$repo.git" +done +openrsync --rsync-path=openrsync -lrt --del /var/www/got/ s2:/var/www/got/ diff --git a/s0/packages b/s0/packages @@ -20,6 +20,7 @@ scour-- scrot-- sfeed-- spleen-- +stagit-- sysclean-- ungoogled-chromium-- w3m--