This commit is contained in:
kyodev 2017-06-23 12:35:04 +02:00
parent f5b19dce71
commit 086c80c30a
1 changed files with 39 additions and 25 deletions

View File

@ -24,35 +24,49 @@ exit
rmadison blender rmadison blender
``` ```
```text ```text
blender | 2.63a-1+deb7u1 | oldstable | source, amd64, i386 blender | 2.63a-1+deb7u1 | oldoldstable | source, amd64, armel, armhf, i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, s390x, sparc
blender | 2.72.b+dfsg0-3 | stable | source, amd64, i386 blender | 2.72.b+dfsg0-3 | oldstable | source, amd64, arm64, armel, armhf, i386, mips, mipsel, powerpc, ppc64el, s390x
blender | 2.72.b+dfsg0-3 | stable-kfreebsd | source blender | 2.72.b+dfsg0-3 | oldstable-kfreebsd | source, kfreebsd-amd64, kfreebsd-i386
blender | 2.74+dfsg0-4~bpo8+1 | jessie-backports | source, amd64, i386 blender | 2.74+dfsg0-4~bpo8+1 | jessie-backports | source, amd64, arm64, armel, armhf, i386, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, ppc64el, s390x
blender | 2.78.a+dfsg0-4 | testing | source, amd64, i386 blender | 2.78.a+dfsg0-4 | stable | source, amd64, arm64, armel, armhf, i386, mips, mips64el, mipsel, ppc64el, s390x
blender | 2.78.a+dfsg0-4 | unstable | source, amd64, i386 blender | 2.78.a+dfsg0-4 | testing | source, amd64, arm64, armel, armhf, i386, mips, mips64el, mipsel, ppc64el, s390x
blender | 2.78.a+dfsg0-4 | unstable | source, arm64, armel, armhf
blender | 2.78.c+dfsg0-2 | buildd-unstable | source, amd64, armel, hurd-i386, i386, kfreebsd-amd64, kfreebsd-i386, mips, mips64el, mipsel, powerpc, ppc64el, s390x
blender | 2.78.c+dfsg0-2 | unstable | source, amd64, armel, hurd-i386, i386, kfreebsd-amd64, kfreebsd-i386, mips, mips64el, mipsel, powerpc, ppc64el, s390x
``` ```
## configuration ## configuration
la configuration peut être modifiée en ajoutant un fichier `/etc/devscripts.conf` la configuration peut être modifiée en ajoutant un fichier `/etc/devscripts.conf`
par défaut: par défaut:
```text ```text
##### rmadison ##### rmadison
# #
# Add a custom URL to the default list of shorthands so one # Add a custom URL to the default list of shorthands so one
# can use it with -u without having to specify the full URL # can use it with -u without having to specify the full URL
# #
# RMADISON_URL_MAP_EXAMPLE=http://example.com/madison.cgi # RMADISON_URL_MAP_EXAMPLE=http://example.com/madison.cgi
# #
# Default URL to use if none is specified on the command line. # Default URL to use if none is specified on the command line.
# RMADISON_DEFAULT_URL=debian # RMADISON_DEFAULT_URL=debian
# debian "https://api.ftp-master.debian.org/madison", # debian "https://api.ftp-master.debian.org/madison",
# new "https://api.ftp-master.debian.org/madison?s=new", # new "https://api.ftp-master.debian.org/madison?s=new",
# qa "https://qa.debian.org/madison.php", # qa "https://qa.debian.org/madison.php",
# ubuntu "http://people.canonical.com/~ubuntu-archive/madison.cgi", # ubuntu "http://people.canonical.com/~ubuntu-archive/madison.cgi",
# udd 'https://qa.debian.org/cgi-bin/madison.cgi', # udd 'https://qa.debian.org/cgi-bin/madison.cgi',
# #
# Default architecture to use if none is specified on the command line. # Default architecture to use if none is specified on the command line.
# use --architecture='*' to run an unrestricted query when # use --architecture='*' to run an unrestricted query when
# RMADISON_ARCHITECTURE is set. # RMADISON_ARCHITECTURE is set.
# defaut RMADISON_ARCHITECTURE=source,i386,amd64,all
``` ```
## config adaptée
pour éviter un affichage de toutes les architectures possibles:
```shell
su
echo 'RMADISON_ARCHITECTURE=source,i386,amd64,all' >> /etc/devscripts.conf
exit
```
seul les sources, et les architectures i386, amd64 et all seront affichées.
pas d'espaces après les virgules.