summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-10-02 00:22:54 +0000
committerKarl Berry <karl@freefriends.org>2008-10-02 00:22:54 +0000
commit17ce412380ee3da09880569c210e98a4f5f6860f (patch)
tree6a9441fc0aad1dbca7afe3f8d0569b2f54fe9d93
parent92090712c51bbf2c7667b0b9fe1e78e1566c05c8 (diff)
message tweaking + use lzma -9
git-svn-id: svn://tug.org/texlive/trunk@10821 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-images2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet1
3 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers
index bbe6dba7961..8925ccbaf67 100755
--- a/Master/tlpkg/bin/tl-update-containers
+++ b/Master/tlpkg/bin/tl-update-containers
@@ -73,7 +73,7 @@ sub main
if (! $opt_recreate) {
if (! -r "$opt_location/tlpkg/texlive.tlpdb") {
- warn "Cannot load tlpdb from $opt_location, going into recreate mode!";
+ tlwarn ("$0: Cannot load tlpdb from $opt_location, continuing in recreate mode.\n");
$opt_recreate = 1;
}
}
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images
index 25abe16f76f..7a6f9ed8314 100755
--- a/Master/tlpkg/bin/tl-update-images
+++ b/Master/tlpkg/bin/tl-update-images
@@ -85,7 +85,7 @@ MAKELIVE ()
# also make compressed version, helps people downloading test images.
# this takes two hours or so, so write to a temp file and then rename.
- lzma -v <$live_iso >$live_iso.lzma.part
+ lzma -9 -v <$live_iso >$live_iso.lzma.part
mv $live_iso.lzma.part $live_iso.lzma
# make checksums
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index 1577c6958d5..5d9074ce4b8 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -36,6 +36,7 @@ if test ! -r "$tlweb/tlpkg/texlive.tlpdb"; then
echo "$0: no tlpdb in $tlweb/tlpkg, goodbye." >&2
exit 1
fi
+# Keep the default out of ~ftp/texlive/tlnet, which CTAN mirrors.
test -z "$tlwebtrybase" \
&& tlwebtrybase=`cd $tlweb/../.. && pwd`/tlnet-trial-`date +%y%m%d`
tlwebtry=$tlwebtrybase/tlsrc.try