Compare commits
No commits in common. "2c549613302605225f131c1e88796fb6e5d61797" and "2cf3ca33bd7526e0d0b72c2093102b0d38728328" have entirely different histories.
2c54961330
...
2cf3ca33bd
@ -11,14 +11,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
if [[ -z $1 ]] ; then
|
if [[ -z $1 ]] ; then
|
||||||
echo "Rename an e-smith package as smeserver and change relevant files"
|
echo "************rename-e-smith-pkg.sh <modulename> [<organization> <local> <force> <debug>]"
|
||||||
echo "rename-e-smith-pkg.sh <modulename> [<organization> <local> <force> <debug>]"
|
|
||||||
echo "\$1 = Module name e.g. e-smith-dnscache"
|
|
||||||
echo "\$2-\$5 can appear in any order and are optional"
|
|
||||||
echo " = Organisation (smeserver or user - defaults to smeserver)"
|
|
||||||
echo " = 'local' will use parameters set for local repository else it will use remote"
|
|
||||||
echo " = 'force' will automagically delete an existing repo, otherwise it will prompt"
|
|
||||||
echo " = 'debug' run in debug mode"
|
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
echo "**************************************************************************************************"
|
echo "**************************************************************************************************"
|
||||||
@ -288,7 +281,7 @@ git commit -m "rename-e-smith-pkg script (#12359)" $QUIET
|
|||||||
git push $QUIET
|
git push $QUIET
|
||||||
|
|
||||||
#Convert repository to a Regular Repository (rather than fork)
|
#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 "$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"
|
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
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user