summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2024-02-03 17:46:11 -0800
committerDan Fandrich <dan@coneharvesters.com>2024-02-03 17:55:16 -0800
commit444753fc3673fbf56c8b5fd488e14ede6ad916da (patch)
tree8c4595dff65283ef344457c65c2168add589f8f7
parentcde72109102eda2442decb96f33a85f15afa6d32 (diff)
downloadmgatools-444753fc3673fbf56c8b5fd488e14ede6ad916da.tar
mgatools-444753fc3673fbf56c8b5fd488e14ede6ad916da.tar.gz
mgatools-444753fc3673fbf56c8b5fd488e14ede6ad916da.tar.bz2
mgatools-444753fc3673fbf56c8b5fd488e14ede6ad916da.tar.xz
mgatools-444753fc3673fbf56c8b5fd488e14ede6ad916da.zip
Add ARM arches & mga 1-9 in the config file by default
-rw-r--r--functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions b/functions
index 97ffbec..472c8fb 100644
--- a/functions
+++ b/functions
@@ -10,8 +10,8 @@ distribdir='/distrib/bootstrap/distrib'
finaldistribdir='/distrib/mirror/distrib'
distrosections='core nonfree tainted'
distrosubsections='release updates updates_testing backports backports_testing'
-distroreleases='1 2 3 4'
-arches='i586 x86_64'
+distroreleases='1 2 3 4 5 6 7 8 9'
+arches='i586 x86_64 armv7hl aarch64'
mirror_rsync_options="--dry-run -v --delete -alH"
[ -f /etc/mgatools.conf ] && . /etc/mgatools.conf