Hm...
You have inspired me to try this on the coming weekend. :) With obs
rest/xml api, I need a tiny python script to manage all the things
out. It is easy, you're right.
2012/10/18 Jos Poortvliet <jos(a)opensuse.org>:
> On Sunday, October 07, 2012 12:09:43 Matwey V. Kornilov wrote:
>
>> Hi,
>
>>
>
>> Is there a page to see full list of submit requests, ordered by date? This
>
>> statistics is of quite interest.
>
>>
>
>> For instance, there is no reaction for two month: (It is not ok for devel:
>
>> project, I think)
>
>>
>
>>
>> https://build.opensuse.org/project/requests?project=network%3Amessaging%3Aam
>
>> qp
>
>>
>
>> I think, having such a page, such statistics, one would be able to
>
>> redistribute his power.
>
>
>
> Not a bad idea at all - it'd nice to show which projects need some help,
> which are doing very well etcetera. Maybe a top-ten of fastest SR/MR
> solvers, too ;-)
>
>
>
> Crazy idea: Adrian responded to you that it is possible to request this info
> from the API. If you got the skillzz to do that, it'd be nice to publish
> those statistics somewhere - and that part I could help with. Something like
> a weekly overview of the health of the OBS projects and stuff like that.
>
>
>
> Up for it?
>
>
>
> /Jos
--
With best regards,
Matwey V. Kornilov
http://0x2207.blogspot.com
xmpp:0x2207@jabber.ru
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Open Build Service(OBS) 2.3.4 just got released
===============================================
This is a bugfix release in first place. But also the distribuition default
target list has been updated.
This release is most important for cross build support. Building
against openSUSE 12.2 and Factory for ARM architecture works
now out-of-the-box.
OBS 2.3.4 is published in "openSUSE:Tools" project:
http://download.opensuse.org/repositories/openSUSE:Tools/
Appliances can be used as usual:
http://en.opensuse.org/openSUSE:Build_Service_Appliance
Release Notes:
==============
Feature backports:
==================
* Added "Hostarch" in _buildinfo for osc local builds of cross builds
Changes:
========
* package meta creation of package copy command is not copying
relationships and devel definitions anymore.
* Added openSUSE 12.2 to default target list
* Removed openSUSE 11.4 from default target list (EOL soon)
* Fedora 15 is EOL, removed from default list
Bugfixes:
=========
* backend: allow access to access protected project repositories when
users are in both projects.
* backend: increase vrev on package source copy
* webui: fixed underscores in code listings
* webui: Do not expose user email address in anonymous mode
* obsworker: do not fail when no /etc/sysconfig/proxy exists
* build: fixed cross architecture initilisation for chroot builds
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian(a)suse.de
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello,
I'm attempting to configure ldap authentication in OBS 2.4 and get the
warning "ldap_mode selected but 'ruby-ldap' module not installed."
when I try to login w/an ldap account. I do have rubygem-ruby-ldap
from the OBS:Server:2.4 repo installed and have restarted
apache/passenger to ensure it's available. Any thoughts as to what's
causing this?
--
Later,
Darin
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Something is funny about the OBS website not showing submitreq's.
First, I click on my home page, and it says:
Involved Requests (0)
archie172 is not involved in any requests
See all other requests
Other requests
I then click on "Other Requests". It defaults to: Display [ all ]
requests in state [ new or review ].
No requests are displayed.
Then I change "all" to "submit".
Now two requests are displayed.
I change "submit" back to "all" and the two requests are still displayed.
I reload the page and no requests are displayed.
Something ain't right...
-Archie
--
Archie L. Cobbs
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,All
My OBS instance sets up on opensuse 11.4 (64bit).The version of OBS
server is 2.3.3. The version of Mysql client is 5.1.63.
Now I Encountered a problem about OBS server. When I refresh a page
always, I got an error says "Application Error" and the webui's log tells me
"
=====================================================================
[INFO |# 7620] Processing MonitorController#index (for 192.168.1.89 at
2013-04-23 14:13:02) [GET]
[INFO |# 7620] Parameters: {"controller"=>"monitor", "action"=>"index"}
[INFO |# 7620] Authenticated request to "/monitor" from cheneyche
[INFO |# 7620] Rendering template within layouts/application
[INFO |# 7620] Rendering monitor/index
[INFO |# 7620] Completed in 757ms (View: 26, DB: 283) | 200 OK
[http://192.168.1.24/monitor]
[INFO |# 7620] Processing MonitorController#index (for 192.168.1.89 at
2013-04-23 14:13:03) [GET]
[INFO |# 7620] Parameters: {"controller"=>"monitor", "action"=>"index"}
[INFO |# 7620] Authenticated request to "/monitor" from cheneyche
[FATAL|# 7620] BsRequest::ListError (<!DOCTYPE HTML PUBLIC "-//W3C//DTD
HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<body>
):
app/models/bs_request.rb:155:in `list'
app/models/person.rb:195:in `requests_that_need_work'
app/models/person.rb:192:in `requests_that_need_work'
app/controllers/application_controller.rb:335:in `check_user'
/usr/lib64/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib64/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib64/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib64/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib64/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib64/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib64/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib64/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib64/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib64/ruby/1.8/webrick/server.rb:82:in `start'
[ERROR|# 7620] rescue_action: caught BsRequest::ListError: <!DOCTYPE HTML
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<body>
[ERROR|# 7620] Couldn't parse error xml: #<REXML::ParseException: No close
tag for /html/body>
/usr/lib64/ruby/1.8/rexml/parsers/treeparser.rb:28:in `parse'
/usr/
[INFO |# 7620] Rendering template within layouts/application
[INFO |# 7620] Rendering error (400)
[FATAL|# 7620] /!\ FAILSAFE /!\ Tue Apr 23 14:13:04 +0800 2013
Status: 500 Internal Server Error
Mysql::Error: Can't connect to local MySQL server through socket
'/var/run/mysql/mysql.sock' (2): UPDATE `sessions` SET `data` =
'BAh7CzoQbW9iaWxlX3ZpZXdGIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy\nOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgtwYXNzd2QiCzExMTEx\nMToNcmVxdWVzdHNbADoKbG9naW4iDmNoZW5leWNoZToQX2NzcmZfdG9rZW4i\nMVF4TFlJQmlRYjBxUXFZMHZtenZxMVptb3dROVNUeDMyVytreTR2L3c3M1U9\n',
`updated_at` = '2013-04-23 14:13:04' WHERE `id` = 5219
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract_adapter.rb:227:in
`log'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/mysql_adapter.rb:324:in
`execute'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/database_statements.rb:265:in
`update_sql'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/mysql_adapter.rb:339:in
`update_sql'
……………………
……………………
=====================================================================
"
and the api's log tells me "
=====================================================================
[INFO |#14010] Processing RequestController#index (for 192.168.1.24 at
2013-04-23 13:37:03) [GET]
[INFO |#14010] Parameters: {"states"=>"declined", "user"=>"cheneyche",
"view"=>"collection", "roles"=>"creator"}
[INFO |#14010] Completed in 112ms (View: 1, DB: 1) | 200 OK
[https://192.168.1.24/request?view=collection&states=declined&roles=creator&…]
[INFO |#14010] Processing RequestController#index (for 192.168.1.24 at
2013-04-23 13:37:03) [GET]
[INFO |#14010] Parameters: {"states"=>"review", "user"=>"cheneyche",
"view"=>"collection", "reviewstates"=>"new", "roles"=>"reviewer"}
[INFO |#14010] Completed in 579ms (View: 1, DB: 15) | 200 OK
[https://192.168.1.24/request?view=collection&states=review&roles=reviewer&r…]
[FATAL|#14010] /!\ FAILSAFE /!\ Tue Apr 23 13:37:04 +0800 2013
Status: 500 Internal Server Error
Can't connect to local MySQL server through socket
'/var/run/mysql/mysql.sock' (2)
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/mysql_adapter.rb:620:in
`real_connect'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/mysql_adapter.rb:620:in
`connect'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/mysql_adapter.rb:294:in
`reconnect!'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract_adapter.rb:152:in
`verify!'
……………………
……………………
=======================================================
"
I'm sure the service MySql is running.
BRs
cheyw
--
View this message in context: http://opensuse.14.x6.nabble.com/Can-t-connect-to-local-MySQL-server-throug…
Sent from the opensuse-buildservice mailing list archive at Nabble.com.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Dear all,
My name is Xu Zhao and .
I have submitted a draft of my Bitbake integration proposal on GSoC website.
Here is the link:
https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/nuk…
This proposal is still a brief draft. I will read the code and
determine more technical details before the deadline.
There will be a lot of work to do, but I think it will be great if we make it.
Welcome to discuss more details to help me improve my proposal. And I
still need a mentor to guide me in this project :)
--
---------------------------------
Xu Zhao
Department of Computer Science&Technology
Tsinghua University
Beijing P.R.China
Mobile: +86-152-1058-8604
nuklly(a)gmail.com
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
We regularly use the OBS for our project and we really appreciate your
great service.
It seems you recently introduced a feature which sends an automatic
delete request for every package which builds for a distribution which
is marked as EOL.
Here's an example:
165543 State:new By:Admin When:2013-04-15T13:08:12
delete:
home:xtreemfs(Mandriva_2011)
Descr: This is a kind request to remove this repository from your
project. The distribution it builds for is End Of Life
(EOL) so
it should not be used anymore in real life. Accepting this
request will free resources on our always crowded
server. Please
decline this request if you want to keep this repository
nevertheless. Otherwise this request will get accept
automatically in near future.
Due to the number of our project's packages and distributions, I have 91
new requests ;-)
After which time do requests get accepted automatically? As a
work-around to get rid of them I thought about using "osc" and some Bash
magic to accept them automatically. Or is there already another solution
available?
I would prefer the old behavior where EOL distributions automatically
disappear. Even if the request will get accepted automatically at some
point in time, I would prefer to not see the requests at all/get mixed
up with regular requests. Can you please implement this? Or this is
already possible?
Best regards,
Michael
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Le 29/04/2013 17:01, Rick Chung a écrit :
> On Monday, April 29, 2013 03:30:46 PM Victor Hck wrote:
>> now I can see the text
>>
>> Sorry... ;)
>>
>> 2013/4/29 Victor Hck <correohck(a)gmail.com>:
>>> Hi!!
>>> I'll try to translate.
>>> Is right the link to pad??
>>> I can't see nothing...
>>> Bye
>>>
>>> El 29/04/2013 13:57, "Jos Poortvliet" <jos(a)opensuse.org> escribió:
>>>> Heya all!
>>>>
>>>> Tomorrow the OBS team will release OBS 2.4! They have put in more than a
>>>> year of hard work, so we have to promote that properly. A article is
>>>> ready
>>>> for obs.org and news.opensuse.org and they will go live tomorrow at 12:00
>>>> UTC. I have send the article & the announcement mail & a press kit with
>>>> screenshots and extra info to the press last Friday and I will send them
>>>> a
>>>> reminder today.
>>>>
>>>> Now I ask all of you: help promote this!
>>>>
>>>> What can you do?**
>>>> * Translate the article and blog it or submit it to your local news
>>>> site(s)
>>>> You can find the text of the article here:
>>>> http://demo.firepad.io/#j0oImI6bFL
>>>> (I made a text to submit to websites, see below the social media plan)
>>>> * Make sure that on release day you tweet, dent, +1 and like the news!
>>>> * If you maintain a openSUSE twitter, facebook etc account, see our
>>>> Social
>>>> Media plan:
>>>> https://en.opensuse.org/openSUSE:Social_media_launch_plan#OBS_2.4
>>>>
>>>> We need help with making sure our non-english Twitter/Facebook/etc
>>>> accounts
>>>> send out these messages! If you maintain an openSUSE account, please add
>>>> your details to https://en.opensuse.org/openSUSE:Social_media_contacts
>>>> and
>>>> make sure you translate & send out the messages ;-)
>>>>
>>>> Questions? Suggestions? Say something!
>>>>
>>>> Hugs,
>>>> Jos
> I already started an english translation to spanish. If anyone is interested
> to help or make the proper corrections (grammar, typo, etc...) are all welcome
> on http://demo.firepad.io/#9Ol56OpuYy
>
> Regards,
hi,
in french.
https://www.alionet.org/content.php?459-Open-Build-Service-en-version-2-4https://linuxfr.org/users/jluce/journaux/open-build-service-en-version-2-4
and also on toollinux (i think tomorow morning)
regards
jluce
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Whenever I use rdelete to try to remove a project on a local OBS
install, this is what I get:
Uncaught exception: Mysql::Error: Column 'repository_id' cannot be
null: INSERT INTO `path_elements` (`repository_id`, `position`,
`parent_id`) VALUES(NULL, 1, 204)
OBS version 2.3.8
What's going on?
--
Jon
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org