[meld] maint: Add instructions in lieu of actual functionality



commit 1ac7b534c8bbbe6e1a0a0a88a5931a037f504c30
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Aug 23 08:06:54 2014 +1000

    maint: Add instructions in lieu of actual functionality

 maint.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/maint.py b/maint.py
index 07aa64d..44f725b 100755
--- a/maint.py
+++ b/maint.py
@@ -393,13 +393,17 @@ def make_release(ctx):
     archive_path = ctx.forward(dist)
     ctx.forward(tag)
     ctx.forward(upload, path=archive_path)
-    # TODO: ssh in and run ftpadmin install
     # Create 2 draft emails
     # Create markdown NEWS section
     ctx.forward(version_bump)
     commit()
     push()
 
+    # TODO: ssh in and run ftpadmin install
+    click.echo('\nNow run:')
+    click.echo('ssh %s' % UPLOAD_SERVER)
+    click.echo('ftpadmin install %s' % os.path.basename(archive_path))
+
 
 if __name__ == '__main__':
     # FIXME: Should include sanity check that we're at the top level of the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]