- Status Requires testing
- Percent Complete
- Task Type Bug Report
- Category Core
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version 1.0
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#36 - modify pkglist parsing of comments
modify pkg list parsing to support inline commenting
(old content:
tail -f chroot_install.log
Hangs here: Log: https://pastebin.com/UaSJGznh)
need the full log and your package lists
packages.both: https://pastebin.com/4VYrmGzL
AHA! i think i figured it out.
https://git.square-r00t.net/BDisk/tree/extra/pre-build.d/root/packages.both#n1
# Commented lines are supported (via a preceding # only).
your package list has *in-line* comments, which currently aren't supported. move your comments to their own line and it should work fine