Usable with any other option, recommended to use which each command !
minimerge -v [opts] [args]
minimerge [opts] -pv [args]
minimerge will wait for your confirmation before proceeding to anything:
minimerge [opts] -a [args]
minimerge -j dep package
If you want to install a and a depends on b, c, d respectivly. To squizze b and c and only install d and a:
minimerge -j d a
minimerge --only-dependencies package
minimerge -s
minimerge package
That will run only your package installation:
minimerge -N package
That will run the update method of what you have used to checkout your package:
minimerge -NU package
That will run the update method of what you have used to checkout your package:
minimerge package
minimerge -NR package
All the previous options can be combined.
To install & rebuild a package and all its dependencies:
minimerge -s
minimerge -Uu package
Minitage will never run automaticly again where a buildout has been already run and has left an ‘installed.cfg’ file. You must tell it explicitly to do that like:
Just run the buildout:
minimerge -NRuU package # up minimerge -NR package
minimerge mypackage
minimerge -j myfailedpackage package