Remove spurious backslashes

This commit is contained in:
Trevor Batley 2023-06-01 06:40:10 +02:00
parent f28c8f337a
commit 59c521ee7d

View File

@ -13,8 +13,8 @@ copy current cvs version of a package across to git in new structure
git-cvs2git.sh <repository> <organisation> [<local>]
* \<repository\> repository (package) to be migrated (e.g. smeserver-yum)\
* \<organisation\> can ONLY be smeserver or smecontribs\
* \<repository\> repository (package) to be migrated (e.g. smeserver-yum)
* \<organisation\> can ONLY be smeserver or smecontribs
* \<local\> will migrate into your local GITEA (in config), otherwise remote GITEA
## git-get-and-build-repo.sh
@ -22,8 +22,8 @@ bring down current git repository and run mockbuild
git-get-and-build.sh <organisation> <repository> [<local>]
* \<repository\> repository (package) to be built (e.g. smeserver-yum)\
* \<organisation\> can ONLY be smeserver or smecontribs\
* \<repository\> repository (package) to be built (e.g. smeserver-yum)
* \<organisation\> can ONLY be smeserver or smecontribs
* \<local\> will build from local GITEA (in config), otherwise from remote GITEA
## git-migrate-repo.sh
@ -31,9 +31,9 @@ create mirror or copy of src.koozali.org repository in a local GITEA instance
git-migrate-repo.sh <repository> <organisation> [<copy|mirror> <target organisation>]
* \<repository\> repository (package) to be copied (e.g. smeserver-yum)\
* \<organisation\> can be any repository on the remote GITEA\
* \<copy|mirror\> will create local repo as either a copy or a mirror of the remote repo (default = copy)\
* \<repository\> repository (package) to be copied (e.g. smeserver-yum)
* \<organisation\> can be any repository on the remote GITEA
* \<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 - must exist already
## git-migrate-org.sh
@ -41,9 +41,9 @@ create mirrors of all repos for an organisation in a local GITEA instance
git-migrate-org.sh <organisation> [<copy|mirror> <review> <target organisation>]
* \<organisation\> can be any repository on the remote GITEA\
* \<copy|mirror\> will create local repos as either a copy or a mirror of the remote repos (default = copy)\
* \<review\> will just list the repos to be migrated, rather than doing it\
* \<organisation\> can be any repository on the remote GITEA
* \<copy|mirror\> will create local repos as either a copy or a mirror of the remote repos (default = copy)
* \<review\> will just list the repos to be migrated, rather than doing it
* \<target organisation\> within your local GITEA, otherwise local user - must exist already
## rename-e-smith-pkg.sh