Dirk Heinrichs

Results 30 issues of Dirk Heinrichs

## Description When installing the downloaded Debian package I get the following error: ``` # apt-get install ./Whalebird-4.5.2-linux-x64.deb Reading package lists... Done Building dependency tree Reading state information... Done Note,...

bug
Linux

There are a few flaws in the installation instructions for Debian family systems: - Usage of `apt-key add` is deprecated. Projects should provide a GnuPG keyring file that the user...

**Summary of the new feature** **As a** user **I would like to** have formatting and linting separated from each other **so that** the formatter doesn't rearrange code at will based...

This is https://issues.jenkins-ci.org/browse/JENKINS-43363. When a Multijob build is aborted, its phase jobs which are not yet running, but queued (waiting for next free executor, for example) stay in the queue....

This is https://issues.jenkins-ci.org/browse/JENKINS-43127. In its current version the MultiJob plugin shows a nice tree view of all downstream jobs on the job's main page. In case one or more phases...

### Describe your use-case which is not covered by existing documentation. Sometimes I need to temp. reserve a resource from a pool. The documentation doesn't tell what happens to a...

API interactions
documentation

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.x - Ruby: as delivered with Puppet - Distribution: Debian Buster - Module version: 4.1.1 ## How to reproduce (e.g...

bug

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.x - Distribution: Ubuntu - Module version: 3.0.0 ## How to reproduce (e.g Puppet code you use) ``` class {...

- Puppet: 4 - Ruby: As delivered - Distribution: MSI - Module version: 3.2.1 ## How to reproduce (e.g Puppet code you use) ``` archive { 'title': path => 'C:/path/to/archive.zip',...

When I create a `CephFilesystem` and want to wait for it to finish using ``` kubectl wait -n rook-ceph cephfilesystem.ceph.rook.io/k8sfs --for=jsonpath='{.status.phase}'=Ready --timeout=360s ``` the command fails because there is no...

bug