Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F12553240
collect-changelog
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
565 B
Referenced Files
None
Subscribers
None
collect-changelog
View Options
#!/bin/sh
collectType
()
{
local
suffix
=
"
$1
"
local
header
=
"
$2
"
local
printed
=
0
for
file
in
changelog.d/*.
"
$suffix
"
;
do
if
[
'!'
-f
"
$file
"
]
;
then
continue
fi
if
[
"
$printed
"
=
0
]
;
then
echo
echo
"###
$header
"
printed
=
1
fi
# Normalize any trailing newlines/spaces, etc.
echo
"-
$(
cat
"
$file
"
)
"
done
}
collectType security Security
collectType change Changed
collectType add Added
collectType fix Fixed
collectType remove Removed
rm changelog.d/*
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sat, Nov 15, 1:33 AM (14 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
566121
Default Alt Text
collect-changelog (565 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment