Skip to content

Commit 4d86e04

Browse files
committed
Add MIRRORS for obsolete packages
1 parent 4507c00 commit 4d86e04

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

conf/local.conf

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,17 @@ PATCHRESOLVE = "noop"
8989
#
9090
PRSERV_HOST = "localhost:0"
9191

92-
PREMIRRORS:prepend = "\
93-
git://.*/.* https://downloads.trikset.com/mirror/downloads/ \n \
94-
ftp://.*/.* https://downloads.trikset.com/mirror/downloads/ \n \
95-
http://.*/.* https://downloads.trikset.com/mirror/downloads/ \n \
96-
https://.*/.* https://downloads.trikset.com/mirror/downloads/ \n"
92+
#PREMIRRORS:prepend = "\
93+
# git://.*/.* https://dl.trikset.com/mirror/oe/ \n \
94+
# ftp://.*/.* https://dl.trikset.com/mirror/oe/ \n \
95+
# http://.*/.* https://dl.trikset.com/mirror/oe/ \n \
96+
# https://.*/.* https://dl.trikset.com/mirror/oe/ \n"
97+
98+
99+
MIRRORS += "${DEBIAN_MIRROR} http://archive.debian.org/debian/pool \n \
100+
git://anonscm.debian.org/collab-maint/ git://salsa.debian.org/debian/;protocol=https \n \
101+
ftp://nano-editor.org/pub/nano/ https://nano-editor.org/dist/ \n \
102+
"
97103

98104
TRIKOS_VERSION="2020.10"
99105
TRIK_USER_PARTION_CREATION_DIR="/usr/share/trik/"

0 commit comments

Comments
 (0)