README take 3README take 3

This commit is contained in:
Trevor Batley 2024-03-27 17:34:16 +11:00
parent f948bbc974
commit bd51a307e8

View File

@ -436,11 +436,13 @@ else
git pull $QUIET git pull $QUIET
fi fi
# Edit the Readme.md - try to add a link to the wiki for this package - only if it is an SME package # Edit the Readme.md - try to add the description from the spec file for this package
cd $GITFiles/$RepoName cd $GITFiles/$RepoName
DESCRIPTION=`rpm --queryformat '%{description}\n' --specfile $SPECFILE` DESCRIPTION=`rpm --queryformat '%{description}\n' --specfile $SPECFILE`
# create the README.md
cat > README.md <<- _EOT cat > README.md <<- _EOT
# $RepoName # $RepoName ($MODULENAME)
SMEServer Koozali local git repo for $RepoName SMEServer Koozali local git repo for $RepoName