Age | Commit message (Collapse) | Author |
|
git-svn-id: svn://tug.org/texlive/trunk@57562 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@50485 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@29865 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@15904 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@15903 c570f23f-e606-0410-a88d-b1316a301751
|
|
- all logic related to update preparation moved to tlmgr.pl
- batch updater created from an interpolated string in tlmgr.pl
with only the necessary commands and simple control flow, no
more tricky processing routines there
- update is run in a separate cmd.exe process as before but now
always with echo on and with all output redirected into a file
(or stderr in debug mode: tlmgr -v ...); the only user visible
messages are those explicitly redirected to con:[sole] device
git-svn-id: svn://tug.org/texlive/trunk@14869 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@14520 c570f23f-e606-0410-a88d-b1316a301751
|
|
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
|
|
git-svn-id: svn://tug.org/texlive/trunk@13062 c570f23f-e606-0410-a88d-b1316a301751
|
|
- 4NT shell compatibility fix
- tlmgr.bat detects and quits if update is running
- updater script is gui mode aware
- more documentation on the update process
- fixed condition for warning about updates from disk
Others:
- removed path setting for win32 from the BEGIN block of tlmgr.pl
git-svn-id: svn://tug.org/texlive/trunk@12269 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@12152 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@12137 c570f23f-e606-0410-a88d-b1316a301751
|
|
not "updater.bat", again fix by Tomek
git-svn-id: svn://tug.org/texlive/trunk@11986 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@11972 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@11933 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@11929 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@11927 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@11917 c570f23f-e606-0410-a88d-b1316a301751
|
|
them by .bat files. Made all .bat files executable, required by rsync
on Windows. Updated gs sources.
git-svn-id: svn://tug.org/texlive/trunk@7988 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@7787 c570f23f-e606-0410-a88d-b1316a301751
|
|
- replace many wrappers with a default .bat file
- change the check-wrapper script
- do not make the PATHEXT and association magic in windows
git-svn-id: svn://tug.org/texlive/trunk@7785 c570f23f-e606-0410-a88d-b1316a301751
|