Changeset 4c8e956 in rattail-fabric2
- Timestamp:
- 11/21/2022 03:39:49 PM (2 months ago)
- Branches:
- master
- Children:
- f1ecf9a
- Parents:
- 2589190
- Location:
- rattail_fabric2/deploy/luigi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
rattail_fabric2/deploy/luigi/cron-overnight.sh.mako
r2589190 r4c8e956 5 5 RATTAIL="bin/rattail --config=app/cron.conf" 6 6 7 $RATTAIL overnight ${automation.lower()} <%text>\</%text>7 $RATTAIL overnight -k ${automation.lower()} <%text>\</%text> 8 8 --no-versioning <%text>\</%text> 9 9 % if email_key is not Undefined and email_key: -
rattail_fabric2/deploy/luigi/restart-overnight.sh.mako
r2589190 r4c8e956 5 5 RATTAIL="bin/rattail --config=app/cron.conf" 6 6 7 $RATTAIL overnight ${automation.lower()} <%text>\</%text>7 $RATTAIL overnight -k ${automation.lower()} <%text>\</%text> 8 8 --no-versioning <%text>\</%text> 9 9 % if email_key is not Undefined and email_key:
Note: See TracChangeset
for help on using the changeset viewer.