Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • vidjil vidjil
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,700
    • Issues 1,700
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 97
    • Merge requests 97
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Si vous êtes un personnel Inria et que vous souhaitez participer aux tests de notre future plateforme Gitlab basée sur la version ultimate avec gitlab LFS activé merci de contacter Didier Chassignol.

  • vidjil
  • vidjilvidjil
  • Issues
  • #4299
Closed
Open
Created May 26, 2020 by Mathieu Giraud@magiraudOwner

TOOL_SIMILARITY in fuse.py

Reported by a user:

The python script tools/fuse.py seems to use a path that does not exist. The error is the following:

! failed: ../algo/tools/similarity

The cause is the following variable / the broken link in ../algo/tools -> ./tools/:

TOOL_SIMILARITY = "../algo/tools/similarity"

It works without the error massage when switching to the following line:

TOOL_SIMILARITY = "./similarity.cgi

The algo path does not exist in releases (contrary to the git). The error does not stop fuse.py, but we should perhaps remove that or put this under an option. see #1990 #3019

Edited May 26, 2020 by Mathieu Giraud
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking