fix cpan bug link
This commit is contained in:
parent
c15231193b
commit
8f06ffbed9
@ -109,7 +109,7 @@ for word in ${words[@]}; do
|
|||||||
if [ $ShortName ] ; then
|
if [ $ShortName ] ; then
|
||||||
ShortName="$ShortName-$word"
|
ShortName="$ShortName-$word"
|
||||||
else
|
else
|
||||||
Shortname="$word"
|
ShortName="$word"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ $DEBUG ] ; then echo "RepoName=$RepoName" ; fi
|
if [ $DEBUG ] ; then echo "RepoName=$RepoName" ; fi
|
||||||
@ -385,7 +385,7 @@ for fpath in $SOURCES; do
|
|||||||
if [ $DEBUG ] ; then echo "$fpathfile" ; fi
|
if [ $DEBUG ] ; then echo "$fpathfile" ; fi
|
||||||
translatefpath=$(rpm --queryformat "$fpathfile\n" --specfile $(basename $SPECFILE) | head -n 1)
|
translatefpath=$(rpm --queryformat "$fpathfile\n" --specfile $(basename $SPECFILE) | head -n 1)
|
||||||
if [ $DEBUG ] ; then echo "$translatefpath" ; fi
|
if [ $DEBUG ] ; then echo "$translatefpath" ; fi
|
||||||
if [[ -f $perlFiles/$RepoName/$BASEORCONTRIB/$translatefpath ]] ; then
|
if [[ -f $perlFiles/$RepoName/$translatefpath ]] ; then
|
||||||
if [ $DEBUG ] ; then echo "************Copying $perlFiles/$RepoName/$translatefpath" ; fi
|
if [ $DEBUG ] ; then echo "************Copying $perlFiles/$RepoName/$translatefpath" ; fi
|
||||||
cp $perlFiles/$RepoName/$translatefpath .
|
cp $perlFiles/$RepoName/$translatefpath .
|
||||||
else
|
else
|
||||||
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user