Skip to content

Commit 6ca3621

Browse files
committed
Merge pull request #31 from ipfs/removed-duplicted-ipfs-update
sharness: remove duplicated sharness dependency
2 parents 6b2dc97 + 324c0b4 commit 6ca3621

File tree

25 files changed

+27
-1049
lines changed

25 files changed

+27
-1049
lines changed
File renamed without changes.
File renamed without changes.

sharness/dependencies/ipfs-update/archive.go renamed to Godeps/_workspace/src/github.com/ipfs/ipfs-update/archive.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sharness/dependencies/ipfs-update/install.go renamed to Godeps/_workspace/src/github.com/ipfs/ipfs-update/install.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sharness/dependencies/ipfs-update/main.go renamed to Godeps/_workspace/src/github.com/ipfs/ipfs-update/main.go

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sharness/dependencies/ipfs-update/migrations.go renamed to Godeps/_workspace/src/github.com/ipfs/ipfs-update/migrations.go

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sharness/dependencies/ipfs-update/revert.go renamed to Godeps/_workspace/src/github.com/ipfs/ipfs-update/revert.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sharness/dependencies/ipfs-update/versions.go renamed to Godeps/_workspace/src/github.com/ipfs/ipfs-update/versions.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sharness/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FS_REPO_SRC = ../
2525
IPFS_0_TO_1_SRC = ../ipfs-0-to-1
2626
IPFS_1_TO_2_SRC = ../ipfs-1-to-2
2727
IPFS_2_TO_3_SRC = ../ipfs-2-to-3
28-
IPFS_UPDATE_SRC = ./dependencies/ipfs-update
28+
IPFS_UPDATE_SRC = ../Godeps/_workspace/src/github.com/ipfs/ipfs-update
2929

3030
# User might want to override those on the command line
3131
GOFLAGS =

0 commit comments

Comments
 (0)