[condor-ec2-enhanced-hooks/f16] The translate hook will throw an error if it is unable to open the RSA public key or the AWS access/

rrati rrati at fedoraproject.org
Tue Aug 30 14:57:49 UTC 2011


commit f3c8308575ccbc95df23b4dc5016bee830081a56
Author: Robert Rati <rrati at redhat.com>
Date:   Tue Aug 30 09:57:02 2011 -0500

    The translate hook will throw an error if it is unable to open the RSA
    public key or the AWS access/secret access key files

 .gitignore                     |    1 +
 condor-ec2-enhanced-hooks.spec |    5 ++++-
 sources                        |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2ad469..1cbc2e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ condor-ec2-enhanced-hooks-1.0-19.tar.gz
 /condor-ec2-enhanced-hooks-1.1-2.tar.gz
 /condor-ec2-enhanced-hooks-1.2-1.tar.gz
 /condor-ec2-enhanced-hooks-1.2-2.tar.gz
+/condor-ec2-enhanced-hooks-1.2-3.tar.gz
diff --git a/condor-ec2-enhanced-hooks.spec b/condor-ec2-enhanced-hooks.spec
index 6ece827..5bae4a3 100644
--- a/condor-ec2-enhanced-hooks.spec
+++ b/condor-ec2-enhanced-hooks.spec
@@ -1,5 +1,5 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%define rel 2
+%define rel 3
 
 Summary: Condor EC2 Enhanced hooks
 Name: condor-ec2-enhanced-hooks
@@ -74,6 +74,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/condorec2e/sqs.py*
 
 %changelog
+* Tue Aug 30 2011  <rrati at redhat> - 1.2-3
+- Raise exception if the translate hook is unable to read important files
+
 * Tue Jul  5 2011  <rrati at redhat> - 1.2-2
 - Updated docs
 - Changed example config file to be easily dropped into /etc/condor/config.d
diff --git a/sources b/sources
index 0a1a8b0..c2a30b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a9d6e2634b8c190008f60786451767e9  condor-ec2-enhanced-hooks-1.2-2.tar.gz
+916388be32e42a59661d44b1d45d2ad2  condor-ec2-enhanced-hooks-1.2-3.tar.gz


More information about the scm-commits mailing list