Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f85d0d commit cd247dcCopy full SHA for cd247dc
fabfile.py
@@ -10,6 +10,7 @@
10
from fabric.task_utils import crawl
11
12
# Our command submodules
13
+import apt
14
import cache
15
import licensify
16
import mongo
vm.py
@@ -15,16 +15,6 @@ def disk():
"""Show disk usage"""
run('df -kh')
17
18
-@task
19
-def updates():
20
- """Show package counts needing updates"""
21
- run("cat /var/lib/update-notifier/updates-available")
22
-
23
24
-def upgrade():
25
- """Upgrade packages with apt-get"""
26
- sudo("apt-get update; apt-get upgrade -y")
27
28
@task
29
def stopped_jobs():
30
"""Find stopped govuk application jobs"""
0 commit comments