-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for 255639 and mtree fixes #912
Conversation
Currently trying to upstream our 3 remaining patches for mtree (GNATS bin/57735), after that I'll submit a patch that syncs contrib/mtree (a preview here: jlduran#55). I'm unsure about updating the flags in the README, probably end up adding Thank you. Footnotes
|
These changes look good to my eye. I'm not quite sure how to make this a 'approved review comment' though... |
Thank you. That'll be Files changed > Review changes > Approve1 Footnotes |
- Add -b (suppress blank lines before directories). - The equivalent of `-i` in fmtree is `-j` in mtree (nmtree) (indent the output 4 spaces). - Add `-F freebsd9` compatibility flavor (print the closing `..` at the end).
The indentation generated by mtree -j uses spaces, not tabs.
Reduce the diff with the output generated by mtree.
While here, align to the output produced by mtree.
Started a full buildworld / installworld (ditto kernel) before committing this change.... should be done soonish |
- Add -b (suppress blank lines before directories). - The equivalent of `-i` in fmtree is `-j` in mtree (nmtree) (indent the output 4 spaces). - Add `-F freebsd9` compatibility flavor (print the closing `..` at the end). Reviewed by: imp Pull Request: #912
The indentation generated by mtree -j uses spaces, not tabs. Reviewed by: imp Pull Request: #912
Reduce the diff with the output generated by mtree. Reviewed by: imp Pull Request: #912
PR: 255639 Reviewed by: imp Pull Request: #912
While here, align to the output produced by mtree. Reviewed by: imp Pull Request: #912
Reviewed by: imp Pull Request: #912
Reviewed by: imp Pull Request: #912
landed. this tested right for me, but be on the lookout on IRC/discord/social media + email for any weird reports... this stuff seemed low risk and {build,install}{world,kernel} just worked, which is the biggest risk from this change. |
- Add -b (suppress blank lines before directories). - The equivalent of `-i` in fmtree is `-j` in mtree (nmtree) (indent the output 4 spaces). - Add `-F freebsd9` compatibility flavor (print the closing `..` at the end). Reviewed by: imp Pull Request: freebsd/freebsd-src#912
The indentation generated by mtree -j uses spaces, not tabs. Reviewed by: imp Pull Request: freebsd/freebsd-src#912
Reduce the diff with the output generated by mtree. Reviewed by: imp Pull Request: freebsd/freebsd-src#912
PR: 255639 Reviewed by: imp Pull Request: freebsd/freebsd-src#912
While here, align to the output produced by mtree. Reviewed by: imp Pull Request: freebsd/freebsd-src#912
Reviewed by: imp Pull Request: freebsd/freebsd-src#912
Reviewed by: imp Pull Request: freebsd/freebsd-src#912
The main idea is to fix 255639, and clean up a bit while doing it.
cc/ @bsdimp @kevans91 @emaste