Mercurial > code > home > repos > homeauto
annotate service/environment/tasks.py @ 738:4167101b816f
build update, use logging lib
Ignore-this: 4e8ca41fbac2056010d9b6d96d3cdfc7
author | drewp@bigasterisk.com |
---|---|
date | Mon, 10 Feb 2020 00:03:38 -0800 |
parents | a93fbf0d0daa |
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') |