[Libre-soc-bugs] [Bug 1171] Improve budget-sync to generate HTML version of task_db/report

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Dec 4 21:30:58 GMT 2023


https://bugs.libre-soc.org/show_bug.cgi?id=1171

Jacob Lifshay <programmerjake at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |programmerjake at gmail.com

--- Comment #7 from Jacob Lifshay <programmerjake at gmail.com> ---
two issues I found while reviewing the changes:
https://git.libre-soc.org/?p=utils.git;a=blob;f=Makefile;h=84b9037151b0e9c386bc213a3c126ee3a7066c46;hb=ef6afbf35ef65522e273e1056e87f3202cc87bd1#l5
both the Makefile and budget-sync independently open report.mdwn, this is
highly likely to cause issues where they overwrite each other's output. since
budget-sync now writes to the file directly, I think we should stop redirecting
the standard output and remove nohup from the makefile. any prints that we
missed will have file=f added. errors will go to stdout or stderr so people are
less likely to ignore them.

https://git.libre-soc.org/?p=utils.git;a=commitdiff;h=4e4a4694d2b07037dfcab8df0d3ea825e97e5ea6
"...%" is missing a format specifier: fixed in:
https://git.libre-soc.org/?p=utils.git;a=commitdiff;h=53cc6d4a5f4ed2d360b934bd40ab0ec3c7b03963

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list