diff options
author | Norbert Preining <preining@logic.at> | 2008-09-26 23:54:13 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-09-26 23:54:13 +0000 |
commit | 51771fa4d3d7d5d8b19624fa563cc2afe46f298c (patch) | |
tree | 7c617e69c52e0094d80b7374cb012248291ede93 /Master/tlpkg/etc/tlrepo-from-minimals.pl | |
parent | 959875327b112d5265da9414253323d1f5526efb (diff) |
add two todos to the tlrepo-from-minimals.pl
git-svn-id: svn://tug.org/texlive/trunk@10737 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/etc/tlrepo-from-minimals.pl')
-rw-r--r-- | Master/tlpkg/etc/tlrepo-from-minimals.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/etc/tlrepo-from-minimals.pl b/Master/tlpkg/etc/tlrepo-from-minimals.pl index 881a9d063fd..0d6115cfd38 100644 --- a/Master/tlpkg/etc/tlrepo-from-minimals.pl +++ b/Master/tlpkg/etc/tlrepo-from-minimals.pl @@ -3,6 +3,11 @@ # tlrepo-from-minimals.pl # Copyright 2008 Norbert Preining # Licensed under GPLv2 or higher +# +# TODO: +# - TLPDB->from_files uses find -wholename which is not supported on Mac +# - adjust revision numbers based on the revision number in the TL tlpdb +# AND in the former minimal tlpdb BEGIN { $^W = 1; |