README take 5

This commit is contained in:
Trevor Batley 2024-03-27 18:03:21 +11:00
parent bd51a307e8
commit c15231193b

View File

@ -450,7 +450,7 @@ SMEServer Koozali local git repo for $RepoName
https://metacpan.org/pod/$MODULENAME https://metacpan.org/pod/$MODULENAME
## Bugs ## Bugs
CPAN bug report are [here](https://rt.cpan.org/Public/Dist/Display.html?Name=${$ShortName}) CPAN bug report are [here](https://rt.cpan.org/Public/Dist/Display.html?Name=${ShortName})
Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=$RepoName&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED) Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=$RepoName&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
@ -464,7 +464,7 @@ git add -A
echo "$RepoName git status" >>gitstatus.log echo "$RepoName git status" >>gitstatus.log
git status >>gitstatus.log git status >>gitstatus.log
if [ $DEBUG ] ; then git status ; fi if [ $DEBUG ] ; then git status ; fi
COMMENT="initial create of smeserevr perl $MODULENAME on `date`" COMMENT="initial create of smeserver perl $MODULENAME on `date`"
git commit -m "$COMMENT" $QUIET git commit -m "$COMMENT" $QUIET
# push the converted git repository to the remote # push the converted git repository to the remote