X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=setup.sh;h=deb61b9c26e6e3bf0613e0fcc791fbf805b00cf6;hp=94dffe29c1f62aa8d04ec3f36c978bcd706a85bd;hb=956d10ee358397728a058b51551ccd031c226c31;hpb=512e27c6bf1c40085f9fcc4c9769ef5b8ba6f4f9 diff --git a/setup.sh b/setup.sh index 94dffe2..deb61b9 100755 --- a/setup.sh +++ b/setup.sh @@ -145,54 +145,8 @@ Alias /git /usr/share/gitweb EOF -# my projects all have README or --help with a short single line -# description which I parse and put into the gitweb description. -_git_desc_readme() { - while read -r line; do - [[ $line ]] || continue - if echo "$line" | grep "^ *[#*]" &>/dev/null; then - continue - fi - echo "$line" > .git/description - break - done < README* -} - -dirs=() -for d in $gitroot/*; do - if [[ -d $d && ! -L $d ]]; then - for sub in $d/*; do - dirs+=($sub) - done - else - dirs+=($d) - fi -done -gitweb_descriptions() { - for d in ${dirs[@]}; do - d=$(readlink -f $d) - cd $d/.. - e ${PWD##*/} - shopt -s nullglob - f=(!(LICENSE|COPYING|README|.git)) - shopt -u nullglob - if [[ ${#f[@]} == 1 && ! -d $f ]]; then - if [[ ! -x $f ]]; then - if [[ $f == *-function ]]; then - ${f%-function} --help | sed -n '2p' > .git/description - else - _git_desc_readme - fi - else - $f --help | sed -n '2p' > .git/description - fi - else - _git_desc_readme - fi - done -} - -gitweb_descriptions + +$script_dir/gitweb-descriptions $gitroot $script_dir/build.rb s lnf -T $script_dir/_site /var/www/$domain/html