Skip to content

roboconf/roboconf-system-installers

Repository files navigation

Roboconf's System Installers

Build Status License Join us on Gitter.im Web site

Snapshots Snapshots Bintray

Debian packages for Roboconf

RPM packages for Roboconf

The sources for system installers.
This includes Linux scripts, Debian packages, RPMs, etc.

They are located in a different Git repository because for a given version of Roboconf, there may be several released installers. Said differently, fixing something in an installer does not mean the binaries (e.g. the platform) have to be changed.

Build

mvn clean install

Test

Automated tests are based on Docker and scripts.
They are supposed to be executed on Linux.

./tests/run-tests-in-docker.sh

Notes

  • Automated tests for Debian packages were run on Ubuntu 16.04.
  • roboconf-linux-install-scripts is out of date.
    The Karaf commands do not work anymore with Karaf 4.x (password authentication was disabled). We keep the directory as an example or as a basis for future work.