Hello,
The Fedora:11 project exists now and builds okay at least for some packages in
openSUSE:Tools.
I will update the web links for it tomorrow, but give it a try already.
DISCONTINUED:Fedora:9 exists also now, Fedora 9 will be End Of Life next month
and will be removed in the default project as usual.
bye
adrian
--
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
Hello,
We will have a server downtime on Wednesday 17th June, 12:00 UTC for 1 hour.
We will upgrade to svn trunk code base at that time, to allow more request
types and get a bunch of fixes.
bye
adrian
--
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
Moin moin!
Base build is failing atm with
installing info-4.12-2.395
install-info: No such file or directory for /usr/share/info/info-stnd.info.gz
install-info: No such file or directory for /usr/share/info/info.info.gz
error: %post(info-4.12-2.395.i586) scriptlet failed, exit status 1
mount: can't find / in /etc/fstab or /etc/mtab
/bin/bash: halt: command not found
Could we please fix this ? It blocks deployment in Base:build:arm ;) .
FYI: Preinstall: pcre was already added.
Tnx !
Jan-Simon
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Is there a problem with signing RPMs on the buildservice at the moment?
All my packages fail to build, with the live log reading
sign qtm-1.0-26.1.i586.rpm failed: -1
I first included a Packager: tag in the spec, but then removed it before
starting that build as it is not meant to be hard-coded. However,
distros other than OpenSUSE 11.1 give a "no-packager-tag" warning. What
is the correct course of action here?
Regards,
Matt Smith
--
http://qtm.blogistan.co.uk/
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
current behavior of osc build is confusing as a default build platform is
reads from ~/.oscrc, even if this is a attribute of a project. So in many
cases user get a confising wrong repo/arch error message.
This patch reads the platform list from BS and uses the last one as a default
one. It also brings a better help message, if user type a wrong platform. This
makes the conf.config['build_platform'] obsoleted.
Index: osc/commandline.py
===================================================================
--- osc/commandline.py (revision 7508)
+++ osc/commandline.py (working copy)
@@ -2249,7 +2249,11 @@
arg_platform, arg_arch, arg_descr = args
arg_arch = arg_arch or osc.build.hostarch
- arg_platform = arg_platform or conf.config['build_platform']
+ platforms = get_platforms_of_project(store_read_apiurl('.'),
opts.alternative_project or store_read_project('.'))
+ arg_platform = arg_platform or platforms[len(platforms)-1]
+ if not arg_platform in platforms:
+ raise oscerr.WrongArgs('%s is not a valid platform, use one of:
%s' % (arg_platform, ", ".join(platforms)))
+
descr = [ i for i in os.listdir('.') if i.endswith('.spec') or
i.endswith('.dsc') ]
# FIXME:
# * request repos from server and select by build type.
What do you think about it?
Regards
Michal Vyskocil
--
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 enable the ppc build for Java:openjdk6:Factory? In meta prj I have
...
<repository name="openSUSE_Factory">
<path project="openSUSE:Factory" repository="standard"/>
<arch>i586</arch>
<arch>x86_64</arch>
<arch>ppc</arch>
<arch>ppc64</arch>
</repository>
but the webclient shows N/A for ppc/ppc64. Is there anything I missed?
Regards
Michal Vyskocil
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hello,
I was just curious, will Fedora 11 be added to the official OBS?
Thanks,
Alexander
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi Everaldo
As we just spoke in chat, if you want to provide RPM feature through
C#, i suggest you to come in my Build mono/net rpm
project/solution/environment :
- MonoOSC to build RPM under any plateform
- RpmSpecManager include in MonoOSC or standalone to provide an spec
language IDE/RAD
- RpmManager to extract, manage gac (gacutil) and uninstall RPM on any plateform
Of course, i don't speak about linux RPM , but just about mono/Net RPM.
I already made the biggest staff, it just need to finish some minor part.
The biggest thing should be , OBS team who will need to provide either
a system flag to identify the Mono/Net RPM, or a special Repository
with only Mono/Rpm software inside RPM's
--
Cordially.
Small Eric Quotations of the days:
---------------------------------------------------------------------------
If one day one reproaches you that your work is not a work of
professional, say you that:
Amateurs built the arch of Noah, and professionals the Titanic.
---------------------------------------------------------------------------
Few people are done for independence, it is the privilege of the powerful ones.
---------------------------------------------------------------------------
No key was wounded during the drafting of this message.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org