classabbyamp

Results 418 comments of classabbyamp

should this reconfigure only direct dependencies or the full dep tree?

I wonder what dir it's listing for this https://github.com/amoffat/sh/blob/develop/test.py#L862-L866

maybe another test is creating files in tmp?

ok, let's disable this test then.

1.0.5 is available

@Duncaen how's this look? (building off of what's already in this PR) ```diff diff --git a/dracut/vmklive/adduser.sh b/dracut/vmklive/adduser.sh index 344c37c..a106340 100644 --- a/dracut/vmklive/adduser.sh +++ b/dracut/vmklive/adduser.sh @@ -32,7 +32,7 @@ chroot ${NEWROOT}...

tested & working for all cases of the installer, but I'm not sure how to test the clouds/vagrant scripts

Hm, that might be a limitation of the mdbook printing capability. I'll take a look into it

can confirm. for example, [this mdbook](https://doc.rust-lang.org/rustdoc/lints.html) will go back to the first page when you press the print button. Also, it will print *all* pages, not just the first page...

> the man pages are installed only when used shell redirection ``` $ ./xbps-src build wayshot ... $ ls masterdir/builddir/wayshot-1.2.1/docs assets wayshot.1.gz wayshot.1.scd wayshot.7.gz wayshot.7.scd $ file masterdir/builddir/wayshot-1.2.1/docs/wayshot.1.gz masterdir/builddir/wayshot-1.2.1/docs/wayshot.1.gz: troff...