Krux specific packaging of rundeck.
- Run
./package.sh
from the root of this checkout
Plugins are defined in the plugins.list file.
- Grab the latest debian release from rundeck
- Extract the package into the root of this repository. For example:
dpkg --extract rundeck-2.5.2-1-GA.deb rundeck-2.5.2-1
- Update the
rundeck
symlink to point to the new directory - If it's a Major or Minor version upgrade, be sure to update plugins.list, and possibly update the symlink.
- Commit your changes