Jan Malakhovski
Jan Malakhovski
> GPL I see. I'm fine with either GPL. > Alternative tool in another language Hm, I see, I'm not against that. If we decide on the plumbing commands and...
> So I guess we now only have to agree on a data format, so that all our tools end up being interoperable :) Yes. So, I've read crev source...
This closes #235 and #43. And probably closes #158, since running `git-hub setup-fork` will do the right thing in the most common case (and gracefully fail otherwise).
Those are good suggestions, except I'm not sure how do I go about implementing the "hook"-related one, the hook script is a single string there. Anyway, I was thinking, it...
>> Those are good suggestions, except I'm not sure how do I go about implementing the "hook"-related one, the hook script is a single string there. > > You just...
@oernii I've made an alternative for `android-backup-extractor` written in Python that can also split and merge `.ab` files (among other things), see https://github.com/Own-Data-Privateer/abarms
Travis error looks like a dead URL. But anyway, I would rather delegate fixing CI to somebody on an hier(7)-compatible distro who can run those CI scripts locally (I run...
Yes, https://github.com/NixOS/nixpkgs/pull/49862 is very related, in its latest reincarnation it allows you to keep both `*-source` names on Hydra and generate pretty `*----source` names with `config.nameSourcesPrettily` option set. See https://github.com/NixOS/nixpkgs/pull/49862/files#diff-1977c7748af8b43b92093d2383e23e88c4df10a702578fbe885675a0956a2f1f
Thanks for a nomination, but I don't think this RFC is a proper solution to the stated problem. Eelco and others objecting to the `---source` naming scheme (and to the...
@risicle You are correct, it does have security implications, but even doing the equivalent of `nameSourcesPrettily = "full"` of https://github.com/NixOS/nixpkgs/pull/49862 wouldn't really help in the most general case: @tobiasBora in...