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

Re: apt/apt-proxy: tilde in sources.list



At 12:18 23.11.2002 +0100, andreas well wrote:
Hallo Andreas,

> > ###sources-list###
> > deb http://127.0.0.1:9999/debian-people/ ~blade/woody/i386/
> >
> > aber leide scheint apt ein Problem mit der tilde zu haben:

Mein Mailclient zeigt mir da, dass hinter dem debian-people/ ein blank ist. Wenn Du das 'rübergegpm't hast, dann würde ich darin die Ursache sehen

1. Variante
###apt-proxy.conf###
add_backend /debian-people/                                     \
        $APT_PROXY_CACHE/debian-people/                         \
        http://people.debian.org/

###sources-list###
deb http://127.0.0.1:9999/debian-people/ %7Eblade/woody/i386/
# und
deb http://127.0.0.1:9999/debian-people/ %7eblade/woody/i386/

Sieht bei mir auch so aus, als wäre ein blank hinter debian-people/


2. Variante
###sources-list###
deb http://people.debian.org/%7Eblade/woody/i386/
# und
deb

# und
deb http://people.debian.org/~blade/woody/i386/

funktionieren alle drei
Zeigt mir auch keinen Blank in der URL

3. Variante
###sources-list###
deb http://127.0.0.1:9999/debian-people/ woody/i386/
Der blank vor dem woody ist hier ja korrekt

###apt-proxy.conf###
add_backend /debian-people/                                     \
        $APT_PROXY_CACHE/debian-people/                         \
        http://people.debian.org/%7Eblade/
# und
        http://people.debian.org/%7eblade/
# und
        http://people.debian.org/~blade/

funktionieren auch alle
Hier sind keine blanks drin.

Greets

Marc



Reply to: