1
0
mirror of https://gitlab.com/packaging/gitea synced 2025-04-03 06:37:02 +00:00

Compare commits

...

29 Commits

Author SHA1 Message Date
morph027
20126c8f51
fix usage of new repo utils, refs #13
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-07-07 19:50:58 +02:00
morph027
dad4eebc13
use new repo utils, refs #13
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-07-07 19:43:43 +02:00
morph027
3c57e902d7
add missing executable bits
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-05-28 08:55:48 +02:00
morph027
46a3c4f025
change tests to init instead of systemd
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-05-28 08:52:07 +02:00
morph027
b4da93c2e7
change tests to init instead of systemd
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-05-28 08:50:17 +02:00
morph027
76dd904377
use UBUNTU_VERSION to simplify pipeline debugging
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-05-27 21:39:40 +02:00
morph027
2dbbc72e39
use DOCKER_VERSION to simplify pipeline debugging
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-05-27 19:18:17 +02:00
morph027
b185ebbe9e
pin docker to 19
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-05-27 17:15:52 +02:00
morph027
0c08e9675d
pin docker to 25
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-05-27 17:07:34 +02:00
morph027
82f6637981
bump docker dind (cgroup error)
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-05-27 17:02:04 +02:00
morph027
d058c14dd5
add rules for apt repo
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-02-06 10:03:32 +01:00
morph027
315ff0e1b0
ci: refine pages job dependency, add missing arm64
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-01-18 16:21:32 +01:00
morph027
28ceca30eb
ci: refine pages jon dependency
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-01-18 16:04:11 +01:00
morph027
1adabf6ace
ci: try to fix repo pipeline step
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-01-18 16:01:03 +01:00
morph027
ec04f77c98
ci: try to fix test pipeline step
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-01-18 15:43:38 +01:00
morph027
153ab6e886
ci: try to fix test pipeline step
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-01-18 15:31:59 +01:00
morph027
09f6cfc8dc Merge branch '11-can-t-update-to-1-21-4' into 'master'
fixes #11

Closes #11

See merge request packaging/gitea!4
2024-01-18 14:07:39 +00:00
morph027
f450540dc2
fixes #11
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2024-01-18 15:06:50 +01:00
morph027
0f9c8bed35
refine ci pipeline steps
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2023-12-23 12:25:57 +01:00
morph027
050fc4859c
fix dl url again
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2023-12-12 09:40:36 +01:00
morph027
74d7e81d43
increase delay
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2023-11-28 08:50:33 +01:00
morph027
63e4c70f1d
fix ci config
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2023-11-26 19:03:40 +01:00
morph027
73833d52dc Merge branch 'delay-trigger' into 'master'
add delay trigger

See merge request packaging/gitea!3
2023-11-26 18:00:19 +00:00
morph027
8c6ac8f4e6 add delay trigger 2023-11-26 18:00:18 +00:00
morph027
b00b9978af
fix dl url again
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2023-11-14 18:48:37 +01:00
morph027
5f0e2c85a3
print dl url
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2023-11-14 18:43:20 +01:00
morph027
2b8cb0ee34
change gitea dl url
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2023-11-14 18:38:21 +01:00
morph027
c2f3770f98
fix test install w/ new version scheme
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2023-05-27 12:26:07 +02:00
morph027
6e8272fe38
update version scheme
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2023-05-27 07:12:41 +02:00
5 changed files with 197 additions and 65 deletions

View File

