Skip to content

Commit

Permalink
firmware-legacy-merger: add "---" to manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Jan 26, 2024
1 parent 9706d17 commit 40f126d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github-downloader/firmware-legacy-merger
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ function merge_manifests() {
# merge both files, ignoring all but the first entry ("-u") for a specific model ("-k1,1")
sort -u -k1,1 "${tempdir}/$branch.models" >> "${tempdir}/$branch"

# Add --- to easily add signatures below
echo '---' >> "${tempdir}/$branch"

echo "Merged $branch".
done
}
Expand Down

0 comments on commit 40f126d

Please sign in to comment.