From 9b86646411e6d49fa4e00e50f39833debd190f1b Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sun, 4 Jun 2023 21:56:51 +1000 Subject: [PATCH] add in cloneurl --- rename-e-smith-pkg.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rename-e-smith-pkg.sh b/rename-e-smith-pkg.sh index 8adbd8d..4130514 100755 --- a/rename-e-smith-pkg.sh +++ b/rename-e-smith-pkg.sh @@ -174,6 +174,7 @@ RESPONSE=$(curl $SILENT -k -X 'POST' \ -H 'Content-Type: application/json' \ -d '{ "auth_token": "'"$SOURCEACCESSTOKEN"'", + "clone_addr": "'"$SOURCEHOST/$SOURCEORG/$SOURCEPKG.git"'", "description": "'"SMEServer Koozali developed git repo for $TARGETPKG $BASEORCONTRIB"'", "clone_addr": "'"$SOURCEHOST/$TARGETORG/$TARGETPKG.git"'", "repo_name": "'"$TARGETPKG"'",