Hi there,
I build my program kbackup on OBS and searching for it on software.o.o
http://software.opensuse.org/package/kbackup
shows an icon "No screenshot available"
How can I provide a special image for the screenshot on that page ?
--
Best regards/Schöne Grüße
Martin
A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad?
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
Geschenkideen, Accessoires, Seifen, Kulinarisches: www.bibibest.at
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi *,
in the testsuite of the coreutils package, several tests are skipped
because the 'abuild' user is only member of 1 group while these tests
require the membership in at least 2 groups.
I want to enhance the test coverage of that basic package.
Is there a way to tell OBS to add 'abuild' to a 2nd group?
Thanks & have a nice day,
Berny
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
I'm writing some simple user helper scripts.
One of it need to do for example a
'osc copypac origproject package newproject'.
I did this with a function:
def obs_copypac(org, pkg, new):
cmdline = "osc copypac -e %s %s %s" % (org, pkg, new)
dbg_print( "cmdline: %s" % cmdline )
p = Popen(cmdline, shell=True, stdout=PIPE, stderr=PIPE)
(stdout, stderr) = p.communicate()
rc = p.returncode
dbg_print( "osc copypac output: %s" % stdout )
if rc:
print( osc copypac error: %s" % stderr
return rc
Works as expected. Then I remembered that osc itself was written in
Python as well, so it should be better to call the python stuff directly.
I looked at the osc-wrapper.py and was thinking that it should be easy
to do. Simple give the commandline.Osc() call the arguments for the osc
command like
osccli = commandline.Osc("copypac","-e", org, pkg, new)
r = babysitter.run(osccli)
But this does not work, it seems the arguments are ignored, I get always
the osc help page (same as running osc with no arguments).
What do I missing here ?
Thanks
Karsten
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello folks,
So, here is my GSoC 2013 update for the week ending on 2/08/2013
1. What have I done last week?
Refactoring the existing code making it RAILS’ish. All data between
api and webui is JSON and not XML. Since refactoring was needed to get
merged, the merge/PR has been postponed for now.
2. What am I'm doing this week
By the end of the week, I wish to finish the refactoring, embed edit
and delete functionality of comments for the comment owners and try my
best to finish writing test cases for both webui and api. Since
starting the week after that, I will be moving in to my college and
won't be able to work for the first few days (2-3 days).
Important links
Trello: https://trello.com/board/discussion-system/51a5ede2db062a7e6f001b7c
Github: https://github.com/shayonj/open-build-service
Travis: https://travis-ci.org/shayonj/open-build-service
Cheers!
--
Shayon
http://wrkb.in
IRC nick: shayonj
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi, all,
Recently I'm working on porting some Packman packages to ffmpeg 2.0
I saw there's a trick on the Goals 13.1 gstreamer-0_10 to gstream-1_0 wiki page:
osc whatdependson openSUSE_Factory gstreamer-0_10 standard x86_64
So I used:
osc -Apm whatdependson Essentials ffmpeg_oldabi openSUSE_12.3 x86_64
The command returned useful informations.
But when I use:
osc -Apm whatdependson Extra ffmpeg_oldabi openSUSE_12.3 x86_64
it didn't return any information.
You see Extra is a project has Essentials in its path:
<path project="Essentials" repository="openSUSE_12.3"/>
So packages there can depend on libffmpeg_oldabi-devel which belongs
to ffmpeg_oldabi package.
So how can I check pacakge dependency in this project against a
package in its dependency project?
Greetings
Marguerite
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
When are noarch packages built? It's not a selectable architecture. I
enabled the two arm distros in my home project but a stand-alone noarch
package doesn't build. Something complains about a missing rpm-build
dependency.
What are the steps for Debian x86 packages? I only see failures. And
there's no rpmlint output and nothing equivalent for debian.
The OBS documentation is silent on all this as far as I can tell.
Thanks,
Volker
--
Volker Kuhlmann
http://volker.dnsalias.net/ Please do not CC list postings to me.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
at Packman we have the problem that a package with build job
constraints remains indefinetly in scheduled state although the
memory constraints should be satisfied by at least some build
hosts. What could be the problem or how can we further diagnose
this?
More details are at
http://lists.links2linux.de/pipermail/packman/2013-July/012114.html
and
http://lists.links2linux.de/pipermail/packman/2013-July/012158.html
Thanks,
--
Guido Berhoerster
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
The build results for Debian say "excluded" for absolutely everything.
I'm trying to find build logs through the web interface but can't see
where to get them (for any package, distro, arch).
osc -v result isn't helping. It doesn't show the configured debian
distros, and therefore not the status of "excluded" either (but it's in
the legend).
osc bl Debian_7.0 x86_64
Server returned an error: HTTP Error 400: remote error scriptutils no logfile
remote error: scriptutils no logfile
Well it's noarch, but that doesn't exist.
osc bl openSUSE_12.3 armv7l
Server returned an error: HTTP Error 400: remote error scriptutils no logfile
remote error: scriptutils no logfile
Package should build, it has no other dependencies.
osc bl openSUSE_12.3 armv7l
Server returned an error: HTTP Error 400: remote error wav2cdr no logfile
remote error: wav2cdr no logfile
This is an ANSI C program without dependencies further than the standard
C library.
Without any sort of problem report it's impossible to fix anything.
Where do I go for help?
Thanks,
Volker
--
Volker Kuhlmann
http://volker.dnsalias.net/ Please do not CC list postings to me.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
I had and still have often problems to use opensuse web services via
IPv6. I think that opensuse/novell servers or their routers have problems
with pmtu detection.
Is there any admin on this list who could help me to debug this?
For example I always timeout when connecting to
https://esp.attachmategroup.com (which is needed to login bugzilla)
(ping6 works)
My client machine has this IP 2a01:170:1093::28
When I try this I don't get any answer:
$ curl -v -6 https://esp.attachmategroup.com/ >/dev/null
<timeout>
(I get some ack packages back but none with real load)
But it works after doing a tracepath (i.e. after I "push" my MTU to
the server)
$ tracepath6 esp.attachmategroup.com
1?: [LOCALHOST] 0.030ms pmtu 1500
1: skylla.ga-group.nl 0.359ms
1: skylla.ga-group.nl 0.273ms
2: skylla.ga-group.nl 0.318ms pmtu 1456
2: 2a01:170:0:10::1 30.847ms
3: 2a01:170:2:1:1::4 31.403ms
4: TAL.FRA-12-eth012-612.v6.lambdanet.net 32.352ms asymm 5
5: FRA-1-eth1-104.v6.lambdanet.net 32.359ms asymm 6
6: 6b1.fft4.alter.net 40.413ms
7: 2.gr-1-1-0.GW66.LAX9.ALTER.NET 194.260ms asymm 11
8: 2600:806:31f::6 215.202ms asymm 12
9: 2600:806:31f::6 206.308ms asymm 12
10: 2600:806:310::1 204.252ms asymm 13
11: 2600:806:310::106 204.402ms reached
Resume: pmtu 1456 hops 11 back 51
$ curl -v -6 https://esp.attachmategroup.com/ >/dev/null
<success>
So it's surely a problem with path MTU detection (pmtu). Either their
servers don't invoke such pmtu detection or it simply does not work
from their side.
There is a small chance that my ISP is the problem but it's more likely
that attachmategroup.com is broken. Maybe they block incomming icmp6
("package too big") or whatever.
Who can help me or bring this to novel? webmaster(a)novel.com has not done
anything since 2 weeks.
cu,
Rudi
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
package obs-server has:
BuildRequires: perl-BSSolv
but BSSolv is only provided by obs-server itself.
While there exist:
https://build.opensuse.org/package/show/openSUSE:Tools/perl-BSSolv
It contains old BSSolv linked against old libsolv.
I have questions:
1) why is BSSolv.pm bundled in obs-server in first place and why it is
not just simply required and used from standard path?
2) Where is ultimate upstream for perl-BSSolv? I feel that correct way
is to create new repository perl-BSSolv under https://github.com/openSUSE/
Another approach is to remove BR and Requires of perl-BSSolv as it is
part of obs-server, but that does not seem systematic to me.
--
Miroslav Suchy
Red Hat, Software Engineer
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org