[csw-devel] SF.net SVN: gar:[14345] csw/mgar/gar/v2/lib/python/csw_upload_pkg.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Apr 20 17:07:13 CEST 2011


Revision: 14345
          http://gar.svn.sourceforge.net/gar/?rev=14345&view=rev
Author:   wahwah
Date:     2011-04-20 15:07:13 +0000 (Wed, 20 Apr 2011)

Log Message:
-----------
csw-upload-pkg: Disabling the password prompt

Before the backend is implemented, disabling the password prompt.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/csw_upload_pkg.py

Modified: csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
===================================================================
--- csw/mgar/gar/v2/lib/python/csw_upload_pkg.py	2011-04-20 14:55:10 UTC (rev 14344)
+++ csw/mgar/gar/v2/lib/python/csw_upload_pkg.py	2011-04-20 15:07:13 UTC (rev 14345)
@@ -571,7 +571,9 @@
       print "*", error_tag
     sys.exit(1)
   username = os.environ["LOGNAME"]
-  password = getpass.getpass("{0}'s pkg release password> ".format(username))
+  # password = getpass.getpass("{0}'s pkg release password> ".format(username))
+  # Disabling for the time being.
+  password = False
   uploader = Srv4Uploader(args,
                           options.rest_url,
                           os_release=os_release,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list