Mercurial > code > home > repos > homeauto
annotate service/environment/tasks.py @ 1581:137ba2d6d016 0.5.0
release 0.5.0
author | drewp@bigasterisk.com |
---|---|
date | Sun, 29 Aug 2021 13:36:08 -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') |