utils/spacewalk-clone-by-date.sgml
by Dimitar Yordanov
utils/spacewalk-clone-by-date.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c9d5dcfedc0d70fe55e1beb11075a051ace18bd3
Author: Dimitar Yordanov <dyordano(a)redhat.com>
Date: Fri Aug 30 18:08:46 2013 +0200
966644 - update the sw-clone-by-date man page
diff --git a/utils/spacewalk-clone-by-date.sgml b/utils/spacewalk-clone-by-date.sgml
index 1c5dff7..f2fbf8f 100644
--- a/utils/spacewalk-clone-by-date.sgml
+++ b/utils/spacewalk-clone-by-date.sgml
@@ -83,7 +83,7 @@ Utility for cloning errata by date.
<RefSect1><Title>Description</Title>
<para>
- <emphasis>spacewalk-clone-by-date</emphasis> clones all the errata belonging to a specified channel, as of a specific date.
+ <emphasis>spacewalk-clone-by-date</emphasis> tool, clones all the errata belonging to a specified channel, as of a specific date.
</para>
<para>
9 years, 9 months
java/code
by Dimitar Yordanov
java/code/src/com/redhat/rhn/frontend/xmlrpc/system/SystemHandler.java | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
New commits:
commit 4893279629ff5685152eee8bd7ebb12cd4aa81b1
Author: Dimitar Yordanov <dyordano(a)redhat.com>
Date: Fri Aug 30 12:31:41 2013 +0200
906315 - Links in API documentation
diff --git a/java/code/src/com/redhat/rhn/frontend/xmlrpc/system/SystemHandler.java b/java/code/src/com/redhat/rhn/frontend/xmlrpc/system/SystemHandler.java
index ac5e8f3..1abaeff 100644
--- a/java/code/src/com/redhat/rhn/frontend/xmlrpc/system/SystemHandler.java
+++ b/java/code/src/com/redhat/rhn/frontend/xmlrpc/system/SystemHandler.java
@@ -2709,10 +2709,13 @@ public class SystemHandler extends BaseHandler {
* @return an array of Integers containing the system Ids
*
* @xmlrpc.doc Returns a list of system IDs whose name matches
- * the supplied regular expression.
+ * the supplied regular expression(defined by
+ * <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/regex/Pattern.html">
+ * Java representation of regular expressions</a>)
+ *
* @xmlrpc.param #param("string", "sessionKey")
- * @xmlrpc.param #param_desc("string", "regexp", "A regular expression as defined
- * at http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html")
+ * @xmlrpc.param #param_desc("string", "regexp", "A regular expression")
+ *
* @xmlrpc.returntype
* #array()
* $SystemOverviewSerializer
9 years, 9 months
java/code
by Tomas Lestach
java/code/src/com/redhat/rhn/common/db/datasource/xml/Channel_queries.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 081173fb42eff6c7cbab122cddf83790b9598145
Author: Tomas Lestach <tlestach(a)redhat.com>
Date: Fri Aug 30 14:24:30 2013 +0200
1002912 - fix Systems Subscribed column on the /rhn/channels/software/Entitlements.do page
diff --git a/java/code/src/com/redhat/rhn/common/db/datasource/xml/Channel_queries.xml b/java/code/src/com/redhat/rhn/common/db/datasource/xml/Channel_queries.xml
index f5c9de9..a35cb83 100644
--- a/java/code/src/com/redhat/rhn/common/db/datasource/xml/Channel_queries.xml
+++ b/java/code/src/com/redhat/rhn/common/db/datasource/xml/Channel_queries.xml
@@ -216,7 +216,7 @@ ORDER BY UPPER(C.name)
<query params="org_id">
SELECT CFO.id, CFO.name, CFO.label, CFO.current_members, CFO.max_members, CFO.has_subscription, CFO.url,
CFO.fve_current_members as current_flex, CFO.fve_max_members as max_flex,
- (select count(*)
+ (select count(distinct s.id)
from rhnServerChannel sc
inner join rhnChannelFamilyMembers CFM on CFM.channel_id = sc.channel_id
inner join rhnServer s on s.id = sc.server_id
9 years, 9 months
Changes to 'refs/tags/spacewalk-proxy-2.1.10-1'
by Michael Mraka
Tag 'spacewalk-proxy-2.1.10-1' created by Michael Mraka <michael.mraka(a)redhat.com> at 2013-08-30 12:38 +0000
Tagging package [spacewalk-proxy] version [2.1.10-1] in directory [proxy/proxy/].
Changes since spacewalk-proxy-2.1.9-1:
Michael Mraka (2):
fixed pylint error
Automatic commit of package [spacewalk-proxy] release [2.1.10-1].
---
proxy/proxy/rhnShared.py | 2 +-
proxy/proxy/spacewalk-proxy.spec | 5 ++++-
rel-eng/packages/spacewalk-proxy | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
---
9 years, 9 months
2 commits - proxy/proxy rel-eng/packages
by Michael Mraka
proxy/proxy/rhnShared.py | 2 +-
proxy/proxy/spacewalk-proxy.spec | 5 ++++-
rel-eng/packages/spacewalk-proxy | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
New commits:
commit 1f915124a34c6837e6002604e20ce1199e0d616f
Author: Michael Mraka <michael.mraka(a)redhat.com>
Date: Fri Aug 30 14:38:32 2013 +0200
Automatic commit of package [spacewalk-proxy] release [2.1.10-1].
diff --git a/proxy/proxy/spacewalk-proxy.spec b/proxy/proxy/spacewalk-proxy.spec
index 48ca81a..f82c126 100644
--- a/proxy/proxy/spacewalk-proxy.spec
+++ b/proxy/proxy/spacewalk-proxy.spec
@@ -4,7 +4,7 @@ Group: Applications/Internet
License: GPLv2
URL: https://fedorahosted.org/spacewalk
Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
-Version: 2.1.9
+Version: 2.1.10
Release: 1%{?dist}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python
@@ -312,6 +312,9 @@ fi
%changelog
+* Fri Aug 30 2013 Michael Mraka <michael.mraka(a)redhat.com> 2.1.10-1
+- fixed pylint error
+
* Fri Aug 30 2013 Michael Mraka <michael.mraka(a)redhat.com> 2.1.9-1
- 1002007 - don't send empty data
- 1002007 - python 2.4 HTTPConnection can't read directly from object
diff --git a/rel-eng/packages/spacewalk-proxy b/rel-eng/packages/spacewalk-proxy
index a54daa2..2f2ca38 100644
--- a/rel-eng/packages/spacewalk-proxy
+++ b/rel-eng/packages/spacewalk-proxy
@@ -1 +1 @@
-2.1.9-1 proxy/proxy/
+2.1.10-1 proxy/proxy/
commit eaaa9d48395d4b1b706ee0b48d366f66e9926fda
Author: Michael Mraka <michael.mraka(a)redhat.com>
Date: Fri Aug 30 14:38:00 2013 +0200
fixed pylint error
diff --git a/proxy/proxy/rhnShared.py b/proxy/proxy/rhnShared.py
index 157a427..c2c55ea 100644
--- a/proxy/proxy/rhnShared.py
+++ b/proxy/proxy/rhnShared.py
@@ -363,7 +363,7 @@ class SharedHandler:
# Send the body too if there is a body
if size > 0:
- if sys.version_info < (2,6):
+ if sys.version_info < (2, 6):
data = self.req.headers_in['wsgi.input'].read(size)
else:
data = self.req.headers_in['wsgi.input']
9 years, 9 months
Changes to 'refs/tags/spacewalk-proxy-2.1.9-1'
by Michael Mraka
Tag 'spacewalk-proxy-2.1.9-1' created by Michael Mraka <michael.mraka(a)redhat.com> at 2013-08-30 12:27 +0000
Tagging package [spacewalk-proxy] version [2.1.9-1] in directory [proxy/proxy/].
Changes since spacewalk-backend-2.1.14-1:
Michael Mraka (3):
1002007 - python 2.4 HTTPConnection can't read directly from object
1002007 - don't send empty data
Automatic commit of package [spacewalk-proxy] release [2.1.9-1].
---
proxy/proxy/rhnShared.py | 8 ++++++--
proxy/proxy/spacewalk-proxy.spec | 6 +++++-
rel-eng/packages/spacewalk-proxy | 2 +-
3 files changed, 12 insertions(+), 4 deletions(-)
---
9 years, 9 months
3 commits - proxy/proxy rel-eng/packages
by Michael Mraka
proxy/proxy/rhnShared.py | 8 ++++++--
proxy/proxy/spacewalk-proxy.spec | 6 +++++-
rel-eng/packages/spacewalk-proxy | 2 +-
3 files changed, 12 insertions(+), 4 deletions(-)
New commits:
commit dafdc3d2245f8f8ec02ddbe92be316a3ab2505a8
Author: Michael Mraka <michael.mraka(a)redhat.com>
Date: Fri Aug 30 14:27:48 2013 +0200
Automatic commit of package [spacewalk-proxy] release [2.1.9-1].
diff --git a/proxy/proxy/spacewalk-proxy.spec b/proxy/proxy/spacewalk-proxy.spec
index d2e51d4..48ca81a 100644
--- a/proxy/proxy/spacewalk-proxy.spec
+++ b/proxy/proxy/spacewalk-proxy.spec
@@ -4,7 +4,7 @@ Group: Applications/Internet
License: GPLv2
URL: https://fedorahosted.org/spacewalk
Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
-Version: 2.1.8
+Version: 2.1.9
Release: 1%{?dist}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python
@@ -312,6 +312,10 @@ fi
%changelog
+* Fri Aug 30 2013 Michael Mraka <michael.mraka(a)redhat.com> 2.1.9-1
+- 1002007 - don't send empty data
+- 1002007 - python 2.4 HTTPConnection can't read directly from object
+
* Fri Aug 30 2013 Michael Mraka <michael.mraka(a)redhat.com> 2.1.8-1
- 1002007 - use mod_wsgi even on RHEL5
diff --git a/rel-eng/packages/spacewalk-proxy b/rel-eng/packages/spacewalk-proxy
index 61bb848..a54daa2 100644
--- a/rel-eng/packages/spacewalk-proxy
+++ b/rel-eng/packages/spacewalk-proxy
@@ -1 +1 @@
-2.1.8-1 proxy/proxy/
+2.1.9-1 proxy/proxy/
commit cd5f85734304214dc40470b5e4ef6b96c89ffc47
Author: Michael Mraka <michael.mraka(a)redhat.com>
Date: Fri Aug 30 14:24:06 2013 +0200
1002007 - don't send empty data
addressing
Traceback (most recent call last):
File "/usr/share/rhn/proxy/apacheServer.py", line 62, in __call__
ret = f(req)
File "/usr/share/rhn/proxy/apacheHandler.py", line 355, in handler
ret = handlerObj.handler()
File "/usr/share/rhn/proxy/redirect/rhnRedirect.py", line 92, in handler
status = self._serverCommo() # part 2
File "/usr/share/rhn/proxy/rhnShared.py", line 201, in _serverCommo
status, headers, bodyFd = self._proxy2server()
File "/usr/share/rhn/proxy/rhnShared.py", line 370, in _proxy2server
http_connection.send(data)
File "/usr/lib64/python2.4/httplib.py", line 664, in send
self.sock.sendall(str)
File "/usr/lib/python2.4/site-packages/rhn/SSL.py", line 217, in write
sent = self._connection.send(data)
SysCallError: (-1, 'Unexpected EOF')
diff --git a/proxy/proxy/rhnShared.py b/proxy/proxy/rhnShared.py
index 8f29bd0..157a427 100644
--- a/proxy/proxy/rhnShared.py
+++ b/proxy/proxy/rhnShared.py
@@ -362,7 +362,7 @@ class SharedHandler:
http_connection.endheaders()
# Send the body too if there is a body
- if size != 0:
+ if size > 0:
if sys.version_info < (2,6):
data = self.req.headers_in['wsgi.input'].read(size)
else:
commit a668455d94efcbba5de8c44930d01d27448c81fe
Author: Michael Mraka <michael.mraka(a)redhat.com>
Date: Fri Aug 30 14:20:32 2013 +0200
1002007 - python 2.4 HTTPConnection can't read directly from object
diff --git a/proxy/proxy/rhnShared.py b/proxy/proxy/rhnShared.py
index 137e438..8f29bd0 100644
--- a/proxy/proxy/rhnShared.py
+++ b/proxy/proxy/rhnShared.py
@@ -363,7 +363,11 @@ class SharedHandler:
# Send the body too if there is a body
if size != 0:
- http_connection.send(self.req.headers_in['wsgi.input'])
+ if sys.version_info < (2,6):
+ data = self.req.headers_in['wsgi.input'].read(size)
+ else:
+ data = self.req.headers_in['wsgi.input']
+ http_connection.send(data)
# At this point everything is sent to the server
# We now wait for the response
9 years, 9 months
Changes to 'refs/tags/spacewalk-backend-2.1.14-1'
by Michael Mraka
Tag 'spacewalk-backend-2.1.14-1' created by Michael Mraka <michael.mraka(a)redhat.com> at 2013-08-30 11:38 +0000
Tagging package [spacewalk-backend] version [2.1.14-1] in directory [backend/].
Changes since spacewalk-proxy-2.1.8-1:
Michael Mraka (1):
Automatic commit of package [spacewalk-backend] release [2.1.14-1].
---
backend/spacewalk-backend.spec | 6 +++++-
rel-eng/packages/spacewalk-backend | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
---
9 years, 9 months
backend/spacewalk-backend.spec rel-eng/packages
by Michael Mraka
backend/spacewalk-backend.spec | 6 +++++-
rel-eng/packages/spacewalk-backend | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
New commits:
commit c1901cf31934d59215b7dd72e4ced1af7db3933f
Author: Michael Mraka <michael.mraka(a)redhat.com>
Date: Fri Aug 30 13:38:14 2013 +0200
Automatic commit of package [spacewalk-backend] release [2.1.14-1].
diff --git a/backend/spacewalk-backend.spec b/backend/spacewalk-backend.spec
index cca1494..f312255 100644
--- a/backend/spacewalk-backend.spec
+++ b/backend/spacewalk-backend.spec
@@ -11,7 +11,7 @@ Name: spacewalk-backend
Summary: Common programs needed to be installed on the Spacewalk servers/proxies
Group: Applications/Internet
License: GPLv2
-Version: 2.1.13
+Version: 2.1.14
Release: 1%{?dist}
URL: https://fedorahosted.org/spacewalk
Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
@@ -628,6 +628,10 @@ rm -f %{rhnconf}/rhnSecret.py*
# $Id$
%changelog
+* Fri Aug 30 2013 Michael Mraka <michael.mraka(a)redhat.com> 2.1.14-1
+- don't install / build mod_python stuff
+- removed unused mod_python stuff
+
* Fri Aug 30 2013 Tomas Lestach <tlestach(a)redhat.com> 2.1.13-1
- 1002193 - remove spacewalk-backend-libs dependency from rhncfg
diff --git a/rel-eng/packages/spacewalk-backend b/rel-eng/packages/spacewalk-backend
index 5d3f20d..8f9923d 100644
--- a/rel-eng/packages/spacewalk-backend
+++ b/rel-eng/packages/spacewalk-backend
@@ -1 +1 @@
-2.1.13-1 backend/
+2.1.14-1 backend/
9 years, 9 months
Changes to 'refs/tags/spacewalk-proxy-2.1.8-1'
by Michael Mraka
Tag 'spacewalk-proxy-2.1.8-1' created by Michael Mraka <michael.mraka(a)redhat.com> at 2013-08-30 11:38 +0000
Tagging package [spacewalk-proxy] version [2.1.8-1] in directory [proxy/proxy/].
Changes since spacewalk-web-2.1.16-1:
Michael Mraka (4):
removed unused mod_python stuff
don't install / build mod_python stuff
1002007 - use mod_wsgi even on RHEL5
Automatic commit of package [spacewalk-proxy] release [2.1.8-1].
---
backend/Makefile.backend | 2
backend/apache-conf/zz-spacewalk-server-python.conf | 15 -
backend/httpd-conf/Makefile | 13 -
backend/httpd-conf/rhn/spacewalk-backend-app.conf | 23 --
backend/httpd-conf/rhn/spacewalk-backend-applet.conf | 24 --
backend/httpd-conf/rhn/spacewalk-backend-config-management-tool.conf | 24 --
backend/httpd-conf/rhn/spacewalk-backend-config-management.conf | 24 --
backend/httpd-conf/rhn/spacewalk-backend-package-push.conf | 26 ---
backend/httpd-conf/rhn/spacewalk-backend-sat-dump-internal.conf | 18 --
backend/httpd-conf/rhn/spacewalk-backend-sat.conf | 24 --
backend/httpd-conf/rhn/spacewalk-backend-xmlrpc.conf | 24 --
backend/spacewalk-backend.spec | 11 -
proxy/proxy/httpd-conf/spacewalk-proxy-python.conf | 86 ----------
proxy/proxy/spacewalk-proxy.spec | 24 --
rel-eng/packages/spacewalk-proxy | 2
15 files changed, 6 insertions(+), 334 deletions(-)
---
9 years, 9 months