Mark camwebdav as broken.

Change-Id: If13899e5637bf8b1a1a6acd465cc7f940f506d6f
This commit is contained in:
Brad Fitzpatrick 2012-12-16 20:41:06 -08:00
parent 938c93ac45
commit 0f5870c4d8
3 changed files with 8 additions and 1 deletions

View File

@ -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 (

View File

@ -1,3 +1,5 @@
// +build THIS_IS_BROKEN
package main
import (

View File

@ -1,3 +1,5 @@
// +build THIS_IS_BROKEN
package main
import (