Packaging moche de gitea
Go to file
Thomas NOËL 4315099113
gitea/gitea-deb/pipeline/head This commit looks good Details
jenkinsfile: build for debian 12 bookworm
2024-02-01 12:08:37 +01:00
debian add script/files to download binary and create .deb 2023-02-26 15:49:44 +01:00
.gitignore ignore gitea binary 2023-02-26 13:11:49 +01:00
.pre-commit-config.yaml misc: add pre commit hook to force single quotes (#79788) 2023-08-16 11:52:40 +02:00
COPYING init with COPYING file 2023-02-26 13:07:16 +01:00
Jenkinsfile jenkinsfile: build for debian 12 bookworm 2024-02-01 12:08:37 +01:00
Makefile build: use $(shell ...) to get version 2023-02-26 16:05:07 +01:00
README.md Added link to jenkins build trigger 2023-05-04 08:27:34 +02:00
download.py download from dl.gitea.com instead of github.com (#76046) 2023-03-30 18:26:03 +02:00

README.md

Paquet debian semi-automatique pour serveur Gitea

Ce dépôt contient un fichier Jenkinsfile qui peut être utilisé pour construire un paquet Gitea basique contenant le binaire téléchargé depuis https://dl.gitea.com/gitea/

Utilisation

Créer un tag git correspondant au numéro de release de Gitea, par exemple v1.19.0. Pousser ce tag et déclencher un build Jenkins en visitant https://jenkins.entrouvert.org/job/gitea/job/gitea-deb/job/main/build?delay=0sec

Pour déployer ce paquet :

ssh git.entrouvert.org
sudo apt update
sudo apt install --only-upgrade gitea