[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#972243: marked as done (option to download *all* binary packages)



Your message dated Thu, 15 Oct 2020 09:22:05 +0200
with message-id <20201015091749.GA1439601@debian.org>
and subject line Re: Bug#972243: option to download *all* binary packages
has caused the Debian Bug report #972243,
regarding option to download *all* binary packages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
972243: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972243
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 2.1.10
Severity: wishlist

Hi folks,

for maintaining a restricted local backports repository for Buster
I would like to have an option in apt-get to download all *.deb
packages for a given source package, architecture and target release.
The signature should be checked as well.

Do you think this could be done?

Thanx in advance
Harri

--- End Message ---
--- Begin Message ---
On Thu, Oct 15, 2020 at 08:56:09AM +0200, Harald Dunkel wrote:
> Package: apt
> Version: 2.1.10
> Severity: wishlist
> 
> Hi folks,
> 
> for maintaining a restricted local backports repository for Buster
> I would like to have an option in apt-get to download all *.deb
> packages for a given source package, architecture and target release.
> The signature should be checked as well.
> 
> Do you think this could be done?

Just do it

apt download ?source-package(^regex$)?architecture(regex)?archive(your release)

e.g. ?source-package(^apt$)?architecture(amd64)?archive(unstable)

You might want to

?or(?architecture(amd64),?architecture(all))

Currently the former (if native arch) includes the latter, but that is
a bug in how it's implemented and does not match what aptitude does.

See apt-patterns(7) for more patterns to query with.

-- 
debian developer - deb.li/jak | jak-linux.org - free software dev
ubuntu core developer                              i speak de, en

--- End Message ---

Reply to: