rm iso_mirrors

This commit is contained in:
Bernhard Landauer 2018-04-15 19:41:45 +02:00
parent e89eb44971
commit 084ef4267d
5 changed files with 0 additions and 17 deletions

View file

@ -119,9 +119,6 @@ overriding
# Piece size, 2^n
# piece_size=21
# iso mirrors
# iso_mirrors=('heanet' 'jaist' 'netcologne' 'iweb' 'kent')
~~~
### 2. buildpkg

View file

@ -49,7 +49,6 @@ display_settings(){
if ${torrent}; then
msg2 "tracker_url: %s" "${tracker_url}"
msg2 "piece_size: %s" "${piece_size}"
msg2 "iso_mirrors: %s" "${iso_mirrors[*]}"
msg2 "torrent_meta: %s" "${torrent_meta}"
fi

View file

@ -72,6 +72,3 @@
# Piece size, 2^n
# piece_size=21
# iso mirrors
# iso_mirrors=('heanet' 'jaist' 'netcologne' 'iweb' 'kent')

View file

@ -272,14 +272,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>iso_mirrors=</varname></term>
<listitem><para>Array of iso mirrors that will be
used for webseeds.
</para></listitem>
</varlistentry>
</variablelist>
</refsect1>

View file

@ -332,8 +332,6 @@ init_deployiso(){
[[ -z ${piece_size} ]] && piece_size=21
[[ -z ${iso_mirrors[@]} ]] && iso_mirrors=('heanet' 'jaist' 'netcologne' 'iweb' 'kent')
torrent_meta="$(get_distid)"
}