MathHubInfo / Legacy-localmh

DEPRECATED - A cross-repository administration tool for the local authoring in MathHub.info
1 stars 0 forks source link

lmh should only wget mmt.jar #279

Closed cmaeder closed 8 years ago

cmaeder commented 8 years ago

a git clone https://github.com/KWARC/MMT.git sucks 1.3 GB. (with -b gh-pages --single-branch --depth=1 this goes down to 509 MB).

Since a special treatment is unavoidable (in my eyes) I suggest to only download 45 MB https://github.com/KWARC/MMT/raw/gh-pages/deploy/mmt.jar (into the same MMT/deploy directory)

It seems wget -c -N would even avoid downloading the same file if it already exists and is up-to-date.