aboutsummaryrefslogtreecommitdiff
path: root/devel/gitea-act_runner/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gitea-act_runner/pkg-message')
-rw-r--r--devel/gitea-act_runner/pkg-message11
1 files changed, 10 insertions, 1 deletions
diff --git a/devel/gitea-act_runner/pkg-message b/devel/gitea-act_runner/pkg-message
index 7f6b6e6d8c9f..ce7632568e56 100644
--- a/devel/gitea-act_runner/pkg-message
+++ b/devel/gitea-act_runner/pkg-message
@@ -3,7 +3,16 @@
message: <<EOM
FreeBSD does not support Docker.
When configuring the runner, use 'host' as the label. e.g.
-act-runner register --labels FreeBSD:host,FreeBSD-14.2:host
+act-runner register --labels FreeBSD:host,FreeBSD-14.3:host
+EOM
+}
+{ type: upgrade
+ message: <<EOM
+The rcvar act_runner_flags has been removed in lieu of act_runner_args.
+If the variable act_runner_flags is defined it will show an error while
+starting the service.
+
+Change the variable act_runner_flags to act_runner_args.
EOM
}
]