Hello All,
I'm running a private instance and I'd like to enable networking on my
workers so they can build some java apps, via maven, which need to
download pom's/war's from the net. I ask google but he wasn't much
help so I'm hoping someone here can help;-)
How can I go about doing 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
Not sure what the correct list is to report mirror issues, but
http://tux.rainside.sk/opensuse/ is empty.
laf
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi.
There is a ghost package in my OBS home project. I'm using the web interface,
not the command line one. If you go to
https://build.opensuse.org/project/show/home:jcsl:LXDE
you can see the real 10 packages in the Packages box on left side, but if you
look in the Build Results box, on the right side, you see 11 next to the
"succeeded" text. If you then click the succeeded link you find the
pcmanfm-1.2.0-beta1 package, and if you click on its link you get a Package
"pcmanfm-1.2.0-beta1" not found in project "home:jcsl:LXDE", as expected. It
even appears in the scheduled and building states when something I'm building
triggers its build (I don't know how can this be).
Any hints?
Greetings.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Lots of packages need giflib-devel, in case of RHEL7 it is stored in
some non-default repository, either Optional or Extra or whatever.
What is the best way to resolve it in OBS? Or, if possible, could
someone please enable those repos to solve giflib-devel dependency?
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
the web-editor for commenting submit requests does not preserve
newlines. This makes it unusable for technical comments. See here
https://build.opensuse.org/request/show/314439
Could this be fixed?
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,
I'd like to build kernel-desktop from openSUSE 13.1 on a private OBS instance.
Both the openSUSE 13.1 and the openSUSE 13.1 Update repo are locally available.
Building normal packages works just fine.
When trying to build kernel-desktop, however, the status is stuck on 'scheduled':
--- snip ---
.../obs/kernel-desktop> osc results
openSUSE.org_13.1_Update_standard i586 scheduled
openSUSE.org_13.1_Update_standard x86_64 scheduled
--- snap ---
I simply checked out the official build
osc -A https://build.opensuse.org co 'openSUSE:13.1:Update' kernel-desktop
copied all the files to the local project and commited them:
osc add *
osc commit -m "initial version"
The scheduler logs just give me this:
--- snip ---
event package tools kernel-desktop
2015-06-29 01:08:51: looking at high prio tools/openSUSE.org_13.1_Update_standard
(0/0/1/0/6)
getting data for project 'tools' package 'kernel-desktop' from http://private.obs:5352
calculating project dependencies...
sorting projects and repositories...
- tools/openSUSE.org_13.1_Update_standard
scanning repo tools/openSUSE.org_13.1_Update_standard...
expanding dependencies
sorting 10 packages
- kernel-desktop (spec)
no meta, start build
done: 9
scheduled: 1
building: 1, notready: 1, unfinished: 1
took 0 seconds to check the packages
2015-06-29 01:08:52: looking at low prio tools/openSUSE.org_13.1_Update_standard
(0/0/0/0/6)
- tools/openSUSE.org_13.1_Update_standard
expanding dependencies
sorting 10 packages
done: 9
scheduled: 1
building: 1, notready: 1, unfinished: 1
took 0 seconds to check the packages
2015-06-29 01:08:52: waiting for an event...
--- snap ---
What am I missing?
TIA -- Till
--
Dipl.-Inform. Till Dörges doerges(a)pre-sense.de
Tel. +49 - 40 - 244 2407 - 14
Fax +49 - 40 - 244 2407 - 24
PRESENSE Technologies GmbH Sachsenstr. 5, D-20097 HH
Geschäftsführer/Managing Directors AG Hamburg, HRB 107844
Till Dörges, Jürgen Sander USt-IdNr.: DE263765024
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi all,
unfortunately I have some binary-only RPMs which I'd like to use just like the normal
RPMs that our OBS builds (private instance).
There's no chance that the vendor will provide me with the sources or the SRPM.
Ideally I'm looking for something like
osc add --binarypassthrough mybinary.rpm
And then I'd expect the file to be available unchanged at
http://private.instance.obs:82/project:/.../mybinary.rpm
>From what I've found in the documentation and on the web such option doesn't exist.
Is this correct? And if so, perhaps this is feature request worth considering?
Assuming that the option doesn't exist, is there a better way than trying to dissect
the binary-only RPM with rpm2cpio etc. and then feeding that into OBS?
Thanks -- Till
--
Dipl.-Inform. Till Dörges doerges(a)pre-sense.de
Tel. +49 - 40 - 244 2407 - 14
Fax +49 - 40 - 244 2407 - 24
PRESENSE Technologies GmbH Sachsenstr. 5, D-20097 HH
Geschäftsführer/Managing Directors AG Hamburg, HRB 107844
Till Dörges, Jürgen Sander USt-IdNr.: DE263765024
--
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 trying to build the package "dump1090" for openSUSE Tumbleweed an armv7.
I've forked the package from the hamradio project [1], then added "armv7" as
architecture.
OBS complains about missing dependencies, such as "rpm-build" and "pkg-
config", package that I can install via zypper on my local Beaglebone Black.
These packages come from the repository "openSUSE-Ports-Tumbleweed-repo-oss"
at [2].
How can I add this repository to my project config? I tried variations of the
following, but I cannot get it to work:
<repository name="openSUSE_Tumbleweed">
<path project="hamradio" repository="openSUSE_Tumbleweed"/>
<arch>i586</arch>
<arch>x86_64</arch>
<arch>armv7l</arch>
</repository>
What am I missing?
Thanks alot in advance for any hints.
Kind regards,
--- Eric
[1]
https://build.opensuse.org/package/show/home:eveith:branches:hamradio/dump1…
[2] http://download.opensuse.org/ports/armv7hl/tumbleweed/repo/oss/
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello!
Some news about an OBS notifier application;
Qactus, which is already part of KDE:Extra, has been recently added to
openSUSE:Factory.
The latest release (0.6.0) is now Qt5-based and comes with a handy
request state editor for viewing the diff and accepting/declining
submit requests directly from the GUI.
Greetings,
- --
Javier Llorente
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iEYEARECAAYFAlWKmc8ACgkQdV3zWWOPFxR/jwCgiMmqbHsuMmMtffPYVg9aXwfa
TP0AniizeIYSuRnV67wqm4Ej/XOxQ+Wl
=CItI
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org