Difference between revisions of "Howto interact with gitea and koji to do an rpm build for SME11"

From SME Server
Jump to navigationJump to search
Line 2: Line 2:
 
Unlike SME10 and earlier, SME11 is being developed using cutting edge 21st century tools. This means that the (open) source code and associated file are stored in GIT repositories, surfaced available through a Gitea server which provides a web based User Interface as well as an API. Rpm and ISO builds are done using the Koji tool chain which has been developed for the Fedora distribution, but has become well used for other Open Source projects.
 
Unlike SME10 and earlier, SME11 is being developed using cutting edge 21st century tools. This means that the (open) source code and associated file are stored in GIT repositories, surfaced available through a Gitea server which provides a web based User Interface as well as an API. Rpm and ISO builds are done using the Koji tool chain which has been developed for the Fedora distribution, but has become well used for other Open Source projects.
  
The intention is to mirror the Gitea sources to Github so that anyone can examine and propose changes.
+
The intention is to mirror the Gitea sources to Github so that anyone can examine and propose changes. This is still a work in progress https://github.com/smeserver .
  
 
=Setting up your build system=
 
=Setting up your build system=

Revision as of 15:17, 27 August 2024

Introduction

Unlike SME10 and earlier, SME11 is being developed using cutting edge 21st century tools. This means that the (open) source code and associated file are stored in GIT repositories, surfaced available through a Gitea server which provides a web based User Interface as well as an API. Rpm and ISO builds are done using the Koji tool chain which has been developed for the Fedora distribution, but has become well used for other Open Source projects.

The intention is to mirror the Gitea sources to Github so that anyone can examine and propose changes. This is still a work in progress https://github.com/smeserver .

Setting up your build system

Gitea

Koji

Editing the Source Code

Local rpm build

Saving the Source code to Gitea

Tagging and starting a build

Monitoring your build