diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2024-02-03 17:46:11 -0800 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2024-02-03 17:55:16 -0800 |
commit | 444753fc3673fbf56c8b5fd488e14ede6ad916da (patch) | |
tree | 8c4595dff65283ef344457c65c2168add589f8f7 | |
parent | cde72109102eda2442decb96f33a85f15afa6d32 (diff) | |
download | mgatools-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-- | functions | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |