switch it back to chris's repo

This commit is contained in:
Brian McQueen
2014-12-14 00:35:26 -08:00
parent 57ec736941
commit d56c748fa8
69 changed files with 140 additions and 140 deletions

View File

@@ -7,7 +7,7 @@ import (
"os"
"path/filepath"
"github.com/mcqueenorama/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/util"
"github.com/tgulacsi/go-cdb"
)

View File

@@ -6,7 +6,7 @@ import (
"runtime"
"testing"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
)
var testIndexFilename string = "../../test/sample.idx"

View File

@@ -5,8 +5,8 @@ import (
"os"
"testing"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/mcqueenorama/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
)
func TestMemoryUsage(t *testing.T) {

View File

@@ -7,7 +7,7 @@ import (
"io/ioutil"
"strings"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
)
/*

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"hash/crc32"
"github.com/mcqueenorama/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/util"
)
var table = crc32.MakeTable(crc32.Castagnoli)

View File

@@ -5,8 +5,8 @@ import (
"errors"
"strings"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/mcqueenorama/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
)
type FileId struct {

View File

@@ -11,9 +11,9 @@ import (
"strings"
"time"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/mcqueenorama/weed-fs/go/images"
"github.com/mcqueenorama/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/images"
"github.com/chrislusf/weed-fs/go/util"
)
const (

View File

@@ -5,8 +5,8 @@ import (
"io"
"os"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/mcqueenorama/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
)
type NeedleMapper interface {

View File

@@ -6,8 +6,8 @@ import (
"io"
"os"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/mcqueenorama/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
)
const (

View File

@@ -10,9 +10,9 @@ import (
"strings"
proto "code.google.com/p/goprotobuf/proto"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/mcqueenorama/weed-fs/go/operation"
"github.com/mcqueenorama/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/util"
)
const (

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"strconv"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
)
func (s *Store) CheckCompactVolume(volumeIdString string, garbageThresholdString string) (error, bool) {

View File

@@ -10,7 +10,7 @@ import (
"sync"
"time"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
)
type Volume struct {

View File

@@ -1,7 +1,7 @@
package storage
import (
"github.com/mcqueenorama/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/operation"
)
type VolumeInfo struct {

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"os"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
)
const (

View File

@@ -5,7 +5,7 @@ import (
"os"
"time"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
)
func (v *Volume) garbageLevel() float64 {