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
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,
there seems to be a problem with the getbinarylist call (view=cpio)
and the "Transfer-Encoding" header (depending on the "length" of the
request?). I just tried the following curl calls:
curl -o out.cpio -v -sS \
"https://api.opensuse.org/public/build/openSUSE:Factory/standard/x86_64/_rep… -e "print 'b'x3616")"
and
curl -o out.cpio -v -sS \
"https://api.opensuse.org/public/build/openSUSE:Factory/standard/x86_64/_rep… -e "print 'b'x3617")"
The response of the first request still includes the
"Transfer-Encoding" header but the response of the second request
has no "Transfer-Encoding" header.
Now consider the following call:
curl http://<local obs>/build/<remote project>/<repo>/<arch>/_repository?view=cpio&<long query>
This leads to a "crash" in bs_srcserver (the ajax process dies because
the response has neither a "Transfer-Encoding" nor a "Content-Length"
header).
Any ideas why the "Transfer-Encoding" header gets swallowed?
Marcus
Ps. is this the same bug to which a comment in "worker_getbinaries"
refers?
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
What is the difference between Support and Keep?
Like, let's say I have a package FOO that I'd like to always be
installed in the build environment, *if* it is available. If it is not
available, block all other builds until it *is* available, but do not
block FOO itself. How do I do that?
Is there a way to configure a project with more than one repository
with different configurations (such as, when using repo A, substitute
foo for bar)?
--
Jon
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
dolphin-emu from home:RedDwarf:NonFree, that uses the new tar_scm
source service, has been in "source update running" for more than an
hour.
Also, at least the tar_scm version I have installed from
openSUSE:Tools seems to have a typo that makes --filename not work.
Where it says
FILE="$FILENAME"
VERSION="$MYVERSION"
it should say
FILE="$MYFILENAME"
VERSION="$MYVERSION"
I would create a SR, but not sure what/where is upstream/devel project
for the source services.
--
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 to setup a private instance of OBS on my opensuse 11.3 machine.
I downloaded and installed the OBS tools from http://download.opensuse.org/repositories/openSUSE:/Tools:/Unstable/openSUS…
But I get the following errors when I try to run these services.
linux-uff0:/home/senthil # rcobsworker start
Run 1 obsworker using /var/cache/obs/worker
cpio: premature end of archive
chmod: cannot access `bs_worker': No such file or directory
linux-uff0:/home/senthil # rcobsrepserver start
Initializing obsrepserver done
linux-uff0:/home/senthil # rcobsrepserver status
Checking for obsrepserver and running processes:
/srv/obs/run/bs_repserver.status: No such file or directory
unused
linux-uff0:/home/senthil # tail -f /srv/obs/log/rep_server.log
==> /srv/obs/log/rep_server.log <==
Unquoted string "c" may clash with future reserved word at /usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi/_h2ph_pre.ph line 164.
Illegal character in prototype for main::__INT16_C : c at /usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi/_h2ph_pre.ph line 164.
Can't locate loadable object for module BSSolv in @INC (@INC contains: . build /usr/lib/perl5/site_perl/5.12.1/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.12.1 /usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.12.1 /usr/lib/perl5/5.12.1/x86_64-linux-thread-multi /usr/lib/perl5/5.12.1 .) at /usr/lib/obs/server//bs_repserver line 66
Compilation failed in require at /usr/lib/obs/server//bs_repserver line 66.
BEGIN failed--compilation aborted at /usr/lib/obs/server//bs_repserver line 66.
Unquoted string "c" may clash with future reserved word at /usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi/_h2ph_pre.ph line 164.
Illegal character in prototype for main::__INT16_C : c at /usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi/_h2ph_pre.ph line 164.
Can't locate loadable object for module BSSolv in @INC (@INC contains: . build /usr/lib/perl5/site_perl/5.12.1/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.12.1 /usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.12.1 /usr/lib/perl5/5.12.1/x86_64-linux-thread-multi /usr/lib/perl5/5.12.1 .) at /usr/lib/obs/server//bs_repserver line 66
Compilation failed in require at /usr/lib/obs/server//bs_repserver line 66.
BEGIN failed--compilation aborted at /usr/lib/obs/server//bs_repserver line 66.
Can anybody help me with this please?
Thanks,
Senthil M
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
Is there an easy way to move packages while maintaining the source change history and the release.build numbers?
Anas--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org