14 Commits

Author SHA1 Message Date
a5d2f02620 update link and tag 2025-10-31 22:27:07 +01:00
fe6bcecd5e +user 2025-10-31 21:59:50 +01:00
2488ee9275 use special token with more rights 2025-10-31 21:58:01 +01:00
10353e930a try w/o user 2025-10-31 21:53:15 +01:00
ed9a4e1c2a fix event 2025-10-31 21:02:08 +01:00
bd5b863ecc fix token name 2025-10-31 21:00:43 +01:00
789938f63d fix var 2025-10-31 20:52:25 +01:00
425a8fc435 fix event filter and dockerfile lint 2025-10-31 20:51:19 +01:00
8ba6428480 no when? 2025-10-31 20:45:12 +01:00
bb89d92ad0 rm global when 2025-10-31 20:37:32 +01:00
6f38017a82 try brackets 2025-10-31 20:36:38 +01:00
450b89b120 try branch 2025-10-31 20:34:02 +01:00
7360cae414 fix docker ci 2025-10-31 20:27:49 +01:00
ba3867c4e6 mv to codeberg 2025-10-31 20:24:27 +01:00
2 changed files with 2 additions and 18 deletions

View File

@@ -36,6 +36,8 @@ archives:
files: files:
- src: "*.md" - src: "*.md"
strip_parent: true strip_parent: true
- src: "docs/*"
strip_parent: true
- src: Makefile.dist - src: Makefile.dist
dst: Makefile dst: Makefile
wrap_in_directory: true wrap_in_directory: true

View File

@@ -1,18 +0,0 @@
# -*-make-*-
.PHONY: install all
tool = epuppy
PREFIX = /usr/local
UID = root
GID = 0
all:
@echo "Type 'sudo make install' to install the tool."
@echo "To change prefix, type 'sudo make install PREFIX=/opt'"
install:
install -d -o $(UID) -g $(GID) $(PREFIX)/bin
install -d -o $(UID) -g $(GID) $(PREFIX)/share/doc
install -o $(UID) -g $(GID) -m 555 $(tool) $(PREFIX)/sbin/
install -o $(UID) -g $(GID) -m 444 *.md $(PREFIX)/share/doc/