logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: aef26a615e0a629e551fe2c491baccd2b10aa882
parent a893c69d203498b43b4eaeb101447e08901c32c4
Author: Mint <mint@plagu.ee>
Date:   Fri,  7 Nov 2025 19:44:34 +0300

Fix changelog checker

Diffstat:

Achangelog.d/changelog-checker.fix1+
Mtools/check-changelog3+++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/changelog.d/changelog-checker.fix b/changelog.d/changelog-checker.fix @@ -0,0 +1 @@ +Fix CI changelog checker diff --git a/tools/check-changelog b/tools/check-changelog @@ -1,5 +1,8 @@ #!/bin/sh +echo "adding ownership exception" +git config --global --add safe.directory $(pwd) + echo "looking for change log" git remote add upstream https://git.pleroma.social/pleroma/pleroma.git