fuero

Results 34 comments of fuero

As I understand it, the definition of `sign-off` is [somewhat](https://gerrit-review.googlesource.com/Documentation/user-signedoffby.html) [fluent](https://github.com/wking/signed-off-by). Another setting containing the header name to be added could be introduced. The actual meaning of the `sign-off` line...

@fzs I've adapted my code to reflect your idea. Is there a way to add the conventions link to message displayed in the GUI? It didn't seem to like HTML...

Hope this is ok, it does stick out from the other options now though.

rebased to match current origin master

Same here. The file's checksum seems alright: ``` $ sha256sum dockerfiles/19.3.0/LINUX.X64_193000_db_home.zip ba8329c757133da313ed3b6d7f86c5ac42cd9970a28bf2e6233f3235233aa8d8 dockerfiles/19.3.0/LINUX.X64_193000_db_home.zip ``` It does seem like the installer crashes: ``` + /opt/oracle/product/19c/dbhome_1/runInstaller -silent -force -waitforcompletion -responsefile /opt/install/db_inst.rsp -ignorePrereqFailure...

Here's the log of the build attempt: `./buildContainerImage.sh -e -v 19.3.0 2>&1 | tee build.log` [build.log.gz](https://github.com/oracle/docker-images/files/6933414/build.log.gz) Changes against d648e8a915da1a72983c6dcbfd6280e81bb42762 to get more info from the installer and force it to...

Thanks for the help. I've had success now inside of a docker container, obviously I messed up and ran kcov as root and missed that point. However, on my Arch...

So here's the package: https://github.com/m13253/dns-over-https/pull/55 ad distribution: I'd add it to the build process (which should be handled by Travis CI or whatever else is currently hip) and release it...

And it would prevent false positives if people are forced to use a tunnel broker for v6.

As SAML based authentication has lots of login flow scenarios with libraries in different languages supporting them often poorly, I'd suggest leaving the heavy SAML2 lifting to a proxy/preauthentication scenario....