@ -15,29 +15,30 @@ stages:
stage: package
image: golang:latest
script:
- export VERSION=$(echo ${CI_COMMIT_TAG#*v} | cut -d'-' -f1)
- export PATCHLEVEL=$(echo ${CI_COMMIT_TAG} | cut -d'-' -f2)
- export VERSION=$(echo ${CI_COMMIT_TAG#*v} | cut -d'+' -f1)
- export PATCHLEVEL=$(echo ${CI_COMMIT_TAG} | cut -d'+' -f2)
- apt-get -qq update
- apt-get -qqy install ruby-dev ruby-ffi curl file
- gem install specific_install
- gem specific_install https://github.com/root360/fpm.git all_fixes
- gem install fpm
- mkdir -p "${CI_PROJECT_DIR}/package_root/usr/bin"
- echo "https://dl.gitea.com/gitea/${VERSION}/gitea-${VERSION}-linux-${ARCH}"
- curl -sL -o
"${CI_PROJECT_DIR}/package_root/usr/bin/gitea"
"https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-${ARCH}"
"https://dl.gitea.com/gitea/${VERSION}/gitea-${VERSION}-linux-${ARCH}"
- file
--mime-type
--brief
"${CI_PROJECT_DIR}/package_root/usr/bin/gitea"
| grep -q 'application/x-executable'
- chmod +x "${CI_PROJECT_DIR}/package_root/usr/bin/gitea"
- gem install fpm
- fpm
--architecture "${ARCH}"
--input-type dir
--output-type deb
--package "${CI_PROJECT_DIR}/gitea_${VERSION}-${PATCHLEVEL}_${ARCH}.deb"
--package "${CI_PROJECT_DIR}/gitea_${VERSION}+${PATCHLEVEL}_${ARCH}.deb"
--name "${NAME}"
--version "${VERSION}-${PATCHLEVEL}"
--version "${VERSION}+${PATCHLEVEL}"
--description "${DESCRIPTION}"
--maintainer "Stefan Heitmüller <stefan.heitmueller@gmx.com>"
--url "${URL}"
@ -52,92 +53,134 @@ stages:
artifacts:
paths:
- $CI_PROJECT_DIR/*.deb
expire_in: 7 days

.manual: &manual
when: manual
only:
- tags

gitea-amd64:
<<: *package
.trigger: &trigger
when: delayed
start_in: 2 hours
only:
- triggers

gitea-amd64-tag:
<<: [*package, *manual]
variables:
<<: *vars
ARCH: amd64

gitea-arm64:
<<: *package
gitea-amd64-trigger:
<<: [*package, *trigger]
variables:
<<: *vars
ARCH: amd64

gitea-arm64-tag:
<<: [*package, *manual]
variables:
<<: *vars
ARCH: arm64

test-install:
gitea-arm64-trigger:
<<: [*package, *trigger]
variables:
<<: *vars
ARCH: arm64

.test-install: &test-install
stage: test
image: docker:latest
services:
- docker:dind
needs:
- gitea-amd64
image: ubuntu:noble
script:
- docker run
-d
--name systemd-ubuntu
--privileged
-v /sys/fs/cgroup:/sys/fs/cgroup:ro
-v $CI_PROJECT_DIR:/src
-e CI_PROJECT_DIR=/src
-e CI_COMMIT_TAG=$CI_COMMIT_TAG
jrei/systemd-ubuntu:20.04
- docker exec -t systemd-ubuntu /bin/bash /src/.gitlab-ci/test-install.sh
- ./.gitlab-ci/test-install.sh

.test-update: &test-update
stage: test
image: ubuntu:noble
script:
- ./.gitlab-ci/test-update.sh

test-install-trigger:
<<: *test-install
needs:
- gitea-amd64-trigger
only:
- trigger

test-install-tag:
<<: *test-install
needs:
- gitea-amd64-tag
only:
- tags

test-update:
stage: test
image: docker:latest
services:
- docker:dind
test-update-trigger:
<<: *test-update
needs:
- gitea-amd64
script:
- docker run
-d
--name systemd-ubuntu
--privileged
-v /sys/fs/cgroup:/sys/fs/cgroup:ro
-v $CI_PROJECT_DIR:/src
-e CI_PROJECT_DIR=/src
-e CI_COMMIT_TAG=$CI_COMMIT_TAG
jrei/systemd-ubuntu:20.04
- docker exec -t systemd-ubuntu /bin/bash /src/.gitlab-ci/test-update.sh
- gitea-amd64-trigger
only:
- trigger

test-update-tag:
<<: *test-update
needs:
- gitea-amd64-tag
only:
- tags

reprepro:
.repro: &repo
cache:
untracked: true
paths:
- $CI_PROJECT_DIR/.repo
key: reprepro
key: repo
stage: repo
image: registry.gitlab.com/packaging/reprepro-multiple-versions:latest
image: registry.gitlab.com/packaging/utils:latest
script:
- apt-get -qq update
- apt-get -qqy install curl
- curl -L https://gitlab.com/packaging/utils/-/raw/main/repo.sh | bash -s -- gitea
only:
- tags
- /deb.sh gitea

repo-apt-tag:
<<: [*repo]
needs:
- gitea-amd64-tag
- gitea-arm64-tag
- test-install-tag
- test-update-tag
rules:
- if: $CI_COMMIT_TAG && $CI_PIPELINE_SOURCE != "trigger"


repo-apt-trigger:
<<: [*repo]
needs:
- gitea-amd64-trigger
- gitea-arm64-trigger
- test-install-trigger
- test-update-trigger
rules:
- if: $CI_COMMIT_TAG && $CI_PIPELINE_SOURCE == "trigger"

pages:
cache:
untracked: true
paths:
- $CI_PROJECT_DIR/.repo
key: reprepro
key: repo
policy: pull
stage: pages
image: ubuntu:focal
needs:
- job: repo-apt-tag
optional: true
- job: repo-apt-trigger
optional: true
script:
- mkdir $CI_PROJECT_DIR/public
- cp -r
$CI_PROJECT_DIR/.repo/gpg.key
$CI_PROJECT_DIR/.repo/gitea/{dists,pool}
- cp -rv
$CI_PROJECT_DIR/.repo/deb/gpg.key
$CI_PROJECT_DIR/.repo/deb/gitea/gitea/{dists,pool}
$CI_PROJECT_DIR/public/
artifacts:
paths:
@ -145,3 +188,4 @@ pages:
expire_in: 1 day
only:
- tags
- triggers

84
.gitlab-ci/init Executable file
View File

@ -0,0 +1,84 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: gitea
# Required-Start: $syslog $network
# Required-Stop: $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: A self-hosted Git service written in Go.
# Description: A self-hosted Git service written in Go.
### END INIT INFO

# Do NOT "set -e"

# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
DESC="Gitea - Git with a cup of tea"
NAME=gitea
SERVICEVERBOSE=yes
PIDFILE=/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
WORKINGDIR=/var/lib/$NAME
DAEMON=/usr/bin/$NAME
DAEMON_ARGS="web -c /etc/$NAME/app.ini"
USER=gitea
STOP_SCHEDULE="${STOP_SCHEDULE:-QUIT/5/TERM/1/KILL/5}"

# Read configuration variable file if it is present
[ -r /etc/default/$NAME ] && . /etc/default/$NAME

# Exit if the package is not installed
[ -x "$DAEMON" ] || exit 0

do_start()
{
GITEA_ENVS="USER=$USER GITEA_WORK_DIR=$WORKINGDIR HOME=/var/lib/$USER"
GITEA_EXEC="$DAEMON -- $DAEMON_ARGS"
sh -c "start-stop-daemon --start --quiet --pidfile $PIDFILE --make-pidfile \\
--background --chdir $WORKINGDIR --chuid $USER \\
--exec /bin/bash -- -c '/usr/bin/env $GITEA_ENVS $GITEA_EXEC'"
}

do_stop()
{
start-stop-daemon --stop --quiet --retry=$STOP_SCHEDULE --pidfile $PIDFILE --name $NAME --oknodo
rm -f $PIDFILE
}

do_status()
{
if [ -f $PIDFILE ]; then
if kill -0 $(cat "$PIDFILE") >/dev/null 2>&1; then
echo "$NAME is running, PID is $(cat $PIDFILE)"
else
echo "$NAME process is dead, but pidfile exists"
fi
else
echo "$NAME is not running"
fi
}

case "$1" in
start)
echo "Starting $DESC" "$NAME"
do_start
;;
stop)
echo "Stopping $DESC" "$NAME"
do_stop
;;
status)
do_status
;;
restart)
echo "Restarting $DESC" "$NAME"
do_stop
do_start
;;
*)
echo "Usage: $SCRIPTNAME {start|stop|status|restart}" >&2
exit 2
;;
esac

exit 0

2
.gitlab-ci/test-install.sh Normal file → Executable file
View File

@ -2,5 +2,5 @@

. "${CI_PROJECT_DIR}/.gitlab-ci/test.sh"

apt-get -y install "${CI_PROJECT_DIR}/gitea_${VERSION}-${PATCHLEVEL}_amd64.deb"
apt-get -y install "${CI_PROJECT_DIR}/gitea_${VERSION}+${PATCHLEVEL}_amd64.deb"
start_gitea

4
.gitlab-ci/test-update.sh Normal file → Executable file
View File

@ -6,9 +6,9 @@ curl -sL -o /etc/apt/trusted.gpg.d/morph027-gitea.asc https://packaging.gitlab.i
echo "deb [arch=amd64] https://packaging.gitlab.io/gitea gitea main" > /etc/apt/sources.list.d/morph027-gitea.list
apt-get update
apt-get -y install gitea
cp "/${CI_PROJECT_DIR}/.gitlab-ci/app.ini" /etc/gitea/app.ini
install -o gitea -g gitea -m 644 "/${CI_PROJECT_DIR}/.gitlab-ci/app.ini" /etc/gitea/app.ini
start_gitea
curl -s localhost:3000/api/v1/version | jq -e '.version'
apt-get -y --allow-downgrades install "${CI_PROJECT_DIR}/gitea_${VERSION}-${PATCHLEVEL}_amd64.deb"
apt-get -y --allow-downgrades install "${CI_PROJECT_DIR}/gitea_${VERSION}+${PATCHLEVEL}_amd64.deb"
restart_gitea
curl -s localhost:3000/api/v1/version | jq -e '.version'

16
.gitlab-ci/test.sh Normal file → Executable file
View File

@ -2,20 +2,24 @@

set -e

VERSION=$(echo "${CI_COMMIT_TAG#*v}" | cut -d'-' -f1)
PATCHLEVEL=$(echo "${CI_COMMIT_TAG}" | cut -d'-' -f2)
VERSION=$(echo "${CI_COMMIT_TAG#*v}" | cut -d'+' -f1)
PATCHLEVEL=$(echo "${CI_COMMIT_TAG}" | cut -d'+' -f2)
export VERSION PATCHLEVEL

if [ ! -f /etc/init.d/gitea ]; then
cp -v "${CI_PROJECT_DIR}"/.gitlab-ci/init /etc/init.d/gitea
fi

start_gitea() {
systemctl start gitea
/etc/init.d/gitea start
sleep 10
if ! systemctl is-active gitea; then
journalctl -lu gitea --no-pager
if ! /etc/init.d/gitea status | grep 'gitea is running'; then
cat /var/lib/gitea/log/gitea.log
fi
}

restart_gitea() {
systemctl stop gitea
/etc/init.d/gitea stop
start_gitea
}