JFYI, by default all build instances are using ext4 instead of
ext3 file system now.
We did this switch for all distros to support SSD disks better.
There is a little chance that this might influence build results,
so it should not.
However, please report if you spot a problem. We may do the switch
only for selected distributions in that case.
thanks
adrian
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian(a)suse.de
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi community,
The biggest problem during usage and testing of a remote build feature is the
fact osc asks user several times for the input. In this case, remote process
simply hangs and waits for the response, which is not even displayed, because
of stdout buffering. The samy apply for non-interactive usage - if osc is
called from a script, then it hangs waiting on something on stdin, which will
never come.
Therefor I've added a simple check os.isatty(sys.stdin.fileno()) to the
osc.core.raw_input() - in case it's not terminal, the new RawInputError is
raised. It will show-up the question on stderr and program will be terminated.
I'd say there is some non-interactive osc feature requested by L3 team, which
can be partially solved by this patch
@milan, can you follow up?
BTW: I've added the osc.core.raw_input to oscssl.py and build.py as well, to
enforce the new behavior. The cmdln.py remains untouched, because I was not
sure if this code is even used by osc.
Michal Vyskocil (1):
raw_input checks if stdin is tty
osc/build.py | 1 +
osc/core.py | 2 ++
osc/oscerr.py | 8 ++++++++
osc/oscssl.py | 2 ++
4 files changed, 13 insertions(+)
--
1.7.10.4
Please consider adding this file to osc %doc: <URL:
http://www.2a.pl/~ne01026/osc >. This is the README file upgraded.
Have a lot of fun,
Chris
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi
Could you please suggest any good solution for rpm db search, such as
rpmfind.net or rpm.pbone.net, which works nicely with OBS?
As you know, OBS does only support rpm name search and simple dependencies.
But I'd like to support search for full rpm live repo db or rpm snapshot db.
Needed features are,
Requires include files and symbols.
Provides include files and symbols.
Forward and revers dependencies.
Thanks,
UkJung
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
When can we expect Ubuntu 12.10 to be available on OBS?
Srivats
--
http://ostinato.org/
@ostinato
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
I got "have choice for libatlas.so.3 needed by gsl: atlas-sse2 atlas-sse3
atlas-sse atlas-3dnow atlas". It seems slightly different packaging style.
So "Prefer:" field is required here in project conf.
As far as I understand, there are different versions for different
optimizations. That is, it doesn't play a role for building, because ABI is
compatible.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'm trying to solve this issue:
https://build.opensuse.org/package/live_build_log?arch=x86_64&package=kerne…
by adding this line to prjconf of the project:
Order: systemd:mkinitrd
When I trigger rebuild, the very same error appears in the log. Am I
doing something wrong?
thanks,
- --
js
suse labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
iQIcBAEBAgAGBQJQa//SAAoJEL0lsQQGtHBJ0DMP/037sZIxENH9XfTuDpunsh1M
eb6zTYuOdBlpgWE2B+EaGtR5HL+wfIi9dFjs31SQzui2liQKrH34x+lLyVkto6Xb
KvWdde17IyBKY2MTh7mCVqdUuLZElIHSrtuU8owMA09aXi0BfabXmjDDbzVSaqOF
95NuC07KADjgDzpaFEVcZ2k4Tc1Kfg7R4cOQdDBa/n3VieJVKk7oRZ/9FXyBj8qW
aVlIXJY2HP2Akweax5ba+2vPwH+n9ukZLa8TfRWCCmodzJ2gSM/W0naQIZg6kEKf
TfFh2hYbFIl1f9+NcMgvKpYS0Ckw+0QgzeDBE4N/ztBnaj9tOD46EEs4E2zqsE7f
Q5/sc1Oa1HiUKNKBMDZ+pPsVyIHVdvgic7AqADdL1Q1QhRYJG0f5DOfeQX1rHUm7
HVZ3JX/QxsOauOf1Pt/XAHv9pkwVO39f4CrMw3ZjN7QHpSy6at7/0LVv1Zf+sNZK
oD9aXtPhVWHWorQFJnH+TgdvuM9wBRlnFxjbu06UID5Mw/s9x97CnQg4CWc45Gj2
JU743wyxAxUJF8DcU4bYK8o1VHe3LKb6P8Kn8EKynVqbKIqmV2nRIRnjgfh1MqoC
69Vgdz/jHnijzekfMycRk2JbO6Cv+KdwXHQs4c5e8u+9po/IFF/ZxgpIhmNt7kMU
cgJH/czwrQzX8LyTa8W1
=kUYH
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org