cvs2git missing fi
This commit is contained in:
parent
249883bf57
commit
0a5de1a266
@ -65,6 +65,7 @@ if [ $3 == "local" ] ; then
|
|||||||
GITEAACCESSTOKEN=${local_GITEAACCESSTOKEN}
|
GITEAACCESSTOKEN=${local_GITEAACCESSTOKEN}
|
||||||
GITEAHOST=${local_GITEAHOST}
|
GITEAHOST=${local_GITEAHOST}
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
RemoteRepoURL="$GITEAHOST/$2/$1"
|
RemoteRepoURL="$GITEAHOST/$2/$1"
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -632,7 +633,7 @@ if [[ "$NAME" =~ ^(smeserver-|e-smith-).* ]]; then
|
|||||||
# Good to extract some of the wiki here, and load it into the readme,
|
# Good to extract some of the wiki here, and load it into the readme,
|
||||||
# OR I could ask GPTChat to write me paragraph on the contrib 8-))
|
# OR I could ask GPTChat to write me paragraph on the contrib 8-))
|
||||||
# Set the parameters for the request
|
# Set the parameters for the request
|
||||||
if [[ "$NAME" =~ ^(smeserver-).* && "$2" == "contrib" ]]; then
|
if [[ "$NAME" =~ ^(smeserver-).* && "$2" == "smecontribs" ]]; then
|
||||||
prompt="Write me a paragraph on the $PACKAGENAME software contrib for smeserver"
|
prompt="Write me a paragraph on the $PACKAGENAME software contrib for smeserver"
|
||||||
else
|
else
|
||||||
prompt="Write me a paragraph about the software $PACKAGENAME"
|
prompt="Write me a paragraph about the software $PACKAGENAME"
|
||||||
|
Loading…
Reference in New Issue
Block a user