Mailinglist Archive: opensuse-commit (1385 mails)
| < Previous | Next > |
commit webyast-roles-ws for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 16 May 2011 18:23:57 +0200
- Message-id: <20110516162357.EBF492029C@hilbert.suse.de>
Hello community,
here is the log from the commit of package webyast-roles-ws for openSUSE:Factory
checked in at Mon May 16 18:23:57 CEST 2011.
--------
--- webyast-roles-ws/webyast-roles-ws.changes 2011-02-08 17:53:42.000000000
+0100
+++ webyast-roles-ws/webyast-roles-ws.changes 2011-05-02 14:40:14.000000000
+0200
@@ -1,0 +2,12 @@
+Mon May 2 12:40:09 UTC 2011 - schubi@xxxxxxxxxx
+
+- adapt caching to the new job handling
+- 0.2.4
+
+-------------------------------------------------------------------
+Tue Apr 12 13:26:01 UTC 2011 - schubi@xxxxxxxxxx
+
+- new caching
+- 0.2.3
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ webyast-roles-ws.spec ++++++
--- /var/tmp/diff_new_pack.vhjOPX/_old 2011-05-16 18:23:20.000000000 +0200
+++ /var/tmp/diff_new_pack.vhjOPX/_new 2011-05-16 18:23:20.000000000 +0200
@@ -20,11 +20,11 @@
Name: webyast-roles-ws
Provides: WebYaST(org.opensuse.yast.roles)
PreReq: yast2-webservice
-License: GPLv2
+License: GPL v2 only
Group: Productivity/Networking/Web/Utilities
Url: http://en.opensuse.org/Portal:WebYaST
AutoReqProv: on
-Version: 0.2.2
+Version: 0.2.4
Release: 1
Summary: WebYaST - role management service
Source: www.tar.bz2
@@ -43,7 +43,7 @@
#
%package testsuite
-License: GPLv2
+
Group: Productivity/Networking/Web/Utilities
Requires: %{name} = %{version}
Requires: webyast-base-ws-testsuite
++++++ www.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/www/app/models/role.rb new/www/app/models/role.rb
--- old/www/app/models/role.rb 2011-02-01 10:49:11.000000000 +0100
+++ new/www/app/models/role.rb 2011-04-11 12:49:05.000000000 +0200
@@ -19,6 +19,8 @@
# you may find current contact information at www.novell.com
#++
+#caching makes no sense here cause the info comes from a Yaml file
+
require 'yaml'
require 'exceptions'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/www/config/resources/role.yml
new/www/config/resources/role.yml
--- old/www/config/resources/role.yml 2010-08-27 14:58:55.000000000 +0200
+++ new/www/config/resources/role.yml 2011-04-11 12:49:05.000000000 +0200
@@ -1,4 +1,10 @@
interface: org.opensuse.yast.roles
controller: roles
singular: false
+#cache:
+# enabled: true/false
+# priority: -100..100
+# reload_after: seconds (0 == do not reload)
+cache:
+ enabled: false
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |