Sorry to repost but I recive a "Post to
opensuse-buildservice(a)opensuse.org denied" from mail server.
-----------------------------------------------------------------
Hi, guys!
I've a question in "Setup initial distributions",
I've setup a obs environment already, I want to create a local source
repository,
but I a fresher on ruby and rails, I don't know how to initial a repository
for obs.
The README.SETUP have tow method, but doesn't fit for me neither. I've trie=
d
the
method two --use command "obs_mirror_project openSUSE:11.1 standard i586".
but always failed because timeout.
I've a Fedora-12-Alpha-i386-DVD.iso, I want to initial Fedora's repository
to my local build repository. Anyone has a experience to help me ?
Thanks,
--
李建
主页 http://jianlee.ylinux.org
msn lijian.gnu(a)gmail.com
参与项目 http://ylinux.org
邮件列表 http://groups.google.com/group/ylinux?hl=zh-CN
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
From Sep 12 to Sep 13 we will have a power outage in the Nuernberg
office.
Downtime is planned from 2009-09-11 20:00 CEST (18:00 UTC) until
2009-09-14 10:00 CEST (08:00 UTC). So it might become a long weekend
especially for developers - but we plan to avoid restrictions for
endusers during this downtime.
So far, the following services are definitively affected by this
downtime:
* Build Service
* Mailing lists
* ...and more
Please have a look at the "downtime" wiki page to see the full list of
affected hosts.
Not affected:
* <lang>.opensuse.org (all opensuse wikis)
* forums.opensuse.org
* irc.freenode.net/opensuse* channels
* bugzilla.novell.com
The discussion to host at least download.opensuse.org and
static.opensuse.org somewhere else is work in progress. We plan no
replacement for the other services as the downtime is not too large.
We will try to reduce/disable building on build.opensuse.org on
Thursday, so all mirrors should have "up-to date" packages over the
weekend.
With kind regards,
Lars (on behalf of the openSUSE-Admins)
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
I am trying my hand at using the build service, in the hopes of getting
perlcritic added at some point. perlcritic depends on B::Keywords which
is just a simple Perl modules, thus it should be an easy enough start.
I've tried to follow the build tutorial and the packaging guidelines for
creating the spec file.
When I build on my local machine with:
osc build SUSE_Linux_11.1 x86_64 perl-B-Keywords.spec
I end up with the following error:
error: Installed (but unpackaged) file(s) found:
/usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/auto/B/Keywords/.packlist
RPM build errors:
Installed (but unpackaged) file(s) found:
/usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/auto/B/Keywords/.packlist
I think this is related to me using %perl_process_packlist. I did find
http://en.opensuse.org/SUSE_Package_Conventions/RPM_Macros#3.15._.25perl_pr…
as an explanation what %perl_process_packlist means but I could not find
any directions on what I am supposed to to to make things work.
Help is much appreciated.
Thanks,
Robert
--
Robert Schweikert MAY THE SOURCE BE WITH YOU
Software Engineer Consultant LINUX
rschweikert(a)novell.com
781-464-8147
Novell
Making IT Work As One
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
I recall either in the IRC channel or in this mailing list, that
openSUSE had a tool for copying/branching a openSUSE:Factory when it was
time for a release, such as openSUSE:11.0. Is this tool available for
use for other OBS instances?
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi, guys!
I've much question on setup obs on my localhost. :-)
my obs.conf is :
-----------------------------------------
1 $HTTP["host"] =~ "172.16.70.30\.?" {
2 rails_app = "webclient"
3 rails_root = "/srv/www/obs/webclient"
4 rails_procs = 5
5 # production/development are typical values here
6 rails_mode = "production_slave"
7
8 log_root = "/srv/www/obs/webclient/log"
9
10 include "vhosts.d/rails.inc"
11 }
12 $SERVER["socket"] == "172.16.70.30:81\.?" {
13 rails_app = "frontend"
14 rails_root = "/srv/www/obs/frontend"
15 rails_procs = 5
16 # production/development are typical values here
17 rails_mode = "production_slave"
18
19 log_root = "/srv/www/obs/frontend/log"
20
21 include "vhosts.d/rails.inc"
22 }
...
===============================
When I install obs pkgs, and configure database, initialed db.
I access http://172.16.70.30 which is my webclient ip, and
created project.
first, i clicked "Create New Project", the webclient convert to
http://172.16.70.30/project/new
second, I write some info and clicked "Creat Project",
third, the webclient convert to url -- http://172.16.70.30/project/save_new,
then get errors:
-----------------------------------------------
OpenSUSE Webclient Error:
Error Details:
Errorcode: unknown
Message: execution expired
Exception from Webclient:
Timeout::Error: execution expired
Stack Trace:
/usr/lib/ruby/1.8/timeout.rb:54:in `rbuf_fill'
/usr/lib/ruby/1.8/timeout.rb:56:in `timeout'
/usr/lib/ruby/1.8/timeout.rb:76:in `timeout'
/usr/lib/ruby/1.8/net/protocol.rb:132:in `rbuf_fill'
....
==================================
But, the project I created just now have created successed already !
-------------------------------------------------
# cat /srv/obs/projects/GTES\:11.3.xml
<project name="GTES:11.3">
<title>GTES 11.3 test environment</title>
<description>GTES 11.3 test enviroment, at 172.16.70.30 host!
-- Jian Lee</description>
<person role="maintainer" userid="Admin" />
<person role="bugowner" userid="Admin" />
<person role="maintainer" userid="Admin" />
</project>
================================
but when i logout and login with "Admin" account,
clicked "List of All projects" get none .
I'm puzzled on this, anyone can give me a suggest ?
--
Jian Lee [ http://jianlee.ylinux.org ]
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
seeing error in publisher.log
running create_package_descr
Can't exec "create_package_descr": Permission denied at
/usr/lib/obs/server//bs_publish line 99.
create_package_descr: Permission denied
create_package_descr failed: 256
But I can not find "create_package_descr".
Thanks for help.
Kind Regards
Chris
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hello list,
I mantain packages in KDE:KDE4:Community, KDE:KDE4:Playground and KDE:Community. Not all of these
packages work on all versions of KDE (especially those for KDE4), because of API changes and such
things. Till now I disabled the building for those repos for that package. But I think it would be
better, to mention it in the BuildRequires, what minimal version is needed and to receive therefore
an expansion error for repos, that can not provide this version. So, everybody can see, why the
package will not be built for that repo. Or is that a poor solution?
Best greetings
Buschmann
----------------------------------------------------------------------------------
openSUSE Member - de.opensuse.org Sys-Op
http://en.opensuse.org/User:Buschmann23http://en.opensuse.org/How_to_Participatehttp://en.opensuse.org/Geeko_wants_you!
present: mls, bg, lrupp, cwh, adrian, poeml, abauer
Status
======
mls:
* Working on SAT solver integration into scheduler
* Cleanup of repository managing code
abauer:
* Prepared and tested SLES 11 update for api and build server
* Update to rails 2.3 will be done after power outage
adrian:
* got source service in linux chains running, we need to update to
our server OS to make it usable for opensuse.org
* hunting a solution for the lack of build power in opensuse.org OBS.
* released osc 0.121
--
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