summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/archive/svnchangelog (renamed from Master/tlpkg/bin/svnchangelog)3
-rwxr-xr-xMaster/tlpkg/bin/ctan2tl1
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-images4
4 files changed, 7 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/svnchangelog b/Master/tlpkg/bin/archive/svnchangelog
index a46829110de..ed86ff3439a 100755
--- a/Master/tlpkg/bin/svnchangelog
+++ b/Master/tlpkg/bin/archive/svnchangelog
@@ -3,6 +3,9 @@
# Public domain. Originally written 2004, Karl Berry.
# Get change info from svn log. (see now-deleted p4changelog for the
# previous code using p4.)
+#
+# Not used since the beginning of regular commit email:
+# https://tug.org/pipermail/tex-live/
umask 0
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl
index aad3a1f830e..c2b9c1477e2 100755
--- a/Master/tlpkg/bin/ctan2tl
+++ b/Master/tlpkg/bin/ctan2tl
@@ -4,6 +4,7 @@
#
# Attempt to push a package from CTAN into TL.
+renice 20 $$ >&/dev/null
unset CDPATH # avoid extraneous output
LC_ALL=C; export LC_ALL # avoid problems with diff, comm, etc
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index dce4dd90160..b7678ba2333 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -3,8 +3,8 @@
# Update a TeX Live Master/bin/PLATFORM directory.
vc_id='$Id$'
+renice 20 $$ >&/dev/null
unset CDPATH
-unset GREP_OPTIONS
unset LS_COLORS
tmpdir=${TMPDIR-/tmp}/tlupbin.$$
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images
index e2191c0bb1e..72a9b623835 100755
--- a/Master/tlpkg/bin/tl-update-images
+++ b/Master/tlpkg/bin/tl-update-images
@@ -16,8 +16,8 @@ V=2019
D=`date +%Y%m%d`
target=/home/ftp/texlive/Images/test
-renice +19 -p $$ >/dev/null 2>&1
-umask 0
+renice 20 $$ >/dev/null 2>&1
+umask 002
unset CDPATH # avoid output from cd
XZ_OPT=-6e; export XZ_OPT # compression level, -9 for slowest-but-most,
# which is not worth the (excessive) time.