Packaging moche de gitea
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Agate Berriot 4c07e5589c
gitea/gitea-deb/pipeline/head This commit looks good Details
Add basic documentation
4 weeks ago
debian add script/files to download binary and create .deb 1 month ago
.gitignore ignore gitea binary 1 month ago
.pre-commit-config.yaml misc: add pre-commit configuration 1 month ago
COPYING init with COPYING file 1 month ago
Jenkinsfile ci: add Jenkinsfile 1 month ago
Makefile build: use $(shell ...) to get version 1 month ago
README.md Add basic documentation 4 weeks ago
download.py fix getting vesion number from command line 1 month ago

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://github.com/go-gitea/gitea/releases.

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.

Pour déployer ce paquet :

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