Hi,
Following the "Add File" link in Webclient:
https://build.opensuse.org/package/add_file?package=drumstick&project=home%…
openSUSE Webclient Error
Error Details:
Errorcode: 400
Message: _link: no such file
Regards,
Pedro
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
While building new packages for a security update of EGroupware I run
into a problem with Fedora 11/12 builds. All other targets incl. Fedora
10 build without problem:
Fedora 12 log:
https://build.opensuse.org/package/live_build_log?arch=i586&package=eGroupw…
<snip />
Processing files: eGroupware-core-1.6.003-11.1.noarch
getOutputFrom(): Broken pipe
mount: / is busy
System halted.
Fedora 10 log:
https://build.opensuse.org/package/live_build_log?arch=i586&package=eGroupw…
<snip />
Processing files: eGroupware-1.6.003-8.1
Processing files: eGroupware-core-1.6.003-8.1
warning: File listed twice: /var/lib/egroupware
Provides: 1.6.003 config(eGroupware-core) = 1.6.003-8.1 egw-addressbook
egw-core egw-etemplate
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
<snip />
Anyone has an idea what the problem is?
(I fixed the "File listed twice: /var/lib/egroupware" warning, you see
in the FC10 log.)
Ralf
--
Ralf Becker
Outdoor Unlimited Training GmbH [www.outdoor-training.de]
Handelsregister HRB Kaiserslautern 3587
Geschäftsführer Birgit und Ralf Becker
Leibnizstr. 17, 67663 Kaiserslautern, Germany
Telefon +49 (0)631 31657-0
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Topics
======
* Status round
* 1.7.2 release
Status round
============
cwh:
* Started to work driver update disk support for kiwi
coolo:
* worked on package view in webui
AI: adrian setup meeting for webui future discussion (done)
mls:
* product build caching support in bs_worker
* enhance cpio protocol to support >4GB files in OBS backend code
adrian:
* added group support in api for
- project/package roles
- default request reviewers
- attribute type creation
* permission handling simplification
Happens only in app/model/user.rb now, lib/permission.rb is just
a wrapper for now to be obsoleted later.
1.7.2 release
=============
Planned for early next week.
* critical bugfixes
- sqlite3 database setup failure in some cases
- fixing delayed_job startup failures
* New webui for adding openSUSE.org project more easily to help users.
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian(a)suse.de
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
is there a way to instruct osc to try a local (partial) http mirror
for packages necessary for building?
For example, let's say I type "osc build" and the build needs insserv.
Furthermore, let's say I have insserv-1.13-2.2.x86_64.rpm in a local
http mirror (also available via NFS).
I'd like the build process to know this and use the local copy.
I tried using the -p option with the NFS-mounted mirror, but that
appears to scan the /entire thing/ *before* asking for packages, and
that takes a long time.
What are my options here?
--
Jon
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi, how can I link a repository to use the packages from it at build
time of one of my packages?. Link package by package implies that it's
rebuilt for my repository and that's not what I want.
I'm using the web interface (http://build.opensuse.org).
By the way, disabling the build of a package in my repo gives some weird errors:
Package Flags ERROR validation failed, output: /tmp/opensuse_frontend_validator
20100308-14900-11j4szl-0:48: element publish: Schemas validity
error : Element 'publish': This element is not expected. Expected is (
bcntsynctag ).
/tmp/opensuse_frontend_validator20100308-14900-11j4szl-0 fails to validate
Regards,
--
Ciro Iriarte
http://cyruspy.wordpress.com
--
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
recently I implemented a "osc config" command to set or get a configuration
option.
Syntax: osc config <section> <option> [<value>]
(<section> is either an apiurl (see sections in the configfile) or an apiurl
alias or 'general')
Here are some small examples how to use it:
# get the current value
marcus@linux:~> osc config general build-root
'general': 'build-root' is set to '/var/tmp/build-root-%(repo)s-%(arch)s'
# set an option
marcus@linux:~> osc config https://api.opensuse.org aliases obs
'https://api.opensuse.org': 'aliases' is set to 'obs'
# remove an option
marcus@linux:~> osc config obs aliases --delete
'obs': 'aliases' got removed
# remove/reset an option
marcus@linux:~> osc config general build-root --delete
'general': 'build-root' is set to '/var/tmp/build-root'
Feedback, comments etc. are always welcome :)
Marcus
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Good morning,
I was wondering if there is any way of 'suggesting' a change of various attributes in OBS?
Like in the openSUSE:Factory build status, the field 'comments' is of big value to have some information regarding the build failure.
It would be great if there would be any means (maybe there is) other than mailing around to update / suggest new texts for those attributes.
Like currently, i would think it would be useful if the build failure comment for clamav could be changed / extended to:
Test suite filas (gcc regression http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43280 )
It allows other contributors to save their time by not trying to fix the test suite before the gcc bug (confirmed) has been resolved. Of course so
far I was just mailing coolo all the time who mostly seems to take care of that. But taking such a work off him should save some time there as well
(we only have one coolo; let's not waste him).
Dominique
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi openSUSE Users
There is some maintenance to be done in the following areas of our
openSUSE infrastructure:
* build.opensuse.org (Buildservice)
* download.opensuse.org (Download infrastructure)
* svn/git.opensuse.org
As result, there will be a brief outage of all services provided by this
machines
Tuesday, 2010-03-09, 09:00 German time (CET)
The downtime is expected to be 15-30 minutes for all hosts.
Apologies for inconveniencies this may cause.
Please contact admin(a)opensuse.org with any queries.
Your openSUSE Admins
--
http://en.opensuse.org/Downtime/2010-03-09
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hello,
I'm the new contributor of the german translation team of Midnight
Commander. :-) The development of mc runs continuously.
I submit often updates and patches for difference packages into the OBS.
And now I want to maintain additionally the midnight commander in OBS.
For mc doesn't exist any Repo like filemanagers in our OBS.
My suggestion is a repo like this:
http://download.opensuse.org/repositories/filemanagers
There I can maintain and submit a new version of midnight commander for
all our openSUSE-user.
I hope for an affirmative decision. ;-)
--
Kind regards, Sebastian - openSUSE Member (Freespacer)
<http://en.opensuse.org/User:Freespacer>
Important notes on openSUSE Mailing List:
<http://en.opensuse.org/OpenSUSE_mailing_list_netiquette>
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
Installed OBS 1.7.1 and while trying to import a base distribution like
documented in the README.SETUP file the import script fails:
# RAILS_ENV="production" ruby /srv/www/obs/api/script/import
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/session/cookie_store.rb:163:in `ensure_session_key': A key is required to write a cookie containing the session data. Use config.action_controller.session = { :key => "_myapp_session", :secret => "some secret phrase" } in config/environment.rb (ArgumentError)
I get the same result in the OBS appliance.
Is this a bug or user/setup error?
-Scott
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org