minor clarifications

This commit is contained in:
Trevor Batley 2023-05-11 08:57:57 +02:00
parent 6315f503a6
commit 11f2f53a3e

View File

@ -17,16 +17,16 @@ git-cvs2git.sh \<repository\> \<organisation\> \[\<local\>\]\
* git-get-and-build-repo.sh\ * git-get-and-build-repo.sh\
bring down current git repository and run mockbuild\ bring down current git repository and run mockbuild\
git-get-and-build.sh \<repository\> \<organisation\> \[\<local\>\]\ git-get-and-build.sh \<repository\> \<organisation\> \[\<local\>\]\
\<local\> will build from local GITEA (in config) otherwise from remote GITEA \<local\> will build from local GITEA (in config), otherwise from remote GITEA
* git-migrate-repo.sh\ * git-migrate-repo.sh\
create mirror or copy of src.koozali.org repository in a local GITEA instance\ create mirror or copy of src.koozali.org repository in a local GITEA instance\
git-mirror-repo.sh \<repository\> \<organisation\> \[\<copy|mirror\> \<target organisation\>\]\ git-mirror-repo.sh \<repository\> \<organisation\> \[\<copy|mirror\> \<target organisation\>\]\
\<copy|mirror\> will create local repo as either a copy or a mirror of the remote repo (default = copy)\ \<copy|mirror\> will create local repo as either a copy or a mirror of the remote repo (default = copy)\
\<target organisation\> within your local GITEA, otherwise local user \<target organisation\> within your local GITEA, otherwise local user - must exist already
* git-migrate-org.sh\ * git-migrate-org.sh\
create mirrors of all repos for an organisation in a local GITEA instance\ create mirrors of all repos for an organisation in a local GITEA instance\
git-mirror-org.sh \<organisation\> \[\<copy|mirror\> \<target organisation\>\]\ git-mirror-org.sh \<organisation\> \[\<copy|mirror\> \<target organisation\>\]\
\<copy|mirror\> will create local repos as either a copy or a mirror of the remote repos (default = copy)\ \<copy|mirror\> will create local repos as either a copy or a mirror of the remote repos (default = copy)\
\<target organisation\> within your local GITEA, otherwise local user \<target organisation\> within your local GITEA, otherwise local user - must exist already