diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-07-31 08:39:38 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-07-31 08:39:38 +0000 |
commit | 03c92bbe61083ce86555a61af2cd0f7132847e29 (patch) | |
tree | e16856f77f9943b27a45bbbac14d37fd1819c54f /Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | |
parent | fdd58bdd9721a150e6b9e576e18e7a8c975f06ff (diff) |
tlmgr update --self on win32
Changes to tlmgr.pl:
- check_for_critical_updates returns a critical updates list instead of 0/1
- warning message moved to critical_updates_warning()
- some code clean-up, superfluous conditions removal
- filtering of critical packages from @todo _after_ dependency expansion
- support for tlmgr update --all --self --dry-run (recursive call to action_update)
- documentation updates
Changes to updater-w32:
- renamed updater-w32.bat to updater-w32 (cannot be executed accidentally)
- merged run-updater-w32 into updater-w32, arguments and options are passed
through a subroutine appended at the end of updater-w32 at run-time
- support for debug mode
- reflect changes in tlmgr.bat and docs
git-svn-id: svn://tug.org/texlive/trunk@14500 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/texlive.infra.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index 36d0580889f..1462025b44c 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -28,7 +28,7 @@ runpattern f tlpkg/installer/config.guess binpattern f bin/${ARCH}/tlmgr binpattern f/win32 bin/win32/tl-w32-wrapper.texlua binpattern f/win32 bin/win32/tlmgr-gui.vbs -binpattern f/win32 texmf/scripts/texlive/updater-w32.bat +binpattern f/win32 texmf/scripts/texlive/updater-w32 binpattern f/win32 tl-portable.bat binpattern f/win32 tlpkg/installer/tar.exe binpattern f/win32 tlpkg/installer/xz/xzdec.exe |