Re: [opensuse-factory] build service

2006-12-13 Thread Adrian Schröter

Good morning,

Am Tuesday 12 December 2006 20:36 schrieb Benji Weber:
 On 12/12/06, Anders Johansson [EMAIL PROTECTED] wrote:
  Hi,
 
  Is there a good interface for searching through the various repositories
  when
  looking for packages? All these separate directories make it harder to
  find stuff

 You can use http://benjiweber.co.uk:8080/webpin/ It's still somewhat
 experimental, but makes things easier.

Hey, cool stuff ...

Benji, would it be okay when we create a temporary link on 
http://software.opensuse.org to your page, until our real interface for 
software.o.o is ready ?

bye
adrian

-- 

Adrian Schroeter
SUSE Linux Products GmbH,  Maxfeldstr. 5, 90409 Nuernberg, Germany
email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] build service

2006-12-13 Thread Christoph Thiel
On Wed, Dec 13, 2006 at 12:05:15PM +, Benji Weber wrote:
 Hey, cool stuff ...
 
 Benji, would it be okay when we create a temporary link on
 http://software.opensuse.org to your page, until our real interface for
 software.o.o is ready ?
 
 You may, but I can make no guarantee of uptime or availability. Also
 if it were to get an insane amount of traffic I might have to take it
 down

Could it be an option to host it on our site?


Best,
Christoph
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] build service

2006-12-13 Thread houghi
On Wed, Dec 13, 2006 at 09:09:40AM +0100, Adrian Schröter wrote:
  You can use http://benjiweber.co.uk:8080/webpin/ It's still somewhat
  experimental, but makes things easier.
 
 Hey, cool stuff ...
 
 Benji, would it be okay when we create a temporary link on 
 http://software.opensuse.org to your page, until our real interface for 
 software.o.o is ready ?

If he says no (due to e.g. bandwith considerations) it would be nice if he
gave you the code, so you can put it on http://software.opensuse.org
yourself.


-- 
Dr. Walter Gibbs: Won't that be grand? Computers and the programs 
will start thinking and the people will stop. 
  --  Tron (1982)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] build service

2006-12-13 Thread Adrian Schröter
Am Wednesday 13 December 2006 16:09 schrieb houghi:
 On Wed, Dec 13, 2006 at 09:09:40AM +0100, Adrian Schröter wrote:
   You can use http://benjiweber.co.uk:8080/webpin/ It's still somewhat
   experimental, but makes things easier.
 
  Hey, cool stuff ...
 
  Benji, would it be okay when we create a temporary link on
  http://software.opensuse.org to your page, until our real interface for
  software.o.o is ready ?

 If he says no (due to e.g. bandwith considerations) it would be nice if he
 gave you the code, so you can put it on http://software.opensuse.org
 yourself.

he agreed, the link is there already :)

We may take it down again, if Benji runs into any trouble, but let's see what 
happens for now ..

bye
adrian

-- 

Adrian Schroeter
SUSE Linux Products GmbH,  Maxfeldstr. 5, 90409 Nuernberg, Germany
email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse-factory] build service

2006-12-12 Thread Anders Johansson
Hi,

Is there a good interface for searching through the various repositories when 
looking for packages? All these separate directories make it harder to find 
stuff

Also, is there a way to add all the repos as installation sources in one go?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] build service

2006-12-12 Thread David Mayr

 Is there a good interface for searching through the various repositories
 when looking for packages? All these separate directories make it harder to
 find stuff

Not yet, but we're working hard on it. Please stay tuned. 
We know that this is an important must have ...


 Also, is there a way to add all the repos as installation sources in one
 go?

AFAIK: No.

-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] build service

2006-12-12 Thread Richard Bos
Op dinsdag 12 december 2006 19:47, schreef David Mayr:
  Is there a good interface for searching through the various repositories
  when looking for packages? All these separate directories make it harder
  to find stuff

 Not yet, but we're working hard on it. Please stay tuned.
 We know that this is an important must have ...

I use:
rsync -a 
rsync://ftp-1.gwdg.de/pub/opensuse/repositories/ --include=rpm --exclude=html | 
tr -s   | cut -d  -f5-  | grep rpm | sort 

Which is redirected to a file.  This file can be grepped.  Works quite well 
for.  The only problem is to have them categorized per suse version, this is 
not easy with all the free format names.


-- 
Richard Bos
Without a home the journey is endless
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] build service

2006-12-12 Thread Benji Weber

On 12/12/06, Anders Johansson [EMAIL PROTECTED] wrote:

Hi,

Is there a good interface for searching through the various repositories
when
looking for packages? All these separate directories make it harder to find
stuff


You can use http://benjiweber.co.uk:8080/webpin/ It's still somewhat
experimental, but makes things easier.


Also, is there a way to add all the repos as installation sources in one go?


Well you could write a script, but not easily, and you almost
certainly don't want to do this. Adding catalogues you're never going
to use is just going to slow things down and make it easier to update
to unstable testing versions of things by mistake.

_
Benjamin Weber
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] build service

2006-12-12 Thread Stephan Binner
On Tuesday 12 December 2006 19:02, Anders Johansson wrote:

 Is there a good interface for searching through the various repositories
 when looking for packages? All these separate directories make it harder to

http://benjiweber.co.uk:8080/webpin/ also index the build service repos.

Bye,
   Steve
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] build service

2006-12-12 Thread Eberhard Moenkeberg
Hi,

On Tue, 12 Dec 2006, Stephan Binner wrote:
 On Tuesday 12 December 2006 19:02, Anders Johansson wrote:
 
  Is there a good interface for searching through the various repositories
  when looking for packages? All these separate directories make it harder to
 
 http://benjiweber.co.uk:8080/webpin/ also index the build service repos.

ftp-1.gwdg.de is indexing the whole /pub/ area each night at 01:00 h MET.
This is a fast thingy (about 20 minutes) due to the big inode cache - 
possible only with 2.6 kernels and 64 bit.
ftp.gwdg.de (2.4, 32 bit) needs about 6 hours to three days for the same, 
depending on the filesystem load.

These are the produced files, residing at /pub/:

-rw-r--r--   1 emoenke gwdg  36159562 Dec 12 01:18 newfiles
-rw-r--r--   1 emoenke gwdg   4432459 Dec 12 01:18 newfiles.gz
-rw-r--r--   1 emoenke gwdg 602541551 Dec 12 01:18 ls-lR.txt
-rw-r--r--   1 emoenke gwdg 123364464 Dec 12 01:18 locatedb
-rw-r--r--   1 emoenke gwdg  32340110 Dec 12 01:19 locatedb.gz
-rw-r--r--   1 emoenke gwdg  83134639 Dec 12 01:19 ls-lR.txt.gz
-rw-r--r--   1 emoenke gwdg 509453938 Dec 12 01:21 find
-rw-r--r--   1 emoenke gwdg  59786039 Dec 12 01:21 find.gz

One can fetch locatedb.gz and search locally.

But Richard's method is the best: to let rsync just list the contents 
under /pub/opensuse/repositories/ without any file transfer. This is 
complete and always actual.

Cheers -e
-- 
Eberhard Moenkeberg ([EMAIL PROTECTED], [EMAIL PROTECTED])
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]