Skip to content

Commit

Permalink
Fixed a few skeletal project issues. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomikazi authored Jul 16, 2019
1 parent 706a2ee commit 28e2e0e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 267 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmd/onos-config/onos-control
cmd/onos-control/onos-control
vendor
build/_output
*.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion build/onos-control/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ USER nobody

COPY --from=base /go/src/github.com/onosproject/onos-control/build/_output/onos-control /usr/local/bin/onos-control

ENTRYPOINT ["onos-config"]
ENTRYPOINT ["onos-control"]
52 changes: 0 additions & 52 deletions pkg/certs/clientcerts.go

This file was deleted.

212 changes: 0 additions & 212 deletions pkg/certs/default-certificates.go

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/cli/command/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
package command

import (
"github.com/onosproject/onos-control/pkg/certs"
"github.com/onosproject/onos-config/pkg/certs"
"github.com/onosproject/onos-control/pkg/northbound"
"github.com/spf13/cobra"
"github.com/spf13/viper"
Expand Down

0 comments on commit 28e2e0e

Please sign in to comment.