Mercurial > code > home > repos > homeauto
annotate service/environment/tasks.py @ 1727:23e6154e6c11
file moves
author | drewp@bigasterisk.com |
---|---|
date | Tue, 20 Jun 2023 23:26:24 -0700 |
parents | 4167101b816f |
children |
rev | line source |
---|---|
738 | 1 from invoke import Collection |
2 import sys | |
3 sys.path.append('/my/proj/release') | |
4 from serv_tasks import serv_tasks | |
722
a93fbf0d0daa
dep updates; graph url renames; and other build updates
drewp@bigasterisk.com
parents:
440
diff
changeset
|
5 |
738 | 6 ns = Collection() |
7 serv_tasks(ns, 'serv.n3', 'environment') |