diff options
author | Norbert Preining <preining@logic.at> | 2008-10-18 14:50:46 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-10-18 14:50:46 +0000 |
commit | 66c543fff59d1c88d31e952f05105e965ee6c52a (patch) | |
tree | 3d7476b4123c948fb301260c05ddee9ad156df0a /Master/texmf/scripts | |
parent | 040e7d7fdac0c0cd30ee97e69a9167f1ceee9aac (diff) |
add a todo found on the guit meeting
git-svn-id: svn://tug.org/texlive/trunk@11007 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 101dcb1ed8c..df21a27841f 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -6,6 +6,9 @@ # or any later version. # # TODO: +# - save the remote texlive.tlpdb and its md5-hash, and before downloading +# check only for the md5-hash of the remote tlpdb, and re-download only +# if necessary # - backup extensions (email from Manuel) # tlmgr option backupdir /some/fix/location # with default TLROOT/backups as default @@ -18,12 +21,6 @@ # - always do backups, let the user clean them up manually # Possibly, an operation like 'tlmgr clean' for cleaning old backup could # be great. -# - tlmgr fileassoc ... on win32: -# tlmgr fileassoc dvi winout -# tlmgr fileassoc pdf psv -# tlmgr fileassoc ps psv -# only setting is possible -# Not really necessary? # - ordering or collections removal (see below for details) # - (?) removal does not remove created format files from TEXMFSYSVAR # - after install/update show the number of bytes transfered |