"Buggy" bugtracker doesn't copy or symlink additional files
Hello! In the bugtracker sources [1] it states:
This repository contains the issues for the Dillo web browser. Each issue is contained in a directory named with the issue number. The text of the issue is stored in the index.md markdown file and any extra attachments are placed inside the issue directory.
However, it appears that the "out" subdirectories of the program named buggy do not receive symlinks nor copies of the "extra attachments" files. Here's how to find attachment files in the repo named bugtracker: ~/proj/buggy/bugtracker/git$ find -mindepth 2 -a \! -iname index.md | grep -E '^\.\/[0-9]+\/' ./521/repro.sh ./429/meta ./520/log.txt Example is in ticket 520 [2]. The link titled "Full trace log" leads to a 404 page [3]. Regards, ecm [1]: https://git.dillo-browser.org/bugtracker/tree/README.md?id=0239b970b60b6ea68... [2]: https://bug.dillo-browser.org/520/ [3]: https://bug.dillo-browser.org/520/log.txt
On at 2026-06-04 19:11:55 +0200, Rodrigo Arias <rodarima@gmail.com> wrote:
Hi,
However, it appears that the "out" subdirectories of the program named buggy do not receive symlinks nor copies of the "extra attachments" files.
Yeah, I'm aware. I have some fixes but I don't like any of them yet. I'll fix it eventually.
I went and fixed this in my fork. The exact changeset is available on our hgweb [1]. Regards, ecm [1]: https://hg.pushbx.org/ecm/buggy/rev/71903036f451
participants (2)
-
E. C. Masloch -
Rodrigo Arias