~blake-rouse/maas/is-importing

« back to all changes in this revision

Viewing changes to services/reloader/run

  • Committer: MAAS Lander
  • Author(s): Gavin Panella
  • Date: 2016-12-06 12:47:00 UTC
  • mfrom: (5550.2.4 remove-maas)
  • Revision ID: maas_lander-20161206124700-8eo3kl6iae9wf3nr
[r=blake-rouse][bug=1646748][author=allenap] Remove src/maas.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
        exclude_filter=lambda path: (
129
129
            "/test/" in path or "/testing/" in path or "/." in path))
130
130
    wm.add_watch(
131
 
        ["src/maas*", "src/meta*"], TRIGGER_EVENTS,
 
131
        ["src/maasserver", "src/metadataserver"], TRIGGER_EVENTS,
132
132
        proc_fun=handle_maas_change, rec=True, auto_add=True, do_glob=True)
133
133
    wm.add_watch(
134
134
        ["src/prov*"], TRIGGER_EVENTS, proc_fun=handle_pserv_change,