diff options
author | Norbert Preining <preining@logic.at> | 2008-07-27 15:25:02 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-07-27 15:25:02 +0000 |
commit | 07500b42df73eb4a67ba18cfae0a560ad1a11c38 (patch) | |
tree | 6e4f10df11d060024f449b171c0985fb515f8331 /Master/tlpkg/bin/tl-update-tlnet | |
parent | febe8447d64323d3816a37e78a2b8fe751fcb284 (diff) |
add some todos to tl-update-tlnet
git-svn-id: svn://tug.org/texlive/trunk@9815 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rw-r--r-- | Master/tlpkg/bin/tl-update-tlnet | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index fe04787c98f..cbf0ab426d6 100644 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -1,6 +1,14 @@ #!/bin/sh -e # Update a TeX Live tlnet distribution +# +# TODO: +# - only remove the old tlnet and move the newly one to the old place in case +# that actually something has changed. OTOH we have to check the output +# of tl-update-containers (is that trustworthy?), OTOH the install packages +# size (md5sums?) +# - other tests with the installed system? +# set -e vc_id='$Id$' |