Add tudbut-rebuild.sh
Some checks failed
testing / backend-checks (push) Has been skipped
testing / frontend-checks (push) Has been skipped
testing / test-unit (push) Has been skipped
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (push) Has been skipped
testing / test-remote-cacher (map[image:redis:7.2 port:6379]) (push) Has been skipped
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (push) Has been skipped
testing / test-mysql (push) Has been skipped
testing / test-pgsql (push) Has been skipped
testing / test-sqlite (push) Has been skipped
testing / security-check (push) Has been skipped
Integration tests for the release process / release-simulation (push) Has been cancelled
/ release (push) Has been cancelled

This commit is contained in:
Daniella 2024-07-06 02:49:55 +02:00 committed by TudbuT
parent 691b93be0c
commit c942633b8d

6
tudbut-rebuild.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/bash
# this is supposed to be run on a server with forgejo of some kind already installed.
FORGEJO_VERSION="tudbut-$(git log --oneline | head -n1 | sed -E 's/(\w+) (.*)/\1/g')" TAGS="bindata timetzdata sqlite sqlite_unlock_notify" make build || exit 1
sudo cp gitea /usr/local/bin/forgejo || exit 1