Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Windows worker:

worker_path_map = { 

"\\" = "/"

"/Volumes/farm" = "//Server/farm"

    "/Users/jburk" = "Z:"

    "/Users/jburk/test" = "Y:"   

"/tmp" = "C:/temp"

}

OS X worker:

worker_path_map = {

"\\" = "/"

"//Server/farm" = "/Volumes/farm"

    "Z:" = "/Users/jburk"

    "Y:" = "/Users/jburk/test"   

"C:/temp" = "/tmp"

}

Defaults

None.

See Also

AppFinder Jobs

...