diff --git a/README.md b/README.md index 18312a9..3bd460c 100644 --- a/README.md +++ b/README.md @@ -15,36 +15,54 @@ copy current cvs version of a package across to git in new structure * \ repository (package) to be migrated (e.g. smeserver-yum) * \ can ONLY be smeserver or smecontribs + +optional parameters, can appear in any order + * \ will migrate into your local GITEA (in config), otherwise remote GITEA +* \ run in debug mode ## git-get-and-build-repo.sh bring down current git repository and run mockbuild - git-get-and-build.sh [] + git-get-and-build.sh [ ] * \ repository (package) to be built (e.g. smeserver-yum) -* \ can ONLY be smeserver or smecontribs +* \ can be any organisation or user on the remote GITEA instance + +optional parameters, can appear in any order + * \ will build from local GITEA (in config), otherwise from remote GITEA +* \ run in debug mode ## git-migrate-repo.sh create mirror or copy of src.koozali.org repository in a local GITEA instance - git-migrate-repo.sh [ ] + git-migrate-repo.sh [ ] * \ repository (package) to be copied (e.g. smeserver-yum) -* \ can be any repository on the remote GITEA +* \ can be any organisation or user on the remote GITEA instance +* \ run in debug mode + +optional parameters, can appear in any order + * \ will create local repo as either a copy or a mirror of the remote repo (default = copy) * \ within your local GITEA, otherwise local user - must exist already +* \ run in debug mode ## git-migrate-org.sh create mirrors of all repos for an organisation in a local GITEA instance - git-migrate-org.sh [ ] + git-migrate-org.sh [ ] + +* \ can be any organisation or user on the remote GITEA instance + +optional parameters, can appear in any order -* \ can be any repository on the remote GITEA * \ will create local repos as either a copy or a mirror of the remote repos (default = copy) * \ will just list the repos to be migrated, rather than doing it * \ within your local GITEA, otherwise local user - must exist already +* \ run in debug mode +* \ show each repo being migrated ## rename-e-smith-pkg.sh Rename an e-smith package as smeserver and change relevant files @@ -67,7 +85,7 @@ Parse a list of parameters and execute script with those parameters parse-list.sh