head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.30.16.55.23; author khorben; state Exp; branches; next ; commitid wKifYcP1XEX9pGTG; desc @@ 1.1 log @devel/gitea-runner: import gitea-runner-3.3.1 as devel/gitea-runner gitea-runner is a runner for Gitea actions, compatible with GitHub's actions. It is based on act. Tested on NetBSD/amd64. @ text @$NetBSD$ Implement FreeBytes() elsewhere for NetBSD. --- internal/pkg/disk/free_unix.go.orig 2026-08-26 15:55:27.000000000 +0000 +++ internal/pkg/disk/free_unix.go @@@@ -1,7 +1,7 @@@@ // Copyright 2026 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT -//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris +//go:build aix || darwin || dragonfly || freebsd || linux || openbsd || solaris package disk @