summaryrefslogtreecommitdiff
path: root/Master/install-tl.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-07 09:27:21 +0000
committerNorbert Preining <preining@logic.at>2008-01-07 09:27:21 +0000
commitba708ac12088fdfb15b93721cc3aa89c7798901a (patch)
tree60ed0efa39492d9892abdd287398e3617bc816e1 /Master/install-tl.pl
parentd85245d0d191bd457f5be32ecc22ecb19a98d99f (diff)
use my tltesting for now as net install url
git-svn-id: svn://tug.org/texlive/trunk@6082 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-xMaster/install-tl.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl
index 33145d5f8cb..ac89e9e8f8c 100755
--- a/Master/install-tl.pl
+++ b/Master/install-tl.pl
@@ -52,7 +52,10 @@ my %install;
# needs our since for menu ...
our $trynet=0;
# the url of net location, can be changed with -url ....
-$::texlive_url = 'http://tug.org/svn/texlive/trunk/Master';
+#
+# for now it is my testing archive on tug.org
+#$::texlive_url = 'http://tug.org/svn/texlive/trunk/Master';
+$::texlive_url = 'http://tug.org/~preining/tltesting';
# the default scheme to be installed
my $default_scheme='scheme-full';
# some arrays where the lists of collections to be installed are saved