Developing
Developing
An assortment of notes on developing various aspects of EOTL.
Continous Integration
Due our use of Codeberg (and thus gitea platform), we are using Drone for continous integration testing instead of more widely used solutions.
The admin web interface for Drone can be veiwed at the following URL.
Your codeberg account needs to be granted access to view Drone admin. To manually trigger the Drone CI build of a given repo, do the following while logged into the CI server as root
./drone.sh build create eotl/repo-name
An instance of the CI build can be viewed at