Difference between revisions of "Howto create an SMEServer contrib or core git repo"

From SME Server
Jump to navigationJump to search
(Created page with "== Introduction == We use gitea on [https://src.koozai.org https://src.koozali.org] If you haven't got a user then ask on the rocket chat for one or email admin@koozali.org....")
 
Line 6: Line 6:
 
# smeserver - for core packages
 
# smeserver - for core packages
 
# smecontribs - for contrib packages
 
# smecontribs - for contrib packages
# smedev  - for useful packages and repositories that are not part of the actual distribution .
+
# smedev  - for useful packages and repositories of scripts etc that are not part of the actual distribution .
 +
 
 +
In the smedev organisation there are two template git repositories which can be use as a basis for creating an empy repo to go in ''smeserver'' or smecontribs organisation.
 +
 
 +
Templates are called:
 +
 
 +
# Template-for-SMEServer-Core-Package
 +
# Template-for-SMEServer-Contribs-Package
 +
 
 +
When you do a create repositories in gitea, it will offer you these templates in the Template control on the form (see screenshot below)
  
In the smedev organisation there are two template git repositories which can be use as a basis for creating an empy repo to go in ''smeserver'' or
 
  
 
#
 
#

Revision as of 16:39, 15 March 2024

Introduction

We use gitea on https://src.koozali.org If you haven't got a user then ask on the rocket chat for one or email admin@koozali.org.

On the gitea we have 3 organisations which are bit like directories in which the git repos are kept. The organisations are:

  1. smeserver - for core packages
  2. smecontribs - for contrib packages
  3. smedev - for useful packages and repositories of scripts etc that are not part of the actual distribution .

In the smedev organisation there are two template git repositories which can be use as a basis for creating an empy repo to go in smeserver or smecontribs organisation.

Templates are called:

  1. Template-for-SMEServer-Core-Package
  2. Template-for-SMEServer-Contribs-Package

When you do a create repositories in gitea, it will offer you these templates in the Template control on the form (see screenshot below)