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 = {

...