Theca is a set of scripts and YAML templates for GitLab CI that can be used to automatically update, combine and distribute documentation and artifacts from multiple projects hosted on the same GitLab instance.

The User Guide explains how to use the repositories hosted at https://etalian.me, refer to the Developer Guide to learn how the system is implemented and how to integrate it into your own projects.

Introduction

TODO

Unstable releases

Ubuntu packages

Ubuntu 20.04 (Focal)
wget -q https://etalian.me/public.gpg -O- | apt-key add -
wget -P /etc/apt/sources.list.d/ https://etalian.me/deb/etalian-focal-wip.list
Ubuntu 18.04 (Bionic)
wget -q https://etalian.me/public.gpg -O- | apt-key add -
wget -P /etc/apt/sources.list.d/ https://etalian.me/deb/etalian-bionic-wip.list

CentOS packages

wget -P /etc/yum.repos.d/ https://etalian.me/rpm/etalian-centos-wip.repo

Raspbian packages

wget -q https://etalian.me/public.gpg -O- | apt-key add -
wget -P /etc/apt/sources.list.d/ https://etalian.me/deb/etalian-raspbian-wip.list
/etc/apt/sources.list.d/etalian-raspbian-wip.list
deb https://etalian.me/deb/raspbian buster wip dev usr