[GitHub] guacamole-server pull request #191: GUACAMOLE-623: Include Kubernetes plugin...

2018-09-26 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/guacamole-server/pull/191


---


[GitHub] guacamole-server pull request #191: GUACAMOLE-623: Include Kubernetes plugin...

2018-09-26 Thread mike-jumper
GitHub user mike-jumper opened a pull request:

https://github.com/apache/guacamole-server/pull/191

GUACAMOLE-623: Include Kubernetes plugin in dist directories.

The `src/protocols/kubernetes` directory needs to be present in 
`DIST_SUBDIRS` for the source of the Kubernetes plugin to be included in the 
.tar.gz file built by `make dist`.

The "guacamole-server-master" build in Jenkins verifies that the .tar.gz 
built by `make dist`, so this is [currently 
failing](https://builds.apache.org/view/E-G/view/Guacamole/job/guacamole-server-master/67/console):

```
...
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Doxyfile
config.status: creating tests/Makefile
config.status: creating src/common/Makefile
config.status: creating src/common-ssh/Makefile
config.status: creating src/terminal/Makefile
config.status: creating src/libguac/Makefile
config.status: creating src/guacd/Makefile
config.status: creating src/guacd/man/guacd.8
config.status: creating src/guacd/man/guacd.conf.5
config.status: creating src/guacenc/Makefile
config.status: creating src/guacenc/man/guacenc.1
config.status: creating src/guaclog/Makefile
config.status: creating src/guaclog/man/guaclog.1
config.status: creating src/pulse/Makefile
config.status: error: cannot find input file: 
`src/protocols/kubernetes/Makefile.in'
The command '/bin/sh -c /bin/bash -e -x /build/build.sh' returned a 
non-zero code: 1
+ docker rmi --force guac-jenkins-guacamole-server-master-67
Error response from daemon: No such image: 
guac-jenkins-guacamole-server-master-67:latest
+ true
Build step 'Execute shell' marked build as failure
Sending e-mails to: dev@guacamole.apache.org
Finished: FAILURE
```

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mike-jumper/guacamole-server fix-dist

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/guacamole-server/pull/191.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #191


commit acfc759527713fcfb5d18f222aa424a8a60548de
Author: Michael Jumper 
Date:   2018-09-26T16:38:22Z

GUACAMOLE-623: Include Kubernetes plugin in dist directories.




---