Re: KDE and other repositories moved
Lars Ellenberg <[email protected]> Mon, 5 Jun 2006 16:27:29 +0200
| Newsgroups | gmane.linux.suse.fou4s.devel |
|---|---|
| Message-ID | <[email protected]> |
/ 2006-05-31 09:11:07 +0200
\ Kevin Ivory:
> SUSE moved the KDE repositories
>
> This worked before in fou4s.conf:
> Server=rsync://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/%ARCH/supplementary/KDE/update_for_%VERSION/ # KDE update from supplementary tree
>
> Now I need to get something like
> Server=rsync://ftp.gwdg.de/pub/opensuse/repositories/KDE:/KDE3/SUSE_Linux_10.0/i586/
maybe try to use a wildcard for the colon:
rsync ftp-1.gwdg.de::pub/opensuse/repositories/KDE?/KDE3/SUSE_Linux_10.0/i586/
^
--