diff options
author | Karl Berry <karl@freefriends.org> | 2008-08-14 13:16:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-08-14 13:16:30 +0000 |
commit | 8d51153c82dcab4b8c153a97c97ec5491f4494ac (patch) | |
tree | a08fd198e37a535862888429904e4f46db590927 /Master/tlpkg/bin | |
parent | 692cadb76fd466e13648572890ea7d2c8114ad96 (diff) |
switch release identifier from tldev to 2008
git-svn-id: svn://tug.org/texlive/trunk@10341 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-by-size | 2 |
2 files changed, 2 insertions, 2 deletions
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$//'` |