This commit is contained in:
Trevor Batley 2023-06-01 10:50:53 +10:00
parent 2cf3ca33bd
commit 7f8546f99b

View File

@ -281,7 +281,7 @@ git commit -m "rename-e-smith-pkg script (#12359)" $QUIET
git push $QUIET
#Convert repository to a Regular Repository (rather than fork)
#Can't do via API call ATM, so leave a message
echo "$SOURCEORG/$SOURCEPKG has been renamed as $TARGETORG/$TARGETPKG"
echo "It is still a forked repository, so you need to 'Convert to Regular Repository' in GITEA and then 'Transfer' it to it's final Organisation"
exit 0