Hello
With the opensuse build service [obs] getting more usage every day
I wonder if this would make a diffence :-
1. Use solid state disks [ssd] to improve build times of package rpms
on, perhaps point the BuildRoot or _tmppath to the ssd's
Reason for asking.
Improve the packaging times during busy times on obs.
Cheers Glenn.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
could Mageia please get added to OBS?
thanks a lot in advance,
Stephan
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hello,
is usual, openeSUSE 10.3 runs out of maintenance and I will remove all repos
building against it in OBS.
openSUSE:10.3 project has been moved to DISCONTINUED: namespace as announced a
while ago.
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
This question concerns both the OBS and packaging so I am sending to both
lists.
I am currently working on packaging the Swiss Ephemeris
http://www.astro.com/swisseph/
I am currently at the planning scheming and experimentation stage.
First I will do the library. But then there is the data. The data is about 60
files not all of which will be wanted by all people. There may be ways of
grouping but I am not sure. Perhaps one rpm per file. The Web page says:
> For this extended timespan the ephemeris requires 32 Mbytes of ephemeris
> files.
It would be a shame if this had to repeat for each distro. There may be other
projects with even more data.
This data is distro and architecture independent.
I understand that there should be different rpm per distro because different
distros link libraries differently and do other details differently.
There could be rpm version dependencies. Perhaps one distro can not understand
rpms from another distro as raw data.
My question is this is there a lowest common denominator rpm format that can
represent pure data (and a few text licensing files) and be understood by all
distros?
How would you get the build service to produce such rpms?
After you produced them how would you get the build service to serve them for
all rpm based distros?
Same question for debs and the debian based distros?
Unrelated question: a while back OBS debian binary repositories were debian
compatible but the source repositories were not. Is this still true?
--
Paul Elliott 1(512)837-1096
pelliott(a)BlackPatchPanel.com PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/ Austin TX 78758-3117
Hi All,
I am trying to install my program on Mandriva but can't seem to add
the OBS repository.
It seems that the command urpmi.addmedia doesn't work with the
normal RPM PM. Someone on IRC mentioned that I could specify a
different type for the repository in my OBS raw config to
automatically generate a urpmi compatible repo. What do I put as the
type for my Mandriva repo to make it urpmi compatible?
Thanks,
Nick
--
Nick Peterson
Programmer @ Siepel Lab
Cell: (480) 600-2544
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
several packages in server:php:applications show unresolvable for
openSUSE_11.3.
"nothing provides php-macros"
repo openSUSE_11.3 is openSUSE:11.3:Update
when I review packge "php5" in openSUSE:11.3:Update then the spec is
telling that "php5-devel" is providing php-macros.
||
|178 Provides:| |php-macros = 2.0|
|179 Obsoletes:| |php-macros < 2.0|
So why is obs telling "unresolvable" ?
a BUG ?
Cheers
--
Christian
---------------------------------------------------
Der ultimative shop für Sportbekleidung und Zubehör
http://www.sc24.de
---------------------------------------------------
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
hello,
i'm considering to create OBS package for zfs:
http://susepaste.org/view/raw/31247566
Due to the bit of unclear licensing ( http://zfsonlinux.org/faq.html )
limitations i suppose, that zfs-wrapper.rpm package should be
solution.
Of course there's more ways to do it and i'd prefer that it satisfies
a build deps and provides build scripts ...
Maybe also considering DKMS could prove useful although it is not yet
in stable version it seems like it's in factory.
any comments or suggestions are welcome.
regards by daniel
ps. violating rights-to-use by making it available in PACKMAN is way
i'd not like to follow.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Attached patch defines kiwi option --gzip-cmd to pigz if package
available in buildroot. Otherwise gzip will be used (by default).
pigz, which stands for parallel implementation of gzip, is a fully
functional replacement for gzip that exploits multiple processors and
multiple cores to the hilt when compressing data.
My experience with pigz is ~6Min (gzip) vs ~2Min with pigz.
Comments are welcome.