Hi,
I have a package in some project which I can't neither checkout nor
delete nor update (cli or web)...
What happened is that yesterday i tried to delete the package.
Unfortunately the request timedout and now I still have the package
listed in my project but I can't delete it.
Even 'worse', if I try to do a checkout of the project I get an error
message as follow:
# osc co home:sbarbereau
....
Server returned an error: HTTP Error 404: Not Found
/source/home:sbarbereau/python-django-test not found
#
I also tried to do a osc rdelete without success.
Anyone has an idea?
Thanks,
Seb.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
here's a first (incomplete!) version of a patch which adds dod support to the
backend. Before I implement the missing parts in bs_repserver I just want to
know if this is the right way to do it (especially the parts in bs_sched and
BSSolv.xs (the implementation in the repserver is just a quick hack to test
the scheduler)).
Note: currently it doesn't use the changes which were committed in r9280
because the scheduler rescans the repo directly if the repserver fetched new
packages (although this might be problem in case the build finishes before
the scheduler finishes the reposcan/processed the new event - I need to check
if this can happen...).
Feedback is welcome:)
Marcus
I'm wondering what's up with devel:languages:python? Are we considered
to develop python packages there? Everthing is disabled. I tried to
enable opensuse_Factory for pyxml, but it stays disabled.
Must I branch my pyxml package nevertheless?
--
Karl Eichwalder
R&D / Documentation
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi all,
The web ui for my project shows that three packages have been
built, but the web repository only shows two, and old versions. Is
there a latency between when projects are built and uploaded, or is my
project somehow out of sync?
Thanks very much,
Nicholas — ntung at ntung — https://ntung.com
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
present: mls, jloeser, cwh, coolo, bg, tschmidt, freitag, adrian
Topics:
* Status round
* Release build-service 1.7
* git migration / deployment
* maintenance page
* Dial-In Number for this meeting
Status round
============
mls:
* opensuse.org backend deployment based on git
* branch command and patch type handling support in backend
=> this will reduce the source link breakages
(similar diff3 handling as used in git)
=> api internal changes needed to support this for new
branches.
coolo:
* svn 2 gitorious migration
* worked on project status page, convert to ruby code
* worked on server monitor page
* improved usability of project monitor pages
bg:
* preparing new OBS worker images with XEN fixes (WIP)
tschmidt:
* build.opensuse.org webui gets deployed via git now.
* created new script based on capistrano for deployment
freitag:
* hermes database re-design
* hermes process can be shutdown cleanly via SIGTERM
* working on fixes for monthly mails
adrian:
* svn 2 gitorious migration
* product handling support for service packs
* osc features and fixes to prepare new release 0.124
- (what)dependson call to figure out what would be
triggered.
- fixed and faster local product building
local version would be ready to release, but revert
cpio support => check with Marcus Hüwe
Release Build Service
=====================
missing stuff for 1.7:
* branch call changes
* attribute api call changes
* repository state reporting
We can nevertheless make a beta 1 this year in any case
and document the missing parts.
git migration / deployment
==========================
* api.opensuse.org will be deployed new early tomorrow,
only very short downtime expected.
Maintenance Page
================
Fallback "down for maintenance" page is not really up to
date and not a proper solution for api.opensuse.org.
=> Update maintenance page
=> Prepare correct fallback for api.
AI: adrian
Dial-In Number for this meeting
===============================
AI: adrian, find a public dial-in number for this meeting.
To be held as public meeting once in a month.
We will need always an agenda for this meeting.
--
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 I am trying to backport qt4.6 from mandriva's development version
(aka cooker) to mandriva 2010 so I grabbed the src rpm extracted all
the stuff and uploaded it to the build service but I am getting the
following error
nothing provides qtdbus, nothing provides 4
This package builds fine on cooker though I havent tested it locally....
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
I have some problem with publishing built packages for openSUSE 11.2 i586.
When I build/rebuild packages in my home repo and when a job is done, all
packages are published in all repo except openSUSE 11.2 i586. Publishing for
this repo is enabled, of course, as for other repos where packages are
published normally. Any clue with that?
Affected repos: home:Fisiu repository and also subproject
home:Fisiu:playground
--
Pozdrawiam / Best regards,
Mariusz Fik,
openSUSE Community Member
Hi,
Spending a lot of my work day on these pages, I decided I have enough of this
clipped combobox on the project monitor page.
I'm not 100% happy with my solution, but 1000% more happy than with the old
solution, so I would like your (constructive :) feedback on the new toolbar on
https://build.opensuse.org/stage/project/monitor?project=home:coolo
Please note that you may need to adapt your bookmarks in case you bookmark
special states (I did).
Greetings, Stephan
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
While testing osc 0.123, I ran into an issue with debianutils not being
detected in the cache because it has not release, so the local file://
mirror fails to find the file since something adds -0 as a default
release. But, when I was in the code I noticed that
osc.fetch.Fetcher.fetch was constructing a canonical name for debs as
canonname = '%s-%s.%s.%s' % (pkgq.name(), pkgq.version(), arch,
pkgq.filename_suffix)
which would give
debianutils-2.30ubuntu3.amd64.deb
but, the naming scheme for debs uses _ has a separator for verision and
arch. The actual deb is called
/srv/obs/build/Ubuntu:9.10/standard/x86_64/:full/debianutils_2.30ubuntu3_amd64.deb
Is this just an error in expanding osc build to handle deb based bundles
and should be fixed or was a decision made to use . has a separator for
the canonical names for both rpms and debs? In which case, when does
this canonical name get translated to the correct name since the debs in
the download url use the '_' separator?
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org