From 0f5870c4d890f4cb48ce3a04ba8a8c47f21ce43a Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 16 Dec 2012 20:41:06 -0800 Subject: [PATCH] Mark camwebdav as broken. Change-Id: If13899e5637bf8b1a1a6acd465cc7f940f506d6f --- clients/go/camwebdav/main.go | 5 ++++- clients/go/camwebdav/response.go | 2 ++ clients/go/camwebdav/xml.go | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/go/camwebdav/main.go b/clients/go/camwebdav/main.go index f63d36881..b127b4e6b 100644 --- a/clients/go/camwebdav/main.go +++ b/clients/go/camwebdav/main.go @@ -1,3 +1,5 @@ +// +build THIS_IS_BROKEN + package main import ( @@ -17,7 +19,8 @@ import ( "camlistore.org/pkg/cacher" "camlistore.org/pkg/client" "camlistore.org/pkg/fs" - "camlistore.org/third_party/github.com/hanwen/go-fuse/fuse" + +// "camlistore.org/third_party/github.com/hanwen/go-fuse/fuse" ) var ( diff --git a/clients/go/camwebdav/response.go b/clients/go/camwebdav/response.go index 57883a76b..f3ac4eef8 100644 --- a/clients/go/camwebdav/response.go +++ b/clients/go/camwebdav/response.go @@ -1,3 +1,5 @@ +// +build THIS_IS_BROKEN + package main import ( diff --git a/clients/go/camwebdav/xml.go b/clients/go/camwebdav/xml.go index 0d1cf5bc5..2e9cfa860 100644 --- a/clients/go/camwebdav/xml.go +++ b/clients/go/camwebdav/xml.go @@ -1,3 +1,5 @@ +// +build THIS_IS_BROKEN + package main import (