upgrades-migrations / preupgrade-assistant

The Preupgrade Assistant performs an assessment of the system from the "upgradeability" point of view. Disclaimer: It was fun. R.I.P. :-)
GNU General Public License v3.0
13 stars 15 forks source link

Wrapper for execution BASH and python modules #146

Open phracek opened 8 years ago

phracek commented 8 years ago

In order to support better module testing, preupgrade-assistant should deliver a script like preupg-test-check-script which will check, whether behaviour is fine or not.

phracek commented 7 years ago

This will be handled by different way. We should use a general wrapper around all our BASH and Python script, we are able to run them without preupg binary.

bocekm commented 7 years ago

@AloisMahdal idea: the wrapper would also add module set API to the path. Module set API = utilities created (for example in the root of a module set) to be shared among modules to avoid duplicity.