summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
AgeCommit message (Expand)Author
2022-06-10Rename Windows detection macros.Norbert Preining
2022-04-18Revert "work on win64 support"Norbert Preining
2022-04-18work on win64 supportNorbert Preining
2021-12-21use strict; use warnings; declarations, filehandle barewords, our @disabledKarl Berry
2021-05-16pod-ismsKarl Berry
2021-05-16update pod descriptions, httpsKarl Berry
2021-05-06(writeout): dddebug, since this happens on every package in tlpdb; other debu...Karl Berry
2020-05-13install-tl: if envvar TEXLIVE_INSTALL_NO_RESUME is set, omit questionKarl Berry
2020-05-03doc,debugKarl Berry
2020-04-06hopefully final fix for installation havocNorbert Preining
2020-04-05(not_virtual_install_package): for aKarl Berry
2020-02-17refactor verify_checksum return code handling into separate functionNorbert Preining
2020-02-07Revert "packages in fmttrigger are considered implicit dependencies"Norbert Preining
2020-02-06packages in fmttrigger are considered implicit dependenciesNorbert Preining
2019-12-10Revert "work on win64 support"Norbert Preining
2019-12-10work on win64 supportNorbert Preining
2019-12-05new abbreviation $DatabaseLocation for tlpkg/texlive.tlpdb; use it in a few p...Karl Berry
2019-11-09TLUtils.pm (setup_programs): only use Data::Dumper if vv, not just v;Karl Berry
2019-09-24doc,syncKarl Berry
2019-08-07(from_file): mention acquire.html when from_file fails.Karl Berry
2019-06-27pinning: don't warn on not-hit pattern in case of catch-all presenceNorbert Preining
2019-05-12support tlmgr repository status, format will change, docs missingNorbert Preining
2019-04-01update copyright year for changed filesNorbert Preining
2019-04-01finish support of expired key warningsNorbert Preining
2019-02-22(save): do not check return value ofKarl Berry
2018-10-10allow TLPDB->from_file to manually set media typeNorbert Preining
2018-07-05TLPSRC.pm: check for unexpanded variables and more duplicate directives;Karl Berry
2018-07-03more detailed error checking during signature verificationNorbert Preining
2018-06-11code cleanup and streamlining (use %Compressors)Norbert Preining
2018-06-11use unified system_pipe for decompressing instead of repeating codeNorbert Preining
2018-05-25try setup on windows in similar fashion as unixNorbert Preining
2018-05-25allow for retrial with mutiple downloaders until succeedNorbert Preining
2018-05-24support ssh://user@host/path as well as scp://...Norbert Preining
2018-05-23more ssh fixesNorbert Preining
2018-05-23trial on ssh supportNorbert Preining
2018-05-23fixes for warning messages and undefined varsNorbert Preining
2018-05-23get rid of all traces of xzdecNorbert Preining
2018-05-23get rid of xzdec requirement, use only xzNorbert Preining
2018-05-23rename DefaultContainerFormat to DefaultCompressorFormatNorbert Preining
2018-05-23use imported names instead of fully qualified names of TLConfigNorbert Preining
2018-05-23remove some unnecessary testsNorbert Preining
2018-05-18more lz4 support, can now be selected via TEXLIVE_COMPRESSOR=lz4Norbert Preining
2018-05-18work on supporting lz4 and possibly other codicesNorbert Preining
2018-05-17ignore empty arguments like ''Norbert Preining
2018-05-15pod list fixes for tug.org/texlive/doc/tlpkgdocKarl Berry
2018-05-15use TLUtils::copy instead of File::Copy::copy since that is only in perl 5.24Norbert Preining
2018-05-14error msg, branch docKarl Berry
2018-05-14use copy&remove instead of renameNorbert Preining
2018-05-01doubled word typosKarl Berry
2018-02-27fix uninitialized warning in debug statementNorbert Preining