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
Hi,
I know it's been mentioned before, but I seem to have lost the email about it...
Can anyone post the patch for it/how to use it again?
--
later, Robert Xu
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi all,
As current code, osc/conf.py:722
os.chmod(conffile. 0600)
the specified oscrc file, whether or not ~/.oscrc, should be writable for
current user.
But in some cases, users want to run osc as special user, e.g. nobody in
some daemons, and there's no
a proper place to store the writable oscrc.
If osc can support global readonly oscrc for system wide configuration,
the things can be easier.
My question is: should osc support the readonly global oscrc? Is there
any potential security issue?
Thanks,
- jf.ding
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
parent 94dd1eaffddc45446b18f66541fe20fa50628209 ()
commit e3d95304419d92a713f62c661e0819cb7039d33d
Author: Jan Engelhardt <jengelh(a)medozas.de>
Date: Sun Feb 27 05:49:10 2011 +0100
src: fix wrong contractions
Signed-off-by: Jan Engelhardt <jengelh(a)medozas.de>
---
dist/obs_mirror_project | 2 +-
src/webui/app/views/driver_update/create.html.erb | 2 +-
src/webui/app/views/request/show.html.erb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dist/obs_mirror_project b/dist/obs_mirror_project
index 8fe80e5..7f8595a 100755
--- a/dist/obs_mirror_project
+++ b/dist/obs_mirror_project
@@ -109,7 +109,7 @@ check wether those files were correctly or completely downloaded
before.
When you restart the scheduler it will tell you about broken packages
-in it's log file in /srv/obs/log/ . Simply remove the broken package
+in its log file in /srv/obs/log/ . Simply remove the broken package
and re-run this script to update the broken file.
The paranoid may run rpm --checksig, like this:
diff --git a/src/webui/app/views/driver_update/create.html.erb b/src/webui/app/views/driver_update/create.html.erb
index 97cfd6a..3634f46 100644
--- a/src/webui/app/views/driver_update/create.html.erb
+++ b/src/webui/app/views/driver_update/create.html.erb
@@ -112,7 +112,7 @@
<h2>Driver update disk wizard</h2>
<p>This editor helps to create the configuration for a <a href="http://en.opensuse.org/Libzypp/Products/DuD/Installation">driver update disk</a>.
- It will store it's settings in the _service file which generates the full kiwi config on the build server or
+ It will store its settings in the _service file which generates the full kiwi config on the build server or
your workstation when using osc.</p>
diff --git a/src/webui/app/views/request/show.html.erb b/src/webui/app/views/request/show.html.erb
index 61fc71b..b23b9c9 100644
--- a/src/webui/app/views/request/show.html.erb
+++ b/src/webui/app/views/request/show.html.erb
@@ -283,7 +283,7 @@
<%= submit_tag "Forward to %s" % linked, :name => 'forward' %>
<% end -%>
<% if @req.state.name.to_s == "review" %>
- <%= submit_tag "Accept request", :name => 'accepted', :confirm => "Do you really wan't to approve this request, despite of open review requests ?" %>
+ <%= submit_tag "Accept request", :name => 'accepted', :confirm => "Do you really want to approve this request, despite of open review requests ?" %>
<% else %>
<%= submit_tag "Accept request ", :name => 'accepted' %>
<% end %>
--
# Created with git-export-patch
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
We need to shutdown the OBS backend for some minutes, should be back in 30 minutes.
--
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 got my own loacal OBS server up&running but there are still some small
problems...
1. "osc bl" fails to fetch the build log with "Server returned an error: HTTP
Error 400: Bad Request"
2. the download links in the generated .repo files point at the wrong urls
3. packages and repos are not signed
How do i fix these?
bye,
MH
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org