debootstrap: added aramo release

This commit is contained in:
Ruben Rodriguez 2022-07-14 15:21:17 -04:00
parent 0db188867a
commit ff7b8dc548
4 changed files with 8 additions and 21 deletions

View file

@ -0,0 +1 @@
trisquel

View file

@ -1,11 +1,5 @@
case $ARCH in default_mirror http://archive.trisquel.org/trisquel
amd64|i386)
default_mirror http://archive.trisquel.org/trisquel
;;
*)
default_mirror http://ports.trisquel.org/trisquel
;;
esac
mirror_style release mirror_style release
download_style apt download_style apt
finddebs_style from-indices finddebs_style from-indices

View file

@ -1,11 +1,5 @@
case $ARCH in default_mirror http://archive.trisquel.org/trisquel
amd64|i386)
default_mirror http://archive.trisquel.org/trisquel
;;
*)
default_mirror http://ports.trisquel.org/trisquel
;;
esac
mirror_style release mirror_style release
download_style apt download_style apt
finddebs_style from-indices finddebs_style from-indices

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/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 # 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 # 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 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=5 VERSION=6
NETINST=true NETINST=true
. ./config . ./config
@ -25,9 +25,7 @@ NETINST=true
rm scripts/* rm scripts/*
cp -a $DATA/* scripts/ cp -a $DATA/* scripts/
replace ports.trisquel.org archive.trisquel.org changelog "Only include trisquel origins"
changelog "Only include trisquel origins + armfh ports to archive"
compile compile