From 7f8546f99b71976c6eebbed7bebcb2526c6e0089 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Thu, 1 Jun 2023 10:50:53 +1000 Subject: [PATCH] comments --- rename-e-smith-pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rename-e-smith-pkg.sh b/rename-e-smith-pkg.sh index 895b201..bd57672 100755 --- a/rename-e-smith-pkg.sh +++ b/rename-e-smith-pkg.sh @@ -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