You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/09/26 16:57:14 UTC

[1/2] guacamole-server git commit: GUACAMOLE-623: Include Kubernetes plugin in dist directories.

Repository: guacamole-server
Updated Branches:
  refs/heads/master 760f7a649 -> af93cfb32


GUACAMOLE-623: Include Kubernetes plugin in dist directories.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/acfc7595
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/acfc7595
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/acfc7595

Branch: refs/heads/master
Commit: acfc759527713fcfb5d18f222aa424a8a60548de
Parents: 760f7a6
Author: Michael Jumper <mj...@apache.org>
Authored: Wed Sep 26 09:38:22 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Wed Sep 26 09:40:50 2018 -0700

----------------------------------------------------------------------
 Makefile.am | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/acfc7595/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 91c8abe..63bd8e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,19 +20,20 @@
 ACLOCAL_AMFLAGS = -I m4
 
 # Subprojects
-DIST_SUBDIRS =           \
-    src/libguac          \
-    src/common           \
-    src/common-ssh       \
-    src/terminal         \
-    src/guacd            \
-    src/guacenc          \
-    src/guaclog          \
-    src/pulse            \
-    src/protocols/rdp    \
-    src/protocols/ssh    \
-    src/protocols/telnet \
-    src/protocols/vnc    \
+DIST_SUBDIRS =               \
+    src/libguac              \
+    src/common               \
+    src/common-ssh           \
+    src/terminal             \
+    src/guacd                \
+    src/guacenc              \
+    src/guaclog              \
+    src/pulse                \
+    src/protocols/kubernetes \
+    src/protocols/rdp        \
+    src/protocols/ssh        \
+    src/protocols/telnet     \
+    src/protocols/vnc        \
     tests
 
 SUBDIRS =        \


[2/2] guacamole-server git commit: GUACAMOLE-623: Merge include Kubernetes plugin in dist directories.

Posted by vn...@apache.org.
GUACAMOLE-623: Merge include Kubernetes plugin in dist directories.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/af93cfb3
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/af93cfb3
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/af93cfb3

Branch: refs/heads/master
Commit: af93cfb32af5c1f994853c0a675b83333dc01cfa
Parents: 760f7a6 acfc759
Author: Nick Couchman <vn...@apache.org>
Authored: Wed Sep 26 12:56:45 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Wed Sep 26 12:56:45 2018 -0400

----------------------------------------------------------------------
 Makefile.am | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)
----------------------------------------------------------------------