pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 49582694da43fe00baf1c34a52d5c7037804deb3
parent 41737a29ec50ea035eeea8c91d0dae7404400f38
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat,  8 Jun 2024 17:49:57 +0200

feat: Use "full" description in summary

Diffstat:
Mbin/git_update_repo_html.sh | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/git_update_repo_html.sh b/bin/git_update_repo_html.sh @@ -51,7 +51,7 @@ sed -i "${1}/${2}/${3}/index.html" \ -e 's/<title>Log\ -\ /<title>/' ## fetch repo description, URL and README -RDESC=$(cat "${1}/${2}/${3}.git/description" 2>/dev/null) +RDESC=$(cat "${1}/${2}/${3}.git/description_full" 2>/dev/null) RURL=$(cat "${1}/${2}/${3}.git/url" 2>/dev/null) RDME=$( find "${1}/${2}/${3}/file" \ @@ -62,9 +62,9 @@ RDME=$( ## generate summary injection content SUMR=" - <h2>${3}</h2> - <p>${RDESC}</p> ${ACTIVITY_HTML} + <p>${RDESC}</p> + <hr> <span>Clone this repository via:</span> <pre>git clone ${RURL}</pre> <ul>