debootstrap: added aramo release
This commit is contained in:
parent
0db188867a
commit
ff7b8dc548
4 changed files with 8 additions and 21 deletions
1
helpers/DATA/debootstrap/aramo
Symbolic link
1
helpers/DATA/debootstrap/aramo
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
trisquel
|
||||||
|
|
@ -1,11 +1,5 @@
|
||||||
case $ARCH in
|
|
||||||
amd64|i386)
|
|
||||||
default_mirror http://archive.trisquel.org/trisquel
|
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
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,5 @@
|
||||||
case $ARCH in
|
|
||||||
amd64|i386)
|
|
||||||
default_mirror http://archive.trisquel.org/trisquel
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue