Mailinglist Archive: opensuse-buildservice (262 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] package download
- From: "Dominique Leuenberger" <Dominique.Leuenberger@xxxxxxxxxxxxx>
- Date: Tue, 25 Aug 2009 10:59:28 +0200
- Message-id: <4A93C410020000290002BCE5@xxxxxxxxxxxxxxxxxxx>
Hi,
Are you looking for something like:
for a in $(osc ls home:dimstar); do osc getbinaries home:dimstar $a
openSUSE_Factory x86_64; done
this assumes you want to download all binaries from home:dimstar that have been
build for openSUSE_Factory / x86_64.
Of course variations are possible.
Dominique
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
Hello,On 8/25/2009 at 10:55, Peter Czanik <pczanik@xxxxxxxxxxxxxx> wrote:
Is there an easier way of downloading packages from unpublished
repositories than one by one with copy&pase of URL-s? I mean,
Are you looking for something like:
for a in $(osc ls home:dimstar); do osc getbinaries home:dimstar $a
openSUSE_Factory x86_64; done
this assumes you want to download all binaries from home:dimstar that have been
build for openSUSE_Factory / x86_64.
Of course variations are possible.
Dominique
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |