As a user of Housekeeping
I'd like to be able to download a package
That contains the Housekeeping library and other necessary libraries and a shell script to run it
So that I can use this to set up regular deletions without having to craft this all myself
Acceptance Criteria
- A
housekeeping-package module that provides Housekeeping as a .tgz
- A shell script that can be used to run Housekeeping (similar to Circus Train's
housekeeping.sh)
- Third party libraries packaged in a lib folder that the above script puts on CLASSPATH, script also allows extension of CLASSPATH via an environment variable (to allow addition of JDBC drivers etc.)
- Configuration should as close as possible be the "housekeeping" section that would normally be in a Circus Train yaml config file
- Documentation updated to describe how to install, set up and run the above
As a user of Housekeeping
I'd like to be able to download a package
That contains the Housekeeping library and other necessary libraries and a shell script to run it
So that I can use this to set up regular deletions without having to craft this all myself
Acceptance Criteria
housekeeping-packagemodule that provides Housekeeping as a .tgzhousekeeping.sh)