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,
We have our own private OBS 2.3.6 instance.
I have a project which has two architectures which are i586 and armv7l.
I have a cross tool package and configure ExportFilter in project conf
like this "ExportFilter: \.armv7l\.rpm$ armv7l"
Suppose the cross tool package is 'a' and the result rpms are
a.i586.rpm, cross-a.armv7l.rpm and cross-a.armv7hl.rpm.
After package 'a' has been built, I have cross-a.rpm in 'armv7l/:full'
and the cross tool is available for armv7l repository.
But If I disable and wipe the package 'a' from i586 arch, the cross-a
package is still available for armv7l repository.
I observed that the import event handling code in scheduler had some hole.
The i586 scheduler sent import event along with 'replaced.xml' which
has the list of packages with 'id'.
When armv7l scheduler got the event, it created oldrepo and the key
was the just name of rpm plus '.rpm'.
In this case the oldrepo had only one entry which was
cross-a.armv7hl.rpm because the keys from two packages would be same
and cross-a.armv7hl.rpm overwrote cross-a.armv7l.rpm.
When scheduler tried to delete imported package from armv7l/:full, it
compared 'id' of package. But it was different in this case. because
the package in :full was cross-a.armv7l.rpm but the compared 'id' was
from cross-a.armv7hl.rpm. So, the scheduler didn't delete it from
armv7l/:full.
--
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
Hi all,
I'm trying to build miro 6 for ubuntu 12.04 ubuntu 13.04 using my
self hosted version of OBS.
My self hosted version of OBS is 2.3.8.
The problem with miro is that it needs python-support which exists
only in the ubuntu universe repositories.
Reading the opensuse buildservice mailing list I saw that you can't
add ubuntu's universe to opensuse because of legal issues.
How can I add ubuntu universe to my self-hosted version of OBS ?
Regards,
Stefan
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
When obs building in chroot,
there's missing '/etc/resolv.conf' file and causes no network within chroot.
Is there any way to configure chroot's '/etc/resolv.conf' file in SPEC file, or project config file?
Or is there any way the chroot could grab /etc/resolv.conf file from the host's /etc/resolv.conf file?
Thanks,
Rick
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Attempting to build in openSUSE_12.2 results in:
buildinfo is broken... it says:
unresolvable: nothing provides libssh2.so.1(LIBSSH2_1.3.0) needed
by libcurl4
For example: https://build.opensuse.org/package/show?package=s3backer&project=filesystems
Is this something that will fix itself automatically or does somebody
need to do something?
Thanks,
-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
Dear all,
I'm stucked into a problem on creating a package for Ubuntu.
The story is:
I'm creating a package (yarp) that need libace-dev for building
libace-dev is into the universe repository of Ubuntu that it is not
supported by OBS
I tryed to re-create the package from source package, but the source
package creates about 30 binary packages and it needs more than 10
others packages that belong to universe repository
So, in order to avoid to recreate hundreds of packages, I decided to
take directly the binary .deb packages because libace-dev depends only
to libace that depends only to libc and libstdc++.
But when I try to use dpkg --install libace.deb, I get an error
because only the root user can execute dpkg.
I tryed with sudo (but the command is not recognized) and with su (but
it say that it's not possibile without a terminal).
So, what are else my alternatives ??
Thanks,
Gianluca.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Dear all,
I need to create a debian.rules dedicated for the xUbuntu_13.04 and
another for all other distro.
I tryed with the same approach that works for .dsc:
- packageName.dsc for all expect ubuntu and
packageName-xUbuntu_13.04.dsc for ubuntu
So, I created two files:
debian.rules
debian-xUbuntu_13.04.rules
but this did not work.
It always load the debian.rules and not the specific one for the distro.
How can I do ??
Is there any way to check the name of the distro inside the
debian.rules and do a conditional if ??
Ciao,
Gianluca.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org