Merge lp:~dholbach/developer-ubuntu-com/import-md-just-daily into lp:developer-ubuntu-com

Proposed by Daniel Holbach
Status: Merged
Approved by: David Callé
Approved revision: 159
Merged at revision: 160
Proposed branch: lp:~dholbach/developer-ubuntu-com/import-md-just-daily
Merge into: lp:developer-ubuntu-com
Diff against target: 11 lines (+1/-1)
1 file modified
Makefile (+1/-1)
To merge this branch: bzr merge lp:~dholbach/developer-ubuntu-com/import-md-just-daily
Reviewer Review Type Date Requested Status
Ubuntu App Developer site developers Pending
Review via email: mp+276236@code.launchpad.net

Commit message

Import external md docs just once a day.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2015-10-01 13:48:23 +0000
3+++ Makefile 2015-10-30 10:11:54 +0000
4@@ -35,7 +35,7 @@
5 @echo internal_proxy=\"${internal_proxy}\" >> crontab
6 @echo "0 4 * * * cd ${PWD}; ./update_apidocs.sh > ${PWD}/../../logs/update_apidocs.log 2>${PWD}/../../logs/update_apidocs_errors.log" >> crontab
7 @echo "15 4 * * * cd ${PWD}; ${PYTHON} manage.py update-gadget-snaps > ${PWD}/../../logs/update_gadgetsnaps.log 2>${PWD}/../../logs/update_gadgetsnaps_errors.log" >> crontab
8- @echo "15 */2 * * * cd ${PWD}; ${PYTHON} manage.py import-external-docs-branches > ${PWD}/../../logs/import-external-docs-branches.log 2>${PWD}/../../logs/import-external-docs-branches_errors.log" >> crontab
9+ @echo "20 4 * * * cd ${PWD}; ${PYTHON} manage.py import-external-docs-branches > ${PWD}/../../logs/import-external-docs-branches.log 2>${PWD}/../../logs/import-external-docs-branches_errors.log" >> crontab
10 @crontab ./crontab
11 @rm ./crontab
12

Subscribers

People subscribed via source and target branches