summaryrefslogtreecommitdiff
path: root/Master/tlpkg/archive/download-package-repository.bat
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2011-05-11 08:13:55 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2011-05-11 08:13:55 +0000
commitfe36a4e41443a7a51139235fdba8858145e0aef2 (patch)
tree458ad06ba91e99f757131ae0d5ca1d3fcf6a5c8b /Master/tlpkg/archive/download-package-repository.bat
parent59e21ae31739cf4bf7a5aa3f39426513eab200a9 (diff)
repository cloning not likely to be officially supported, move to archive
git-svn-id: svn://tug.org/texlive/trunk@22420 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/archive/download-package-repository.bat')
-rwxr-xr-xMaster/tlpkg/archive/download-package-repository.bat14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/tlpkg/archive/download-package-repository.bat b/Master/tlpkg/archive/download-package-repository.bat
new file mode 100755
index 00000000000..c7fa272e111
--- /dev/null
+++ b/Master/tlpkg/archive/download-package-repository.bat
@@ -0,0 +1,14 @@
+@echo off
+setlocal
+if exist "%~dpn0" (
+ set TLROOT=%~dp0..\..
+ set TLPROG=%~dpn0
+) else (
+ set TLROOT=%~f0\..
+ set TLPROG=%~dp0tlpkg\installer\%~n0
+)
+for %%I in ("%TLROOT%") do set TLROOT=%%~fI
+rem set TLINSTALLERDIR=%TLROOT%\install-tl-20100317
+rem set PERL5LIB=%TLROOT%\tlpkg
+"%TLROOT%\tlpkg\tlperl\bin\perl.exe" "%TLPROG%" %*
+pause