:: Re: [DNG] rmadison
Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Mark Hindley
Ημερομηνία:  
Προς: Martin Steigerwald
Υ/ο: dng
Αντικείμενο: Re: [DNG] rmadison
On Mon, Jun 17, 2024 at 06:06:14PM +0200, Martin Steigerwald wrote:
> > Interesting command, rmadison.
> > On Devuan, does it search the Devuan releases or the Debian ones?
>
> According to the manpage the Debian ones. For "runit-services" it should
> be the same versions in Devuan.


Actually, either.

For Devuan specify -u https://api.pkginfo.devuan.org/madison

or configure

$ cat ~/.devscripts
RMADISON_URL_MAP_DEVUAN=https://api.pkginfo.devuan.org/madison

and specify -u devuan

$ rmadison -u devuan base-files
base-files | 8+devuan7      | jessie                    | source, amd64, arm64, armel, armhf, i386, mipsel
base-files | 9.9+devuan2.6  | ascii                     | source, all
base-files | 10.3+devuan3.5 | beowulf                   | source, all
base-files | 11.1+devuan3   | chimaera                  | source, all
base-files | 11.1+devuan4   | chimaera-proposed-updates | source, all
base-files | 11.1+devuan4   | chimaera-security         | source, all
base-files | 12.4devuan3    | daedalus                  | source, all
base-files | 13.3devuan1    | excalibur                 | source, amd64, arm64, armel, armhf, i386, ppc64el, riscv64
base-files | 13.3devuan1    | unstable                  | source, amd64, arm64, armel, armhf, i386, ppc64el, riscv64


Mark