You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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-package
module that provides Housekeeping as a .tgzhousekeeping.sh
)The text was updated successfully, but these errors were encountered: