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
What is the prefered way to merge changes in the devel project?
osc bco pkg
cd home:user:devel:prj/pkg
osc up -u
edit pkg.spec
osc vc
osc commit
now devel:prj/pkg gets changes by someone else, and
home:user:devel:prj/pkg goes into state 'broken':
broken: conflict in file pkg.spec
Even if the changes are merged manually the pkg remains broken.
I think its required to just update the _link to point to HEAD.
Is there a command to do just that? osc repairlink says:
BuildService API error: source link is not broken
Olaf
--
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
--------------------------------------------------------------------------------
Hello.
A package failed to build for Tumbleweed a week or two ago.
From a log:
[ 286s] RPMLINT report:
[ 286s] ===============
[ 290s] outwiker.noarch: W: zero-length /usr/share/outwiker/help/help_en/Page Types/Wiki Page/Wiki Commands/childlist command/page 2/__page.text
[ 290s] 2 packages and 0 specfiles checked; 0 errors, 24 warnings.
[ 290s] Traceback (most recent call last):
[ 290s] File "rpmlint.py", line 385, in <module>
[ 290s] File "rpmlint.py", line 196, in main
[ 290s] File "Filter.py", line 131, in printAllReasons
[ 290s] File "Filter.py", line 40, in __print
[ 290s] File "/usr/lib/python2.7/codecs.py", line 357, in write
[ 290s] data, consumed = self.encode(object, self.errors)
[ 290s] UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 65: ordinal not in range(128)
[ 290s]
[ 290s]
[ 290s] build27 failed "build outwiker.spec" at Sat Dec 19 14:14:47 UTC 2015.
[ 290s]
[ 290s] ### WATCHDOG MARKER START ###
[ 293s] [ 251.249718] sysrq: SysRq : Power Off
[ 294s] [ 251.376272] reboot: Power down
[ 296s] ### WATCHDOG MARKER END ###
[ 296s]
[ 296s] build27 failed "build outwiker.spec" at Sat Dec 19 14:14:53 UTC 2015.
[ 296s]
The latest succeeded built is:
Build Time: 2015-11-29 10:31:08 +0100
The package is:
https://build.opensuse.org/package/show/home:Lazy_Kent/outwiker
--
WBR
Kyrill
What command can be used, beside 'osc commit', to trigger a reevaluation
of prjconf? If a pkg is in state "unresolvable" after commit, and the
prjconf gets changed to solve the dependency no rebuild happens. A local
'osc build' works, but 'osc wipebinaries -r <repo>' or 'osc rebuild -f'
will still use the previous state of prjconf.
Olaf
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello All,
I am aware of the nice capability to copy binary build results from one project to another using the _aggregate feature. The examples I have seen thus far seem to always have the same number of repos available in the source project as are present in the destination project (although the names may be different).
If that is not the case (say the destination project is introducing a new repo that wasn't present in the source project), is it possible to construct a package configuration using _aggregate to retain the binary result for the repo that existed previously, and _service to build from source for the new repository?
Thanks for any tips,
Karl--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello,
I see the following when run osc token:
<entry id="4" string="A" project="project" package="package"/>
<entry id="133" string="B"/>
As far as I understand, the first token is package specific and can be
used to run /trigger/runservice?package=package&project=project
Do I understand right that the second token B can be used instead of
user credentials to run any command?
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org