What is the difference between ichain login and normal login ?
Is there some documentation on ichain login?
--
================================
Udit Sajjanhar
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
all builds just hang on finished.
Normal behaviour ?
Regards Chris
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
delete lots of linked packages in my prj (home:computerslat:devel:perl)
with `osc rdelete`
cause to keep only those I'm working on.
Now nothing goes on.
on
https://build.opensuse.org/project/show?project=home%3Acomputersalat%3Adeve…
I see about 30 packages, but "Build Repositories" show "broken: 1,
disabled: 432"
how can I fix it ?
Kind Regards
Chris
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
The new osc version 0.119 is released and available in the openSUSE:Tools
project.
It comes with a new build script package as well.
You will need this version of osc to handle new kinds of requests, which will
come soon to api.opensuse.org. So an update is highly recommended.
This release has a lot of fixes and new features, but also some argument
changes compared to former releases. We decided to do these changes to have a
more consistent UI and to avoid conflicts in the future.
However, osc always tells you when you use a command in a no longer supported
way and points you to the new command. Find a list of changes at the bottom of
this mail.
Main Features/Bugfixes
======================
osc request:
osc now supports multiple kinds of requests (needs OBS version
1.7, api.opensuse.org will get upgraded soon). You can create requests with
the following commands:
* osc submitrequest (or just "osc sr")
* osc submitrequest DESTPRJ [DESTPKG]
* osc submitrequest SOURCEPRJ SOURCEPKG DESTPRJ [DESTPKG]
* osc deleterequest PROJECT [PACKAGE]
* osc changedevelrequest PROJECT PACKAGE DEVEL_PROJECT [DEVEL_PACKAGE]
And there is one new command that deals with all kind of requets:
* osc request list [-M] [PRJ [PKG]]
* osc request log ID
* osc request show [-d] [-b] ID
* osc request accept [-m TEXT] ID
* osc request decline [-m TEXT] ID
* osc request revoke [-m TEXT] ID
osc build:
* Image building now uses the correct pool of packages
* plain "osc build" command now picks a correct repository
Package tracking has now been enabled by default. That means you can do all
kind of local changes in a checked out project with multiple packages and
submit them all together in one step. This includes adding new packages or
deleting them.
You can find a more detailed list, including all smaller changes in the "NEWS"
file of the osc package.
Command UI changes
==================
osc submitreq create -> osc submitreq
osc submitreq accept/decline/show/revoke -> osc request accept/...
osc submitreq delete -> osc request wipe
osc deletepac -> osc delete or osc rdelete
osc deleteprj -> osc rdelete
osc rlog -> osc log
osc rprjresults -> osc prjresults
osc rresults -> osc results
osc req -> osc api
osc rebuildpac -> osc rebuild
Download URL
============
http://download.opensuse.org/repositories/openSUSE:Tools/
We plan to make an official update of osc and build for former distros. It
will include either this version or the next one.
Btw, it is really great that we get more and more contributors to osc lately.
This release would not have been possible without the work of mvyskocil,
mcihar, dimstar, mmeeks, Ming Xi Wu, MartinMohring, Marcus Huewe, prusnak,
lnussel and some person I always forget (sorry in advance ;) !
Go on and make this your tool, only the users know it best ! ;)
thanks a lot
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
Hi,
lots of blocked packages, but no scheduled ones, which normally causes
"blocked". (devel:languages:perl)
And "failed packages" cause of sign error.
A trigger rebuild "dist" does not change status to "sheduled"
Regards
Chris
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Am Dienstag, 16. Juni 2009 17:56:21 schrieb Takashi Iwai:
> At Tue, 16 Jun 2009 17:07:18 +0200,
>
> Adrian Schröter wrote:
> > Am Dienstag, 16. Juni 2009 16:44:05 schrieb Vincent Untz:
> > > Hi,
> > >
> > > Le mardi 16 juin 2009, à 15:13 +0200, Adrian Schröter a écrit :
> > > > The new osc version 0.119 is released and available in the
> > > > openSUSE:Tools project.
> > >
> > > Can you make sure it enters openSUSE:Factory too? Would be better to
> > > have a working osc experience out of the box ;-)
> >
> > it is on the way ...
> >
> > > > Command UI changes
> > > > ==================
> > > >
> > > > osc submitreq create -> osc submitreq
> > > > osc submitreq accept/decline/show/revoke -> osc request accept/...
> > > > osc submitreq delete -> osc request wipe
> > > > osc deletepac -> osc delete or osc
> > > > rdelete osc deleteprj -> osc rdelete
> > > > osc rlog -> osc log
> > > > osc rprjresults -> osc prjresults
> > > > osc rresults -> osc results
> > > > osc req -> osc api
> > > > osc rebuildpac -> osc rebuild
> > >
> > > Hrm. I didn't see the thread about this, but I would have also
> > > mentioned that breaking the UI for this isn't really a good thing.
> > > Sure, it'll be necessary at some point, but I don't agree it was
> > > necessary for those new features. Some complete redesign would probably
> > > have been better, since we're probably keeping some bad UI.
> > >
> > > Eg:
> > > - renaming rebuildpac but not copypac or linkpac is a bit weird.
> > > - remotebuildlog while we have rdelete, rdiff, etc. (sure, rbuildlog
> > > is an alias, but then why keep remotebuildlog?)
> > > - we have results, but buildlog, buildinfo, buildconfig, etc.? I
> > > would have expected buildresults
> > >
> > > (so my main issue is that we're breaking the UI now, and we'll probably
> > > have to break it again later)
> >
> > We think that these changes avoid exactly that we need to break request
> > handling commands again. But keeping the old ones would create conflicts
> > again and again.
> >
> > > Also, why not keep the old commands for compatibility when possible
> > > (ie, not for req)? Was this difficult for some reason, or was it just
> > > lack of time?
> >
> > The thread was on opensuse-buildservice when the 0.118/9 beta versions
> > where announced.
> >
> > We kept the old commands where it caused no conflicts, but we wanted to
> > have a UI which can be conflict free in future in first place.
>
> Well, "osc sr create" would actually issue a command to the project
> "create", right?
right
> I find it's dangerous (and more unintuitive) than
> just giving an error "command not found".
Do you have tried ? This is not the case ;)
You get a big fat warning first pointing you to the new command and afterwards
an error from the server (because the project "create" does not exist in our
instances).
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
Hi,
it happened again that checkins of osc source code did not take care of
the fact that osc is not only running on python 2.5 or 2.6 based
systems. please be aware that osc currently oldest python versions are
in debian 4.0, SLE 10, RHEL 5.
Error:
> + CFLAGS='-O2 -g'
> + /usr/bin/python setup.py build
> Traceback (most recent call last):
> File "setup.py", line 7, in ?
> import osc.core
> File "/usr/src/redhat/BUILD/osc-svn-0.119.7523S/osc/core.py", line 898
> finally:
> ^
> SyntaxError: invalid syntax
> error: Bad exit status from /var/tmp/rpm-tmp.68761 (%build)
At least Debian 4.0, RHEL 5, SLE 10, CentOS 5 etc. are affected.
Kind regards, Martin
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
build is failing because of:
perl-Algorithm-Diff: auto directory is included in the perl package
what does this mean ?
How can I fix this ?
Project: home:computersalat:devel:perl
Regards
Chris
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
I've been thinking that I might use some new subprojects in
server:database and I wanted to ask others for their opinion first. What
I've got in my mind are some different use cases for server:database
subprojects... What I've been thinking about:
server:database:stable
- most of the time packages linked from latest released openSUSE. It's
purpose would be to provide users of older distributions latest
stable and tested version. This would be for somebody who want's new
feature,doesn't want to update whole distribution but wants quite
stable system.
server:database:current or let it be just server:database
- current development version intended for future release of openSUSE.
This should be quite stable although it will be much less tested and
may be broken sometimes. Intended for people who wants to test new
features and can't wait or for those who wants to participate in
testing.
server:database:experimental
- mainly for packagers and developers. Sometimes even for testers or
brave users. This repository will be intended for beta/alpha versions
or some other experimental versions of packages. Possibly very
dangerous place.
--
Michal Hrusecky
Package Maintainer
SUSE LINUX, s.r.o
e-mail: mhrusecky(a)suse.cz