#11 Add script to evaluate macros from local directory
Merged by decathorpe. Opened by gotmax23.
fedora-rust/ gotmax23/rust-packaging rpmeval  into  main

Download 11.patch

This makes local testing easier.


I had this in my local checkout and figured I'd submit it upstream. I use a similar script for the other macro sets I hack on.

Huh, I assume this does this override macros that are installed system-wide with those from the CWD? I'll take a look, but at first glance, this looks useful, thanks!

Right, it overrides the system macros with the local copies but keeps them available in the macro path so they get expanded when other macros reference them. --macros takes a : separated list of glob patterns. The later items in the list override earlier ones (the opposite of $PATH).

(the opposite of $PATH)

Of course :laughing:

Thanks, I'll rebase and merge :)

rebased onto 74ba9b4412d80ad2904ded6baa687000779427b1

Pull-Request has been merged by decathorpe

Metadata