The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
--- Begin Message ---
Hi all:

I am still an OpenWrt newbie. I am also trying to figure out why it takes so long to rebuild, even if you make no changes at all. This is part of my research for this bug:

FS#2096 - A second 'make' always rebuilds something
https://bugs.openwrt.org/index.php?do=details&task_id=2096

The one thing I noticed is that there is a random PARTUUID for the X86_64 target, and that it gets regenerated on every (re)build. This makes the image different every time, even if nothing has changed.

Is there a reason why this partition ID has to be random? Such things make it 
impossible to do repeatable builds.

The code is here:

    target/linux/x86/image/Makefile

    SIGNATURE:=$(shell perl -e 'printf("%08x", rand(0xFFFFFFFF))')

Thanks in advance,
  rdiez


--- End Message ---
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to