Log in

HCMC Journal

Monument/LOI 2025-09-22 to 2025-09-26

to : Martin Holmes
Minutes: 6

On Monday, met with NA to finalize actions on missing NNM documents.

On Tuesday, fixed a build break which arose from changes to the folder structure on the server. There is a file called archive-media-list.txt which was hard-coded on the server and slowly going out of date as binary files changed. I re-created the file as follows, in the loi/www folder:

find "$PWD"/site_binaries -type f -printf '%p|%s|%m\n' > archive/archive-media-list.txt