You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: re-download PDFs when upstream release URL changes (new version)
- Manifest format changed from "filename\n" to "filename\turl\n" so the
cached URL for each asset is persisted across runs.
- download_upstream_pdfs.sh now compares the upstream URL against the
cached URL; a changed URL (i.e. a new release was published) triggers
a fresh download even if the local file already exists.
- prune_pdfs.sh updated to parse the new tab-separated manifest format
(reads only the first field, ignoring the URL column).
- generate_courses.sh and Makefile use wc -l on the manifest — still
correct since the line count per entry is unchanged.
Agent-Logs-Url: https://github.com/TUBAF-IfI-LiaScript/TUBAF-IfI-LiaScript.github.io/sessions/8c4a2c8f-bd76-4f8a-901b-9c172ffdee6c
Co-authored-by: vgoehler <1705385+vgoehler@users.noreply.github.com>
0 commit comments