Oliver Mueller

Results 19 comments of Oliver Mueller

This configuration was working previously: ```xml ``` but now is producing the warning described above. Removing the dot and changing the path to "/" is doing the trick: ```xml ```...

I am not certain how this config has been created, but as far as I experienced, the output path is relative to the generator path. So a "/" is not...

Thank you for the hint. Though there are still some problems with that. Using `--force-accept-unsigned` does install ApiGen with phive (which is great), but it will decrease security of all...

Have you tried to use ineo's feature to implement a service as well? When you enter `./ineo help install`, it will show you: ``` $ ./ineo help install USAGE: install...

In my opinion, it should be possible to limit alerts to a project including a version and to a project only (even better would be a regex for the version...

I would like to help, but I have no Windows server at my disposal nor deep knowledge about this topic. As far as I know Windows is using icacls, which...

``` $ getfacl cache/ # file: cache/ # owner: jenkins # group: jenkins user::rwx user:www-data:rwx user:jenkins:rwx group::rwx mask::rwx other::rwx default:user::rwx default:user:www-data:rwx default:user:jenkins:rwx default:group::rwx default:mask::rwx default:other::rwx ```

Depending on the situation the filter might be a "painful" solution, because it can end up in a lot of trail and error and could be quite extensive :-) But...

In our special case groups won't help a lot. But thnx for the hint.