- Status Closed
- 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)
Closed by brent s.
07.09.2018 21:57
Reason for closing: Won't implement
Additional comments about closing: irrelevant with change of config/profiles in v4
07.09.2018 21:57
Reason for closing: Won't implement
Additional comments about closing: irrelevant with change of config/profiles in v4
need the full log and your package lists
Full log: https://pastebin.com/PF4yUWbN
<p>
packages.both: https://pastebin.com/4VYrmGzL</p>
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
aahhh. Thanks for taking the time to troubleshoot this. I really didn't consider that. my project was originally written for larch, and now is in the process of being ported to bdisk.
anyways, I am requesting inline comments as a feature request. not much a priority, but it will prevent future failures. It would work as one would expect programming bash or python.
documentation pending, but closing this - in version 4, this is handled entirely differently and is included inside the build profile itself (which is XML, which has its own comment syntax anyways).