summaryrefslogtreecommitdiff
path: root/Master/install-tl.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-03-10 18:49:20 +0000
committerKarl Berry <karl@freefriends.org>2008-03-10 18:49:20 +0000
commit571b6c3eebb347be6032b40b47fe3c9e82b9ddc7 (patch)
tree9b0eb6cf8aefb4ed98f1e4c8ebc2d58e4f087ee7 /Master/install-tl.pl
parent724feb33b533201fa10b2b1abaf681f058c1a916 (diff)
(texlive_url): switch to ftp://tug.org.
git-svn-id: svn://tug.org/texlive/trunk@6933 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-xMaster/install-tl.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl
index 2ea00cca74f..3e34cd5bf91 100755
--- a/Master/install-tl.pl
+++ b/Master/install-tl.pl
@@ -98,14 +98,15 @@ my %install;
our $trynet=0;
# the url of net location, can be changed with -url ....
#
-# for now it is my testing archive on tug.org
-#$::texlive_url = 'http://tug.org/svn/texlive/trunk/Master';
# for my own testing in the virtual machine
#$::texlive_url = 'http://localhost/norbert/tltesting';
#$::texlive_url = 'http://10.0.2.2/norbert/tltesting';
-$::texlive_url = 'http://tug.org/~preining/tltesting';
+#$::texlive_url = 'http://tug.org/~preining/tltesting';
+$::texlive_url = 'ftp://tug.org/texlive/tlnet/tldev';
+
# the default scheme to be installed
my $default_scheme='scheme-full';
+
# some arrays where the lists of collections to be installed are saved
# our for menus
our @collections_std;