Hello community,

here is the log from the commit of package WALinuxAgent for openSUSE:Factory 
checked in at 2014-10-08 22:13:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/WALinuxAgent (Old)
 and      /work/SRC/openSUSE:Factory/.WALinuxAgent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "WALinuxAgent"

Changes:
--------
--- /work/SRC/openSUSE:Factory/WALinuxAgent/WALinuxAgent.changes        
2014-09-17 17:24:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.WALinuxAgent.new/WALinuxAgent.changes   
2014-10-08 22:13:49.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 26 12:03:18 UTC 2014 - rschweik...@suse.com
+
+- Update to version 2.0.8
+  + Fix for extension timeout handling
+
+-------------------------------------------------------------------

Old:
----
  WALinuxAgent-2.0.7.tar.bz2

New:
----
  WALinuxAgent-2.0.8.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ WALinuxAgent.spec ++++++
--- /var/tmp/diff_new_pack.5MESbR/_old  2014-10-08 22:13:50.000000000 +0200
+++ /var/tmp/diff_new_pack.5MESbR/_new  2014-10-08 22:13:50.000000000 +0200
@@ -20,7 +20,7 @@
 Summary:        The Windows Azure Linux Agent
 License:        Apache-2.0
 Group:          System/Daemons
-Version:        2.0.7
+Version:        2.0.8
 Release:        0
 Url:            https://github.com/WindowsAzure/WALinuxAgent
 Source0:        WALinuxAgent-%{version}.tar.bz2

++++++ WALinuxAgent-2.0.7.tar.bz2 -> WALinuxAgent-2.0.8.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WALinuxAgent-2.0.7/Changelog 
new/WALinuxAgent-2.0.8/Changelog
--- old/WALinuxAgent-2.0.7/Changelog    2014-08-08 09:05:01.000000000 +0200
+++ new/WALinuxAgent-2.0.8/Changelog    2014-08-25 09:52:47.000000000 +0200
@@ -1,5 +1,8 @@
 WALinuxAgent                                                          Changelog
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+25 Aug 2014, WALinuxAgent 2.0.8
+   . Fix for extension timeout handling
+
 08 Aug 2014, WALinuxAgent 2.0.7
    . Add warning for resource disk data loss
    . Multiple fixes for provisioning and extension handler
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WALinuxAgent-2.0.7/waagent 
new/WALinuxAgent-2.0.8/waagent
--- old/WALinuxAgent-2.0.7/waagent      2014-08-08 09:05:01.000000000 +0200
+++ new/WALinuxAgent-2.0.8/waagent      2014-08-25 09:52:47.000000000 +0200
@@ -78,7 +78,7 @@
     
 GuestAgentName = "WALinuxAgent"
 GuestAgentLongName = "Windows Azure Linux Agent"
-GuestAgentVersion = "WALinuxAgent-2.0.7"
+GuestAgentVersion = "WALinuxAgent-2.0.8"
 ProtocolVersion = "2012-11-30" #WARNING this value is used to confirm the 
correct fabric protocol.
 
 Config = None
@@ -3158,8 +3158,8 @@
             time.sleep(5)
             retry-=1
         if retry==0:
-            Error('Process exceeded timeout of ' + timeout + ' seconds. 
Terminating process ' + str(pid))
-            SimpleLog(plugin_log,'Process exceeded timeout of ' + timeout + ' 
seconds. Terminating process ' + str(pid))
+            Error('Process exceeded timeout of ' + str(timeout) + ' seconds. 
Terminating process ' + str(pid))
+            SimpleLog(plugin_log,'Process exceeded timeout of ' + str(timeout) 
+ ' seconds. Terminating process ' + str(pid))
 
             os.kill(pid,9)
             return None

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to