Skip to content

Commit

Permalink
Reduce size of nonfree-licenses.txt by gzip-compressing it
Browse files Browse the repository at this point in the history
The file grew in size over time, not at about 5MB uncompressed.
  • Loading branch information
zeha committed Dec 19, 2024
1 parent 92f86bd commit 79475a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ else
fi
echo >> "${LOGDIR}"/nonfree-licenses.txt
done
gzip -9 "${LOGDIR}"/nonfree-licenses.txt
fi
fi

Expand Down

0 comments on commit 79475a8

Please sign in to comment.