PRIArobotics / Hedgehog

Setup & documentation for Hedgehog
https://hedgehog.pria.at/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Proper Update Management #5

Open SillyFreak opened 7 years ago

SillyFreak commented 7 years ago

Currently, the Hedgehog bundle allows for the installation of either the latest released version of Hedgehog Software or, in case of the Python parts, the latest development versions from GitHub.

The bundle Makefile should allow for the installation of arbitrary (supported combinations of) released versions of Hedgehog software. The Hedgehog "root" Makefile should support this, and updates to the root Makefile should not impact the installation of different versions. Updates to Bundle Makefiles are not critical, as the correct Bundle revision can be checked out for installation.

The IDE should allow to trigger updates to release versions and show installation progress.