From 5ae4c1f6706c0de758b2e77e34bab1c2b2162c7d Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Sun, 14 Sep 2008 17:58:47 -0400 Subject: added note about posting cssh bug. --- website/bugs/cssh-connection-timeout.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/bugs/cssh-connection-timeout.mdwn b/website/bugs/cssh-connection-timeout.mdwn index 8a70bb7..046ca12 100644 --- a/website/bugs/cssh-connection-timeout.mdwn +++ b/website/bugs/cssh-connection-timeout.mdwn @@ -89,3 +89,5 @@ file or via the command line is a reasonable fix for this bug, so I'm closing as [[bugs/done]]. -- Sir Jam Jam + +I just [posted the cssh bug in debian](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498968). -- cgit v1.2.3 From 19acd9d54defb90929c5553fe773a6f72dbd4282 Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Tue, 16 Sep 2008 11:02:15 -0400 Subject: adding directions on how to build a deb package from the source. --- website/community.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/community.mdwn b/website/community.mdwn index d22f7cf..3ae81c1 100644 --- a/website/community.mdwn +++ b/website/community.mdwn @@ -30,6 +30,14 @@ from this web site: git clone git://git.monkeysphere.info/monkeysphere +If you would like to build a deb package from the latest release, you can type +the following from inside the monkeysphere top level directory: + + make debian-package + +This command will build an upstream tarball, attach the debian packaging +directory, and build a sample deb. + ### Individual developer repositories ### You might also be interested in the repositories of individual -- cgit v1.2.3