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
I can see that some projects are already building for Leap_42.1, but
it is not in the checkboxes on Repositories tab on OBS project page,
and in advanced repo UI there are so many of them that it is quite
confusing. Will it be added to the checkboxes eventually, to make some
packages "Leap ready"?
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi Johannes,
> On 26 Aug 2015, at 14:01 , Johannes Lahti <johannes(a)nomasi.com> wrote:
>
> Hi!
>
>
> "Is that really the case or am I hitting a bug here?"
>
> That seems to be the case. You can try fixing this in routes.rb. I took a stab at it before, but gave up and instead instructed people to avoid dots in the usernames.
Henne was so kind to help making it work:
using this patch
https://gist.github.com/hennevogel/c85750f514c454d60aaf
it is now working for me.
There might be more places with these problems, though
I opened another issue for that, btw.:
https://github.com/openSUSE/open-build-service/issues/1064
--
mit freundlichen Gruessen/with best regards,
Carsten Hoeger
Open-Xchange GmbH
--------------------------------------------------------------------------------
Open-Xchange AG, Rollnerstr. 14, 90408 Nürnberg, Amtsgericht Nürnberg HRB 24738
Vorstand: Rafael Laguna de la Vera, Carsten Dirks
Aufsichtsratsvorsitzender: Richard Seibt
European Office: Open-Xchange GmbH, Martinstr. 41, D-57462 Olpe, Germany
Amtsgericht Siegen, HRB 8718, Geschäftsführer: Frank Hoberg, Martin Kauss
US Office: Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA
--------------------------------------------------------------------------------
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
In home:olh/build-compare a single _service file is enough to
download the files required for the pkg. This works due to the
flat layout of the source files.
In openSUSE:Tools/build-compare a full checkout of the pkg exists,
without _service file. This means one has to checkout the git repo,
copy the files to the OBS checkout, then commit them to OBS.
My idea to copy the _service file from home:olh into openSUSE:Tools
appearently fails:
broken: /usr/lib/obs/service/source_validators/60-spec-filelist: line
12: echo: write error: Broken pipe
I wonder if such setup is supposed to work anyway? Should the server
side download and extract the files, then copy them over the existing
files after 'osc service rr'? If that is not doable each service has
to be disabled and 'osc service lr && osc commit' has to be used.
Olaf
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Dinar Valeev <dinarv(a)gmail.com> Wed, 05 Aug 2015 00:07:27 +0300:
> Hi,
>
> I have a case:
> conflict for provider of libgcc_s1 >= 5.1.1+r224716-2.3 needed by
> gcc5, (provider libgcc_s1-gcc5 is conflicted by installed libgcc_s1)
>
> I need to Prefer libgcc_s1-gcc5 but for a single package. Is it possible?
>
> Project is defaulting to gcc4.8 but gcc5 is available as well. The
> reason I need
> gcc5 for particular package is gcc-go.
>
> Thanks,
> Dinar
Hello, k0da.
No way:
http://lists.opensuse.org/archive/opensuse-packaging/2014-12/msg00053.html
=(
--
Best regards,
Dmitriy DA(P).DarkneSS Perlow @ Linux x64
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
It looks like editing architectures has only a temporary effect.
Doesn’t matter if I do that via
osc api -e /configuration
or via webui, the default architectures armv7l i586 x86_64 always appear again after
some time.
I found /srv/www/obs/api/db/seeds.rb
# following our default config
%w(armv7l i586 x86_64).each do |arch_name|
a=Architecture.find_by_name(arch_name)
a.available=true
a.save
end
Is that the reason?
Means when I want to only see x86_64 and i586, I have to edit that file, or is it still also
possible to configure that somewhere?
--
mit freundlichen Gruessen/with best regards,
Carsten Hoeger
Open-Xchange GmbH
--------------------------------------------------------------------------------
Open-Xchange AG, Rollnerstr. 14, 90408 Nürnberg, Amtsgericht Nürnberg HRB 24738
Vorstand: Rafael Laguna de la Vera, Carsten Dirks
Aufsichtsratsvorsitzender: Richard Seibt
European Office: Open-Xchange GmbH, Martinstr. 41, D-57462 Olpe, Germany
Amtsgericht Siegen, HRB 8718, Geschäftsführer: Frank Hoberg, Martin Kauss
US Office: Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA
--------------------------------------------------------------------------------
Hello!
home:Reki:leechcraft:masterbranch/openSUSE_13.1 has been in "build jobs
have been proceeded, new repository is not yet created" state for 22 days
and /openSUSE_13.2 doesn't provide latest libqxmpp' rpms.
Any tips please?
--
Best regards,
Dmitriy DA(P).DarkneSS Perlow @ Linux x64
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org