summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-08-14 13:16:30 +0000
committerKarl Berry <karl@freefriends.org>2008-08-14 13:16:30 +0000
commit8d51153c82dcab4b8c153a97c97ec5491f4494ac (patch)
treea08fd198e37a535862888429904e4f46db590927
parent692cadb76fd466e13648572890ea7d2c8114ad96 (diff)
switch release identifier from tldev to 2008
git-svn-id: svn://tug.org/texlive/trunk@10341 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/release-texlive.txt2
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet2
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-by-size2
4 files changed, 4 insertions, 4 deletions
diff --git a/Master/release-texlive.txt b/Master/release-texlive.txt
index d2109899978..ef657d976c9 100644
--- a/Master/release-texlive.txt
+++ b/Master/release-texlive.txt
@@ -1,4 +1,4 @@
-TeX Live version: development (see http://tug.org/texlive)
+TeX Live version: 2008 (see http://tug.org/texlive)
This file is public domain. It is read by install-tl --version and
texconfig conf, and a final line appended with the precise version
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index 67f260a00f3..887a9537034 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -55,7 +55,7 @@ our $DefaultContainerExtension = "tar.lzma";
our $Archive = "archive";
our $TeXLiveServerURL = "http://mirror.ctan.org";
-our $TeXLiveServerPath = "systems/texlive/tlnet/tldev";
+our $TeXLiveServerPath = "systems/texlive/tlnet/2008";
our $TeXLiveURL = "$TeXLiveServerURL/$TeXLiveServerPath";
our $WinSpecialUpdatePackagesRegexp =
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index 25763da326e..db66331b86c 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -33,7 +33,7 @@ while test $# -gt 0; do
shift
done
-test -z "$tlweb" && tlweb=/home/ftp/texlive/tlnet/tldev
+test -z "$tlweb" && tlweb=/home/ftp/texlive/tlnet/2008
if test -z "$Master"; then
mydir=`dirname $0`
Master=`cd $mydir/../.. && pwd`
diff --git a/Master/tlpkg/bin/tlpkg-by-size b/Master/tlpkg/bin/tlpkg-by-size
index b160ec30249..9b204966e0b 100755
--- a/Master/tlpkg/bin/tlpkg-by-size
+++ b/Master/tlpkg/bin/tlpkg-by-size
@@ -3,7 +3,7 @@
# Public domain. Originally written 2008, Karl Berry.
# If it ever matters, we can do this right by reading tlpdb.
-test $# -eq 0 && set - /home/ftp/texlive/tlnet/tldev/tlpkg
+test $# -eq 0 && set - /home/ftp/texlive/tlnet/2008/archive
cd "$1" || exit 1
for pkgtar in `ls *.tar.lzma | egrep -v '\..*\.tar\.lzma$'`; do
pkg=`echo $pkgtar | sed 's/\.tar\.lzma$//'`