Compare commits
No commits in common. "1e64eed0c121be3f9401bdf78dc32f10f34cec4b" and "08b75a7b93d38cb1ba58aba446a186284f74befc" have entirely different histories.
1e64eed0c1
...
08b75a7b93
11
README.md
11
README.md
@ -4,17 +4,14 @@ 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
|
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
|
||||||
|
|
||||||
# config
|
## git-cvs2git.sh
|
||||||
sample ~/.smegit/config file - fill in your details
|
|
||||||
|
|
||||||
# git-cvs2git.sh
|
|
||||||
copy current cvs version of a package across to git in new structure
|
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
|
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
|
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
|
create mirrors of all repos for an organisation in a local GITEA instance
|
||||||
|
14
config
14
config
@ -1,14 +0,0 @@
|
|||||||
[smegit]
|
|
||||||
DEBUG=false
|
|
||||||
WORKDIR=/smegit
|
|
||||||
COMMONREPO=https://src.koozali.org/smedev/common.git
|
|
||||||
# Brian's token, but please use wisely!
|
|
||||||
OPENAI_API_KEY=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
|
|
||||||
[local]
|
|
||||||
USER=<user>
|
|
||||||
GITEAHOST=<local GITEA URL>
|
|
||||||
GITEAACCESSTOKEN=<access token for local GITEA>
|
|
||||||
[remote]
|
|
||||||
USER=<koozali.org user id>
|
|
||||||
GITEAHOST=https://src.koozali.org
|
|
||||||
GITEAACCESSTOKEN=<access token for https://src.koozali.org GITEA>
|
|
Loading…
Reference in New Issue
Block a user