Method: Autoproj::Ops.watch_marker_path

Defined in:
lib/autoproj/ops/watch.rb

.watch_marker_path(root_dir) ⇒ Object



3
4
5
# File 'lib/autoproj/ops/watch.rb', line 3

def self.watch_marker_path(root_dir)
    File.join(root_dir, ".autoproj", "watch")
end