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 ---
$ make clean
fatal: Invalid revision range ee53a240ac902dc83209008a2671e7fdcf55957a..HEAD
fatal: Invalid revision range
ee53a240ac902dc83209008a2671e7fdcf55957a..62dadcb86c6e6f80ce6fbcd89befc3cc22c2176a
It's from ./scripts/getver.sh. Can you share with us your git version
and how you pulled the source code? Running "git log" with the said
git revision range should be self-explaining.
First of all, thanks for your answer.
Let's go one step at a time. If Git fails with a "fatal" error inside
getver.sh, how come the build does not stop at that point?
Have you guys been skimping on error detection in your shell scripts???
I have actually written a lengthy piece about this:
http://rdiez.shoutwiki.com/wiki/Error_Handling_in_General_and_C%2B%2B_Exceptions_in_Particular#Shell_Scripting_with_Bash
Just adding something like "set -o errexit" is not enough. It looks like
getver.sh needs a rewrite. A quick ShellCheck on it throws many warnings.
Should I try myself? Or does somebody more experienced want to step in? I am a newbie after all, I
have no idea. For example: do we still need support for "version" and "hg"
(Mercurial) in that script?
Best regards,
rdiez
--- End Message ---
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel