diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-26 18:04:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-26 18:04:32 +0000 |
commit | 34a326e46adad2fe384f8f9527ab304a7df9aba0 (patch) | |
tree | 1378ef5f114a52e0e57e465f7df306d7bd9b6bc4 | |
parent | 8665cea26b952c96c5d217d4d2632424e0ec2996 (diff) |
let's leave off the verbose warnings to ourselves for now.
git-svn-id: svn://tug.org/texlive/trunk@4656 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/cdbuild/place | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/cdbuild/place b/Build/cdbuild/place index a93784f0548..6a2a2806fb8 100755 --- a/Build/cdbuild/place +++ b/Build/cdbuild/place @@ -184,7 +184,7 @@ for my $dir (sort keys %dirs) { # close (DIRLIST) || warn "close($DIRLIST) failed: $!"; -warn "WARNING WARNING Things we SHOULD/COULD do here:\n - Update the texlive.tlpdb\n - Compare the files ACTUALLY present in cooked/package with those included via tlpsrc/tltree generation!!!\n - Create list file\n - Update the list of available packages for web update\n - Create zip file(s)\n\n\n"; +#xx warn "WARNING WARNING Things we SHOULD/COULD do here:\n - Update the texlive.tlpdb\n - Compare the files ACTUALLY present in cooked/package with those included via tlpsrc/tltree generation!!!\n - Create list file\n - Update the list of available packages for web update\n - Create zip file(s)\n\n\n"; exit (0); |