[opensuse-buildservice] [webui] devel:libraries:c_c++ again...
Hi, http://software.opensuse.org/download.html?project=devel:libraries:c_c++&package=boost shows: Error connecting to http://api-opensuse.suse.de///search/published/binary/id?match=project='devel:libraries:c_c%20%20'+and+name='boost': the %20%20 needs to be translate back to "++" Greetings Marguerite -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Thursday 2013-07-04 16:35, Marguerite Su wrote:
Hi,
http://software.opensuse.org/download.html?project=devel:libraries:c_c++&package=boost
'+', in URL encoding, is used to denote space. You must use %2b if you want a plus character. Therefore,
Error connecting to http://api-opensuse.suse.de///search/published/binary/id?match=project='devel:libraries:c_c%20%20'+and+name='boost':
is correct w.r.t. the "+" => "%20" transformation (although it is redundant).
the %20%20 needs to be translate back to "++"
%20 is the space character, not '+' (that's %2b). -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 04.07.2013 19:14, schrieb Jan Engelhardt:
On Thursday 2013-07-04 16:35, Marguerite Su wrote:
Hi,
http://software.opensuse.org/download.html?project=devel:libraries:c_c++&package=boost
'+', in URL encoding, is used to denote space. You must use %2b if you want a plus character.
So we're talking about the "Download package" link on https://build.opensuse.org/package/show/devel:libraries:c_c++/boost There are 2 bugs actually. One is easily fixed: the webui needs to escape url components -> Fixed and deployed. But now software.oo gets this: <status code="404"> <summary>project 'devel:libraries:c_c ' does not exist</summary> I.e. it too doesn't escape the URI Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi, coolo, On Fri, Jul 5, 2013 at 1:00 PM, Stephan Kulow <coolo@suse.de> wrote:
So we're talking about the "Download package" link on https://build.opensuse.org/package/show/devel:libraries:c_c++/boost
There are 2 bugs actually. One is easily fixed: the webui needs to escape url components -> Fixed and deployed.
But now software.oo gets this: <status code="404"> <summary>project 'devel:libraries:c_c ' does not exist</summary>
I.e. it too doesn't escape the URI
Glad you get it! Another webui problems: 1. OBS now can't SR from home:MargueriteSu:branches:M17N to M17N. the submit button at the bottom of the link diff page doesn't work and I have to osc everytime for a while. you can try here: https://build.opensuse.org/package/rdiff/home:MargueriteSu:branches:M17N/presage?opackage=presage&oproject=M17N&rev=5 try submit presage back 2. When submitting a new package from M17N to openSUSE Factory, the "submit package" button (https://build.opensuse.org/package/show/M17N/libkkc) returns https://build.opensuse.org/package/submit_request/M17N/libkkc File not found 404 Greetings Marguerite -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On 05.07.2013 09:19, Marguerite Su wrote:
Hi, coolo,
On Fri, Jul 5, 2013 at 1:00 PM, Stephan Kulow <coolo@suse.de> wrote:
So we're talking about the "Download package" link on https://build.opensuse.org/package/show/devel:libraries:c_c++/boost
There are 2 bugs actually. One is easily fixed: the webui needs to escape url components -> Fixed and deployed.
But now software.oo gets this: <status code="404"> <summary>project 'devel:libraries:c_c ' does not exist</summary>
I.e. it too doesn't escape the URI
Glad you get it! Yeah, I put it in github issues now.
Another webui problems:
1. OBS now can't SR from
Henne was debugging that already yesterday. Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Jan Engelhardt
-
Marguerite Su
-
Stephan Kulow