mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-10-01 01:05:39 -04:00
74479c792e
All files are now added using the date the build-with-docker script was last changed. Since this includes the hash of the result, it should be up-to-date. This ensures that rebuilding the archive doesn't change it in any way. Reported-by: Holger Levsen
8 lines
318 B
Makefile
8 lines
318 B
Makefile
tar: build
|
|
rm -rf _build/mirage-firewall
|
|
mkdir _build/mirage-firewall
|
|
cp qubes_firewall.xen _build/mirage-firewall/vmlinuz
|
|
touch _build/mirage-firewall/modules.img
|
|
cat /dev/null | gzip -n > _build/mirage-firewall/initramfs
|
|
tar cjf mirage-firewall.tar.bz2 -C _build --mtime=./build-with-docker.sh mirage-firewall
|