gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24830 - gnunet-update/gnunet_update


From: gnunet
Subject: [GNUnet-SVN] r24830 - gnunet-update/gnunet_update
Date: Thu, 8 Nov 2012 01:49:10 +0100

Author: harsha
Date: 2012-11-08 01:49:10 +0100 (Thu, 08 Nov 2012)
New Revision: 24830

Modified:
   gnunet-update/gnunet_update/install.py
Log:
helpful output

Modified: gnunet-update/gnunet_update/install.py
===================================================================
--- gnunet-update/gnunet_update/install.py      2012-11-07 23:38:15 UTC (rev 
24829)
+++ gnunet-update/gnunet_update/install.py      2012-11-08 00:49:10 UTC (rev 
24830)
@@ -140,6 +140,7 @@
             selected_groups.extend (matched_groups)
 
     #Platform check is done; now unpack the tarfile into destination directory
+    print "Installing. Please wait, this may take a while..."
     package_tarfile = tarfile.open(args[0],'r')
     install_dir = args[1]
     try:
@@ -198,7 +199,7 @@
             print (dep_tarinfo.name + 
                    " not matched with the expected hash " + dep.hash)
             print "Given package contains code not signed by trusted packager"
-            print "Installation failed due to security reasons."
+            print "Installation aborted due to security reasons."
             package_tarfile.close()
             os.chdir(orig_working_dir)
             shutil.rmtree(install_dir)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]