mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-26 07:28:20 +08:00
bump repo version and update migration dist path
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
@ -36,7 +36,7 @@ const LockFile = "repo.lock"
|
|||||||
var log = logging.Logger("fsrepo")
|
var log = logging.Logger("fsrepo")
|
||||||
|
|
||||||
// version number that we are currently expecting to see
|
// version number that we are currently expecting to see
|
||||||
var RepoVersion = 6
|
var RepoVersion = 7
|
||||||
|
|
||||||
var migrationInstructions = `See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md
|
var migrationInstructions = `See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md
|
||||||
Sorry for the inconvenience. In the future, these will run automatically.`
|
Sorry for the inconvenience. In the future, these will run automatically.`
|
||||||
|
@ -15,7 +15,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
var DistPath = "https://ipfs.io/ipfs/QmR6d2gePmBmsqkESwjpbLrHHJGLx2qDyWysqpuNcJgsnK"
|
var DistPath = "https://ipfs.io/ipfs/QmZLYJBVBK8nqc5JTHp6CZU1v9Ja3MvGrkCe61PfCecc6E"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {
|
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {
|
||||||
|
Reference in New Issue
Block a user