mirror of
https://github.com/rworkman/slackpkg
synced 2025-01-19 10:26:50 +01:00
Split aarch64 and arm mirrors into separate files
Signed-off-by: Robby Workman <rworkman@slackware.com>
This commit is contained in:
parent
5edf86dceb
commit
2c37581b16
3 changed files with 72 additions and 12 deletions
|
@ -25,6 +25,9 @@ copy_mirror_file() {
|
||||||
arm*)
|
arm*)
|
||||||
SRCMIRROR=mirrors-arm.sample
|
SRCMIRROR=mirrors-arm.sample
|
||||||
;;
|
;;
|
||||||
|
aarch64)
|
||||||
|
SRCMIRROR=mirrors-aarch64.sample
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
SRCMIRROR=mirrors-x86.sample
|
SRCMIRROR=mirrors-x86.sample
|
||||||
;;
|
;;
|
||||||
|
|
68
files/mirrors-aarch64.sample
Normal file
68
files/mirrors-aarch64.sample
Normal file
|
@ -0,0 +1,68 @@
|
||||||
|
# mirrors - List of Slackware Linux mirrors.
|
||||||
|
#
|
||||||
|
# SlackPkg - An Automated packaging tool for Slackware Linux
|
||||||
|
# Copyright (C) 2003-2011 Roberto F. Batista, Evaldo Gardenali
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# Project Page: http://slackpkg.org/
|
||||||
|
# Roberto F. Batista (aka PiterPunk) piterpunk@slackware.com
|
||||||
|
# Evaldo Gardenali (aka UdontKnow) evaldogardenali@fasternet.com.br
|
||||||
|
#
|
||||||
|
# END OF LEGAL NOTICE
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# You only need to select one mirror and uncomment it.
|
||||||
|
# ONLY ONE mirror can be uncommented.
|
||||||
|
#
|
||||||
|
# You can use a mirror not included in this file. Many people have mirrors
|
||||||
|
# in their local networks.
|
||||||
|
#
|
||||||
|
# Slackpkg only needs to point to the directory that contains
|
||||||
|
# "ChangeLog.txt", and don't forget the trailing slash.
|
||||||
|
#
|
||||||
|
#----------------------------------------------------------------
|
||||||
|
# Local CD/DVD drive
|
||||||
|
#----------------------------------------------------------------
|
||||||
|
#cdrom://media/cdrom/
|
||||||
|
#
|
||||||
|
#----------------------------------------------------------------
|
||||||
|
# Local Directory
|
||||||
|
#----------------------------------------------------------------
|
||||||
|
#file://path/to/some/directory/
|
||||||
|
#
|
||||||
|
#----------------------------------------------------------------
|
||||||
|
# Local CD/DVD drive
|
||||||
|
#----------------------------------------------------------------
|
||||||
|
#cdrom://media/cdrom/
|
||||||
|
#
|
||||||
|
#----------------------------------------------------------------
|
||||||
|
# Local Directory
|
||||||
|
#----------------------------------------------------------------
|
||||||
|
#file://path/to/some/directory/
|
||||||
|
#
|
||||||
|
|
||||||
|
#----------------------------------------------------------------
|
||||||
|
# Slackware AArch64 (ARM64) current: 64bit armv8
|
||||||
|
#----------------------------------------------------------------
|
||||||
|
#http://slackware.uk/slackwarearm/slackwareaarch64-current/
|
||||||
|
#http://ftp.halifax.rwth-aachen.de/slackwarearm/slackwareaarch64-current/
|
||||||
|
#http://ftp.slackware.pl/pub/slackwarearm/slackwareaarch64-current/
|
||||||
|
#https://mirror.slackbuilds.org/slackwarearm/slackwareaarch64-current/
|
||||||
|
#https://slackware.absolutehosting.net/pub/slackwarearm/slackwareaarch64-current/
|
||||||
|
#
|
||||||
|
# Use this as the default if you don't know which to pick:
|
||||||
|
#http://ftp.arm.slackware.com/slackwarearm/slackwareaarch64-current/
|
||||||
|
#
|
|
@ -74,17 +74,6 @@
|
||||||
#https://mirror.slackbuilds.org/slackwarearm/slackwarearm-current/
|
#https://mirror.slackbuilds.org/slackwarearm/slackwarearm-current/
|
||||||
#https://slackware.absolutehosting.net/pub/slackwarearm/slackwarearm-current/
|
#https://slackware.absolutehosting.net/pub/slackwarearm/slackwarearm-current/
|
||||||
#
|
#
|
||||||
|
# Use this as the default if you don't know which to pick:
|
||||||
#http://ftp.arm.slackware.com/slackwarearm/slackwarearm-current/
|
#http://ftp.arm.slackware.com/slackwarearm/slackwarearm-current/
|
||||||
#
|
#
|
||||||
|
|
||||||
#----------------------------------------------------------------
|
|
||||||
# Slackware AArch64 (ARM64) current: 64 bit armv8
|
|
||||||
#----------------------------------------------------------------
|
|
||||||
#http://slackware.uk/slackwarearm/slackwareaarch64-current/
|
|
||||||
#http://ftp.halifax.rwth-aachen.de/slackwarearm/slackwareaarch64-current/
|
|
||||||
#http://ftp.slackware.pl/pub/slackwarearm/slackwareaarch64-current/
|
|
||||||
#https://mirror.slackbuilds.org/slackwarearm/slackwareaarch64-current/
|
|
||||||
#https://slackware.absolutehosting.net/pub/slackwarearm/slackwareaarch64-current/
|
|
||||||
#
|
|
||||||
#http://ftp.arm.slackware.com/slackwarearm/slackwareaarch64-current/
|
|
||||||
#
|
|
||||||
|
|
Loading…
Reference in a new issue