Skip to content

Commit 38b5b9c

Browse files
committed
change name from daemon to repository-manager
1 parent 8e540ed commit 38b5b9c

26 files changed

+22
-26
lines changed

daemon/lib/credentials.go

Lines changed: 0 additions & 6 deletions
This file was deleted.

daemon/main.go

Lines changed: 0 additions & 9 deletions
This file was deleted.

repository-manager/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lib/credentials.go
2+
*lib/credentials.go
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

daemon/cmd/check_image_syntax.go renamed to repository-manager/cmd/check_image_syntax.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
"github.com/spf13/cobra"
88

9-
"github.com/cvmfs/docker-graphdriver/daemon/lib"
9+
"github.com/cvmfs/docker-graphdriver/repository-manager/lib"
1010
)
1111

1212
var (

daemon/cmd/convert.go renamed to repository-manager/cmd/convert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
log "github.com/sirupsen/logrus"
88
"github.com/spf13/cobra"
99

10-
"github.com/cvmfs/docker-graphdriver/daemon/lib"
10+
"github.com/cvmfs/docker-graphdriver/repository-manager/lib"
1111
)
1212

1313
var (

daemon/cmd/download_manifest.go renamed to repository-manager/cmd/download_manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
log "github.com/sirupsen/logrus"
99
"github.com/spf13/cobra"
1010

11-
"github.com/cvmfs/docker-graphdriver/daemon/lib"
11+
"github.com/cvmfs/docker-graphdriver/repository-manager/lib"
1212
)
1313

1414
var (

0 commit comments

Comments
 (0)