[opensuse-buildservice] Replacement for my_work?
Hi, I have a script to query factory reminder mails and a lot of people seem to rely on them, but some update on build.opensuse.org broke it. Here is my code: my $ua = LWP::UserAgent->new; $ua->timeout(15); $ua->default_header("Accept" => "application/json"); my $mywork = $ua->get("https://build.opensuse.org/home/my_work?user=$user"); unless ($mywork->is_success) { die $mywork->status_line; } -> Here it always dies with a error 500 Please provide a replacement. Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hey, On 18.03.2013 13:24, Stephan Kulow wrote:
I have a script to query factory reminder mails and a lot of people seem to rely on them, but some update on build.opensuse.org broke it.
...
Please provide a replacement.
Of course I read your wishes from your eyes so I've already fixed that last Friday. https://github.com/openSUSE/open-build-service/commit/32bd6c0a69d829f6546f6f... Henne -- Henne Vogelsang http://www.opensuse.org Everybody has a plan, until they get hit. - Mike Tyson -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On 18.03.2013 13:40, Henne Vogelsang wrote:
Hey,
On 18.03.2013 13:24, Stephan Kulow wrote:
I have a script to query factory reminder mails and a lot of people seem to rely on them, but some update on build.opensuse.org broke it.
...
Please provide a replacement.
Of course I read your wishes from your eyes so I've already fixed that last Friday.
https://github.com/openSUSE/open-build-service/commit/32bd6c0a69d829f6546f6f...
That's just wonderful - when is the next maintenance window to deploy the change, so I can test? Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Quoting Stephan Kulow <coolo@suse.de>:
That's just wonderful - when is the next maintenance window to deploy the change, so I can test?
<pun reason="intended"> There are 'planned' maintenance windows when new code can be deployed? All according to release and change management? when did that happen? :P </pun> Have a good evening all! -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hey, On 18.03.2013 19:23, Dominique Leuenberger a.k.a. Dimstar wrote:
Quoting Stephan Kulow <coolo@suse.de>:
That's just wonderful - when is the next maintenance window to deploy the change, so I can test?
<pun reason="intended"> There are 'planned' maintenance windows when new code can be deployed? All according to release and change management?
when did that happen? :P </pun>
I guess you don't realize that we are only 3 people who are responsible for development of OBS and maintenance/administration of the three biggest instances. Do you have an idea what kind of personal commitment this means to this project? But anyway, thanks for shitting all over it :) Henne -- Henne Vogelsang http://www.opensuse.org Everybody has a plan, until they get hit. - Mike Tyson -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Dominique Leuenberger a.k.a. Dimstar
-
Henne Vogelsang
-
Stephan Kulow