mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Make gzips reproducible by excluding timestamp (#8420)
This commit is contained in:
parent
cb298123d4
commit
ec7ca9a560
@ -24,7 +24,7 @@ cp build/service_worker.js ..
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Pack frontend
|
# Pack frontend
|
||||||
gzip -f -k -9 *.html *.js ./panels/*.html
|
gzip -f -n -k -9 *.html *.js ./panels/*.html
|
||||||
cd ../../../..
|
cd ../../../..
|
||||||
|
|
||||||
# Generate the MD5 hash of the new frontend
|
# Generate the MD5 hash of the new frontend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user