MCPcopy
hub / github.com/perkeep/perkeep / failIfCamlistoreOrgDir

Function failIfCamlistoreOrgDir

make.go:365–378  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

363}
364
365func failIfCamlistoreOrgDir() {
366 dir, _ := os.Getwd()
367 if strings.HasSuffix(dir, "camlistore.org") {
368 log.Fatalf(`Camlistore was renamed to Perkeep. Your current directory (%s) looks like a camlistore.org directory.
369
370We're expecting you to be in a perkeep.org directory now.
371
372See https://github.com/perkeep/perkeep/issues/981#issuecomment-354690313 for details.
373
374You need to rename your "camlistore.org" parent directory to "perkeep.org"
375
376`, dir)
377 }
378}

Callers 1

mainFunction · 0.85

Calls 1

FatalfMethod · 0.65

Tested by

no test coverage detected