Mercurial > code > home > repos > infra
comparison tasks.py @ 96:b70070570e10
new task for building ntop from source
author | drewp@bigasterisk.com |
---|---|
date | Fri, 15 Jul 2022 14:33:16 -0700 |
parents | f0e59adf7b91 |
children | 8b8ef9d8f0fd |
comparison
equal
deleted
inserted
replaced
95:dd0db3c78329 | 96:b70070570e10 |
---|---|
68 | 68 |
69 @task | 69 @task |
70 def mail(ctx): | 70 def mail(ctx): |
71 ctx.run(cmd + 'inventory.py mail.py ', pty=True) | 71 ctx.run(cmd + 'inventory.py mail.py ', pty=True) |
72 | 72 |
73 @task | |
74 def pipe(ctx): | |
75 ctx.run(cmd + 'inventory.py pipe.py --limit pipe', pty=True) | |
76 | |
73 | 77 |
74 @task | 78 @task |
75 def all(ctx): | 79 def all(ctx): |
76 configs = [ | 80 configs = [ |
77 'users.py', | 81 'users.py', |