elliefm

Results 8 comments of elliefm

I can kind of understand "organisation members get a special privilege (not having to sign-off), but to get it, they must prove they're organisation members (with GPG)", but: If a...

As a workaround, I've stopped calling imaptest with the "secs=n" parameter and instead have arranged for the parent process to send the imaptest pid a SIGINT after the desired duration...

The cyrus-imapd project seems to use the "cyrusimapdocker" one for Travis CI purposes: https://github.com/cyrusimap/cyrus-imapd/blob/823717b672fe3d662898c029b22941b915426930/.travis.yml#L11 I think this is as close as we've got to an "official" one. It at least...

This seems to be working now, but if I build an image and then: ``` $git clean -xfd $dar start --image=foo $dar build $dar test $dar prune ``` ..., I...

Oh right, most (all?) of those were generated by autoreconf. distcheck isn't bothered by them, because from distcheck's point of view these were already in the source directory (and expected...

> (I did not test with an image using this, and trust you did!) Yeah, a lot! One of the things that stalled this a few months ago was I...

@wolfsage, > One downside to this is you can no longer edit a file, then do `make -j 8 install`. Instead you need `make -C /usr/cyrus/build -j 8 install`. I...

Actually, I suppose most of this infrastructure could be kept for either style of build. The only thing that changes between vpath/non-vpath is whether `$build_dir` is initialised to `'/usr/cyrus/build'` or...