Merge ~lgp171188/launchpad:codehosting-charm-fix-cron-job-whitespace-typo into launchpad:master

Proposed by Guruprasad
Status: Merged
Approved by: Guruprasad
Approved revision: 5e3cd656594115b0ad3e1eae89d04cc546e52107
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~lgp171188/launchpad:codehosting-charm-fix-cron-job-whitespace-typo
Merge into: launchpad:master
Diff against target: 13 lines (+1/-1)
1 file modified
charm/launchpad-codehosting/templates/crontab.j2 (+1/-1)
Reviewer Review Type Date Requested Status
Clinton Fung Approve
Review via email: mp+456510@code.launchpad.net

Commit message

charm/codehosting: Fix a typo in the supermirror-pull cron job

To post a comment you must log in.
Revision history for this message
Clinton Fung (clinton-fung) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/charm/launchpad-codehosting/templates/crontab.j2 b/charm/launchpad-codehosting/templates/crontab.j2
2index b6ae48d..676d4ec 100644
3--- a/charm/launchpad-codehosting/templates/crontab.j2
4+++ b/charm/launchpad-codehosting/templates/crontab.j2
5@@ -5,7 +5,7 @@ LPCONFIG=launchpad-codehosting
6
7 {%- if active %}
8
9-* * * * * {% if http_proxy %}http_proxy={{ http_proxy }} https_proxy={{ http_proxy }}{% endif %}{{ code_dir }}/cronscripts/supermirror-pull.py -q --log-file=INFO:{{ logs_dir }}/puller.log
10+* * * * * {% if http_proxy %}http_proxy={{ http_proxy }} https_proxy={{ http_proxy }} {% endif %}{{ code_dir }}/cronscripts/supermirror-pull.py -q --log-file=INFO:{{ logs_dir }}/puller.log
11
12 # remove from disk, deleted branches
13 10 0 * * * {{ code_dir }}/cronscripts/process-job-source.py IReclaimBranchSpaceJobSource -q --log-file=DEBUG:{{ logs_dir }}/process-job-source.IReclaimBranchSpaceJobSource.log

Subscribers

People subscribed via source and target branches

to status/vote changes: