Merge lp:~developer-ubuntu-com-dev/developer-ubuntu-com/update-components into lp:developer-ubuntu-com

Proposed by Daniel Holbach
Status: Merged
Merged at revision: 200
Proposed branch: lp:~developer-ubuntu-com-dev/developer-ubuntu-com/update-components
Merge into: lp:developer-ubuntu-com
Diff against target: 37 lines (+4/-4)
2 files modified
Makefile (+3/-3)
pip-cache-revno.txt (+1/-1)
To merge this branch: bzr merge lp:~developer-ubuntu-com-dev/developer-ubuntu-com/update-components
Reviewer Review Type Date Requested Status
Ubuntu App Developer site developers Pending
Review via email: mp+289875@code.launchpad.net
To post a comment you must log in.
200. By David Callé

Lightweight chechout deps

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2016-01-18 23:57:19 +0000
3+++ Makefile 2016-03-23 10:05:47 +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 "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
9+ @echo "20 4 * * * cd ${PWD}; ${PYTHON} manage.py import_md > ${PWD}/../../logs/import_md.log 2>${PWD}/../../logs/import_md.log" >> crontab
10 @crontab ./crontab
11 @rm ./crontab
12
13@@ -61,7 +61,7 @@
14 update-pip-cache:
15 @echo "Updating pip-cache"
16 rm -rf pip-cache
17- bzr branch lp:developer-ubuntu-com/dependencies pip-cache
18+ bzr checkout --lightweight lp:developer-ubuntu-com/dependencies pip-cache
19 pip install --exists-action=w --download pip-cache/ -r requirements.txt
20 bzr add pip-cache/*
21 bzr commit pip-cache/ -m 'automatically updated devportal requirements'
22@@ -72,7 +72,7 @@
23
24 pip-cache:
25 @echo "Downloading pip-cache"
26- @bzr branch -r `cat pip-cache-revno.txt` lp:developer-ubuntu-com/dependencies pip-cache
27+ @bzr checkout --lightweight -r `cat pip-cache-revno.txt` lp:developer-ubuntu-com/dependencies pip-cache
28
29 env: pip-cache
30 @echo "Creating virtualenv"
31
32=== modified file 'pip-cache-revno.txt'
33--- pip-cache-revno.txt 2016-03-23 09:50:54 +0000
34+++ pip-cache-revno.txt 2016-03-23 10:05:47 +0000
35@@ -1,1 +1,1 @@
36-22
37+23

Subscribers

People subscribed via source and target branches