Skip to content

Commit

Permalink
MISC: mkassets.sh: remove unused file generations
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Sep 10, 2023
1 parent 3a2d3a0 commit 3c2d16f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions misc/mkassets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ make dist

# Extract release tarball and version
tar xf assets/anklang-*.tar.zst -C $BUILDDIR --strip-components=1
(cd $BUILDDIR && misc/version.sh | cut -d\ -f1) > assets.ver

# Extract initial release NEWS.md section
sed '0,/^##/ n; /^##/{ s/.*//; q; }' $BUILDDIR/NEWS.md > assets.txt

# Copy populated .dlcache/ to speed up builds
test -d .dlcache/ && cp -a --reflink=auto .dlcache/ $BUILDDIR/
Expand Down

0 comments on commit 3c2d16f

Please sign in to comment.