diff --git a/helpers/DATA/debootstrap/aramo b/helpers/DATA/debootstrap/aramo new file mode 120000 index 0000000000000000000000000000000000000000..fe1d521296150a6df8fc6e4dbd6426014977929f --- /dev/null +++ b/helpers/DATA/debootstrap/aramo @@ -0,0 +1 @@ +trisquel \ No newline at end of file diff --git a/helpers/DATA/debootstrap/trisquel b/helpers/DATA/debootstrap/trisquel index dc0054f4be1b425b603af341389e2e8bb838f9df..8c1dea719b24753f2e3ac955c32e14e091993f9c 100644 --- a/helpers/DATA/debootstrap/trisquel +++ b/helpers/DATA/debootstrap/trisquel @@ -1,11 +1,5 @@ -case $ARCH in - amd64|i386) - default_mirror http://archive.trisquel.org/trisquel - ;; - *) - default_mirror http://ports.trisquel.org/trisquel - ;; -esac +default_mirror http://archive.trisquel.org/trisquel + mirror_style release download_style apt finddebs_style from-indices diff --git a/helpers/DATA/debootstrap/trisquel-common b/helpers/DATA/debootstrap/trisquel-common index dc0054f4be1b425b603af341389e2e8bb838f9df..8c1dea719b24753f2e3ac955c32e14e091993f9c 100644 --- a/helpers/DATA/debootstrap/trisquel-common +++ b/helpers/DATA/debootstrap/trisquel-common @@ -1,11 +1,5 @@ -case $ARCH in - amd64|i386) - default_mirror http://archive.trisquel.org/trisquel - ;; - *) - default_mirror http://ports.trisquel.org/trisquel - ;; -esac +default_mirror http://archive.trisquel.org/trisquel + mirror_style release download_style apt finddebs_style from-indices diff --git a/helpers/make-debootstrap b/helpers/make-debootstrap index 9df1ae15d681470bb29e41e3d349978e400fb488..cea7b01328b75298d80503ee492b4cd661975a20 100644 --- a/helpers/make-debootstrap +++ b/helpers/make-debootstrap @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2008-2020 Ruben Rodriguez <ruben@trisquel.info> +# Copyright (C) 2008-2022 Ruben Rodriguez <ruben@trisquel.info> # # 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 @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=5 +VERSION=6 NETINST=true . ./config @@ -25,9 +25,7 @@ NETINST=true rm scripts/* cp -a $DATA/* scripts/ -replace ports.trisquel.org archive.trisquel.org - -changelog "Only include trisquel origins + armfh ports to archive" +changelog "Only include trisquel origins" compile