cvs2git missing fi
This commit is contained in:
parent
249883bf57
commit
0a5de1a266
@ -65,6 +65,7 @@ if [ $3 == "local" ] ; then
|
||||
GITEAACCESSTOKEN=${local_GITEAACCESSTOKEN}
|
||||
GITEAHOST=${local_GITEAHOST}
|
||||
fi
|
||||
fi
|
||||
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,
|
||||
# OR I could ask GPTChat to write me paragraph on the contrib 8-))
|
||||
# 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"
|
||||
else
|
||||
prompt="Write me a paragraph about the software $PACKAGENAME"
|
||||
|
Loading…
Reference in New Issue
Block a user