From 1e64eed0c121be3f9401bdf78dc32f10f34cec4b Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Tue, 9 May 2023 17:53:44 +1000 Subject: [PATCH] updated README.md with config file --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef0d1e6..39783be 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,17 @@ Utilities to use with smeserver on Koozali.org GITEA instance Just a repackaging of Brian Read's tools with some modifications for the new git structure and some tidy-up of the ini file and debug statements -## git-cvs2git.sh +# config +sample ~/.smegit/config file - fill in your details + +# git-cvs2git.sh copy current cvs version of a package across to git in new structure -## git-get-and-build-repo.sh +# git-get-and-build-repo.sh bring down current git repository and run mockbuild -## git-mirror-rep.sh +# git-mirror-rep.sh create mirror of src.koozali.org repository in a local GITEA instance -## git-mirror-org.sh +# git-mirror-org.sh create mirrors of all repos for an organisation in a local GITEA instance