MathHubInfo / Legacy-localmh

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

smglom/meta-inf is necessary for any modules in smglom #250

Closed jinbozz closed 9 years ago

jinbozz commented 9 years ago

smglom/meta-inf should be a dependency for any modules in smglom. lmh selfupdate doesn't manage to solve this currently.

angerhang commented 9 years ago

I had the same problem.

In your MathHub directory do the following:

rm -rf smglom
lmh install smglom
tkw1536 commented 9 years ago

It if is in META-INF/MANIFEST.MF lmh install smglom should install it automatically. I can also hard-code that if a repository "group/meta-inf" exists that it should automatically be installed along with any repository group.

kohlhase commented 9 years ago

I think that would be a good idea.

tkw1536 commented 9 years ago

All "lmh install" related commands now treat the meta-inf repository of a repository as a dependency even if it is not explicitly mentioned in any MANIFEST.MF file. lmh update should thus install any missing repositories.