Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
1,050
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 447.57 KB | None | 0 0
  1.  
  2. Skip to content
  3. titletitle
  4.  
  5. search
  6.  
  7. Jenkins
  8. Smartlife-TST
  9. #5051
  10. Back to Project
  11. Status
  12. Changes
  13. Console Output
  14. View as plain text
  15. Edit Build Information
  16. Delete Build
  17. Polling Log
  18. Environment Variables
  19. Git Build Data
  20. No Tags
  21. Coverage Report
  22. Violations
  23. Previous Build
  24. Next Build
  25. SuccessConsole Output
  26.  
  27. Started by an SCM change
  28. [EnvInject] - Loading node environment variables.
  29. Building in workspace /data/jenkins/jobs/Smartlife-TST/workspace
  30. > git rev-parse --is-inside-work-tree # timeout=10
  31. Fetching changes from the remote Git repository
  32. > git config remote.origin.url https://git.lukkien.com/kpn/smartlife.git # timeout=10
  33. Fetching upstream changes from https://git.lukkien.com/kpn/smartlife.git
  34. > git --version # timeout=10
  35. using .gitcredentials to set credentials
  36. > git config --local credential.username lukkien-git-kpn # timeout=10
  37. > git config --local credential.helper store --file=/var/lib/jenkins/tmp/git439276906951456546.credentials # timeout=10
  38. Setting http proxy: proxy-adm.wxs.nl:8080
  39. > git -c core.askpass=true fetch --tags --progress https://git.lukkien.com/kpn/smartlife.git +refs/heads/*:refs/remotes/origin/*
  40. > git config --local --remove-section credential # timeout=10
  41. > git rev-parse origin/develop^{commit} # timeout=10
  42. Checking out Revision 34e495cae043004db358dfc3edf89e29b3059151 (origin/develop)
  43. > git config core.sparsecheckout # timeout=10
  44. > git checkout -f 34e495cae043004db358dfc3edf89e29b3059151
  45. > git rev-list 30fc4f6762d94af0de33469f6adfa75e58a214d4 # timeout=10
  46. [EnvInject] - Executing scripts and injecting environment variables after the SCM step.
  47. [EnvInject] - Injecting as environment variables the properties content
  48. DATABASE_URL=postgres://jenkins:p9naeilgahp0eaog0930bjdadn9bankajklj@127.0.0.1/smartlife_jenkins
  49. http_proxy=http://proxy-adm.wxs.nl:8080
  50. https_proxy=http://proxy-adm.wxs.nl:8080
  51. TEMP=/var/lib/jenkins/tmp
  52.  
  53. [EnvInject] - Variables injected successfully.
  54. [workspace] $ /bin/bash /var/lib/jenkins/tmp/hudson4085084230888181756.sh
  55. Found '/data/jenkins/jobs/Smartlife-TST/workspace/.nvmrc' with version <v4.4.0>
  56. v4.4.0 is already installed.
  57. Now using node v4.4.0 (npm v2.14.20)
  58. find . -name '*.pyc' -delete
  59. find . -type d -name __pycache__ -delete
  60. rm -rf src/smartlife.egg-info
  61. bin/buildout -Nv
  62. Develop: '/data/jenkins/jobs/Smartlife-TST/workspace/.'
  63. warning: no files found matching 'README'
  64. warning: no files found matching '*' under directory 'src/smartlife/apps/**/locale'
  65. warning: no files found matching '*' under directory 'src/smartlife/apps/**/static'
  66. warning: no files found matching '*' under directory 'src/smartlife/apps/**/templates'
  67. warning: no previously-included files matching '*' found under directory 'src/smartlife/static/smartlife/lib'
  68. warning: no files found matching '*' under directory 'src/smartlife/static/smartlife/lib/components-font-awesome/css'
  69. warning: no files found matching '*' under directory 'src/smartlife/static/smartlife/lib/components-font-awesome/fonts'
  70. warning: no files found matching '*' under directory 'src/smartlife/static/smartlife/lib/html5shiv'
  71. warning: no files found matching '*' under directory 'src/smartlife/static/smartlife/lib/respond'
  72. warning: no files found matching '*' under directory 'src/smartlife/static/smartlife/lib/background-size-polyfill'
  73. warning: no previously-included files matching '*' found under directory 'solr/smartlife/data'
  74. warning: no previously-included files found matching 'src/smartlife/settings/local.py'
  75. Distutils scripts found for develop egg smartlife: [['manage.py', "#!/usr/bin/env python\nimport os\nimport sys\n\nfrom smartlife.lib.env import EnvReader\n\n\ndef main():\n EnvReader().read()\n\n os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'smartlife.settings')\n os.environ.setdefault('DJANGO_CONFIGURATION', 'Development')\n\n from configurations.management import execute_from_command_line\n execute_from_command_line(sys.argv)\n\n\nif __name__ == '__main__':\n main()\n"]]
  76. Installing 'djangorecipe'.
  77. We have the distribution that satisfies 'djangorecipe==2.1.1'.
  78. Getting required 'Django==1.8.16'
  79. We have the distribution that satisfies 'Django==1.8.16'.
  80. Getting required 'zc.recipe.egg==2.0.1'
  81. We have the distribution that satisfies 'zc.recipe.egg==2.0.1'.
  82. Updating django.
  83. Installing 'smartlife', 'flake8', 'djangorecipe'.
  84. We have a develop egg: smartlife 4.0.6
  85. We have the distribution that satisfies 'flake8==2.5.1'.
  86. We have the distribution that satisfies 'djangorecipe==2.1.1'.
  87. Getting required 'Django==1.8.16'
  88. required by smartlife 4.0.6.
  89. We have the distribution that satisfies 'Django==1.8.16'.
  90. Getting required 'zc.recipe.egg==2.0.1'
  91. We have the distribution that satisfies 'zc.recipe.egg==2.0.1'.
  92. Getting required 'zc.buildout>=2.5.3'
  93. We have a develop egg: zc.buildout 2.5.3
  94. Getting required 'mccabe==0.3.1'
  95. We have the distribution that satisfies 'mccabe==0.3.1'.
  96. Getting required 'pep8==1.5.7'
  97. We have the distribution that satisfies 'pep8==1.5.7'.
  98. We have a develop egg: setuptools 18.0.1
  99. Adding find link 'https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790' from setuptools 18.0.1
  100. Adding find link 'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2' from setuptools 18.0.1
  101. Getting required 'pyflakes==0.8.1'
  102. We have the distribution that satisfies 'pyflakes==0.8.1'.
  103. Getting required 'html5lib==0.9999999'
  104. required by smartlife 4.0.6.
  105. We have the distribution that satisfies 'html5lib==0.9999999'.
  106. Getting required 'django-taggit==0.18.0'
  107. required by smartlife 4.0.6.
  108. We have the distribution that satisfies 'django-taggit==0.18.0'.
  109. Getting required 'django-modelcluster==2.0'
  110. required by smartlife 4.0.6.
  111. We have the distribution that satisfies 'django-modelcluster==2.0'.
  112. Getting required 'Willow==0.3'
  113. required by smartlife 4.0.6.
  114. We have the distribution that satisfies 'Willow==0.3'.
  115. Getting required 'wagtail==1.5.2'
  116. required by smartlife 4.0.6.
  117. We have the distribution that satisfies 'wagtail==1.5.2'.
  118. Getting required 'django-axes==1.3.9'
  119. required by smartlife 4.0.6.
  120. We have the distribution that satisfies 'django-axes==1.3.9'.
  121. Getting required 'django-ratelimit==0.5.0'
  122. required by smartlife 4.0.6.
  123. We have the distribution that satisfies 'django-ratelimit==0.5.0'.
  124. Getting required 'jsonfield==0.9.22'
  125. required by smartlife 4.0.6.
  126. We have the distribution that satisfies 'jsonfield==0.9.22'.
  127. Getting required 'arrow==0.5.4'
  128. required by smartlife 4.0.6.
  129. We have the distribution that satisfies 'arrow==0.5.4'.
  130. Getting required 'lxml==3.4.2'
  131. required by smartlife 4.0.6.
  132. We have the distribution that satisfies 'lxml==3.4.2'.
  133. Getting required 'oauth2-provider==0.0'
  134. We have the distribution that satisfies 'oauth2-provider==0.0'.
  135. Getting required 'Fabric==1.10.1'
  136. required by smartlife 4.0.6.
  137. We have the distribution that satisfies 'Fabric==1.10.1'.
  138. Getting required 'paramiko==1.12'
  139. required by smartlife 4.0.6.
  140. We have the distribution that satisfies 'paramiko==1.12'.
  141. Getting required 'django-compressor==1.5'
  142. required by smartlife 4.0.6.
  143. We have the distribution that satisfies 'django-compressor==1.5'.
  144. Getting required 'django-haystack==2.5.1'
  145. required by smartlife 4.0.6.
  146. We have the distribution that satisfies 'django-haystack==2.5.1'.
  147. Getting required 'PyJWT==1.4.2'
  148. required by smartlife 4.0.6.
  149. We have the distribution that satisfies 'PyJWT==1.4.2'.
  150. Getting required 'tablib==0.11.2'
  151. required by smartlife 4.0.6.
  152. We have the distribution that satisfies 'tablib==0.11.2'.
  153. Getting required 'xlwt-future==0.8.0'
  154. required by smartlife 4.0.6.
  155. We have the distribution that satisfies 'xlwt-future==0.8.0'.
  156. Getting required 'xlrd==0.9.4'
  157. required by smartlife 4.0.6.
  158. We have the distribution that satisfies 'xlrd==0.9.4'.
  159. Getting required 'ua-parser==0.6.1'
  160. required by smartlife 4.0.6.
  161. We have the distribution that satisfies 'ua-parser==0.6.1'.
  162. Getting required 'texttable==0.8.4'
  163. required by smartlife 4.0.6.
  164. We have the distribution that satisfies 'texttable==0.8.4'.
  165. Getting required 'requests==2.7.0'
  166. required by smartlife 4.0.6.
  167. We have the distribution that satisfies 'requests==2.7.0'.
  168. Getting required 'raven==5.5.0'
  169. required by smartlife 4.0.6.
  170. We have the distribution that satisfies 'raven==5.5.0'.
  171. Getting required 'sqlparse==0.1.18'
  172. required by smartlife 4.0.6.
  173. We have the distribution that satisfies 'sqlparse==0.1.18'.
  174. Getting required 'pytz==2016.7'
  175. required by smartlife 4.0.6.
  176. We have the distribution that satisfies 'pytz==2016.7'.
  177. Getting required 'python-stdnum==1.1'
  178. required by smartlife 4.0.6.
  179. We have the distribution that satisfies 'python-stdnum==1.1'.
  180. Getting required 'python-dateutil==2.6.0'
  181. required by smartlife 4.0.6.
  182. We have the distribution that satisfies 'python-dateutil==2.6.0'.
  183. Getting required 'pylibmc==1.5.0'
  184. required by smartlife 4.0.6.
  185. We have the distribution that satisfies 'pylibmc==1.5.0'.
  186. Getting required 'pyexcel==0.1.7'
  187. required by smartlife 4.0.6.
  188. We have the distribution that satisfies 'pyexcel==0.1.7'.
  189. Getting required 'pyexcel-xlsx==0.0.9'
  190. required by smartlife 4.0.6.
  191. We have the distribution that satisfies 'pyexcel-xlsx==0.0.9'.
  192. Getting required 'pyexcel-io==0.0.9'
  193. required by smartlife 4.0.6.
  194. We have the distribution that satisfies 'pyexcel-io==0.0.9'.
  195. Getting required 'pycrypto==2.6.1'
  196. required by smartlife 4.0.6.
  197. We have the distribution that satisfies 'pycrypto==2.6.1'.
  198. Getting required 'pycountry==1.10'
  199. required by smartlife 4.0.6.
  200. We have the distribution that satisfies 'pycountry==1.10'.
  201. Getting required 'psycopg2==2.6'
  202. required by smartlife 4.0.6.
  203. We have the distribution that satisfies 'psycopg2==2.6'.
  204. Getting required 'openpyxl==2.2.2'
  205. required by pyexcel-xlsx 0.0.9.
  206. required by smartlife 4.0.6.
  207. We have the distribution that satisfies 'openpyxl==2.2.2'.
  208. Getting required 'ntplib==0.3.3'
  209. required by smartlife 4.0.6.
  210. We have the distribution that satisfies 'ntplib==0.3.3'.
  211. Getting required 'markdown==2.6.2'
  212. required by smartlife 4.0.6.
  213. We have the distribution that satisfies 'markdown==2.6.2'.
  214. Getting required 'kombu==3.0.30'
  215. required by smartlife 4.0.6.
  216. We have the distribution that satisfies 'kombu==3.0.30'.
  217. Getting required 'jdcal==1.2'
  218. required by smartlife 4.0.6.
  219. We have the distribution that satisfies 'jdcal==1.2'.
  220. Getting required 'future==0.15.2'
  221. required by smartlife 4.0.6.
  222. We have the distribution that satisfies 'future==0.15.2'.
  223. Getting required 'djangorestframework-jwt==1.8.0'
  224. required by smartlife 4.0.6.
  225. We have the distribution that satisfies 'djangorestframework-jwt==1.8.0'.
  226. Getting required 'djangorestframework==3.4.7'
  227. required by smartlife 4.0.6.
  228. We have the distribution that satisfies 'djangorestframework==3.4.7'.
  229. Getting required 'django-widget-tweaks==1.4.1'
  230. required by smartlife 4.0.6.
  231. We have the distribution that satisfies 'django-widget-tweaks==1.4.1'.
  232. Getting required 'django-uuidfield==0.5.0'
  233. required by smartlife 4.0.6.
  234. We have the distribution that satisfies 'django-uuidfield==0.5.0'.
  235. Getting required 'django-treebeard==4.0.1'
  236. required by smartlife 4.0.6.
  237. We have the distribution that satisfies 'django-treebeard==4.0.1'.
  238. Getting required 'django-tables2==1.0.7'
  239. required by smartlife 4.0.6.
  240. We have the distribution that satisfies 'django-tables2==1.0.7'.
  241. Getting required 'django-statsd-mozilla==0.3.15'
  242. required by smartlife 4.0.6.
  243. We have the distribution that satisfies 'django-statsd-mozilla==0.3.15'.
  244. Getting required 'django-registration-redux==1.2'
  245. required by smartlife 4.0.6.
  246. We have the distribution that satisfies 'django-registration-redux==1.2'.
  247. Getting required 'django-recaptcha==1.0.4'
  248. required by smartlife 4.0.6.
  249. We have the distribution that satisfies 'django-recaptcha==1.0.4'.
  250. Getting required 'django-oscar==1.3'
  251. required by smartlife 4.0.6.
  252. We have the distribution that satisfies 'django-oscar==1.3'.
  253. Getting required 'django-debug-toolbar==1.4'
  254. required by smartlife 4.0.6.
  255. We have the distribution that satisfies 'django-debug-toolbar==1.4'.
  256. Getting required 'django-oauth-toolkit==0.8.0'
  257. required by smartlife 4.0.6.
  258. We have the distribution that satisfies 'django-oauth-toolkit==0.8.0'.
  259. Getting required 'django-model-utils==2.2'
  260. required by smartlife 4.0.6.
  261. We have the distribution that satisfies 'django-model-utils==2.2'.
  262. Getting required 'django-localflavor==1.1'
  263. required by smartlife 4.0.6.
  264. We have the distribution that satisfies 'django-localflavor==1.1'.
  265. Getting required 'django-healthchecks==0.1.0'
  266. required by smartlife 4.0.6.
  267. We have the distribution that satisfies 'django-healthchecks==0.1.0'.
  268. Getting required 'django-form-utils==1.0.3'
  269. required by smartlife 4.0.6.
  270. We have the distribution that satisfies 'django-form-utils==1.0.3'.
  271. Getting required 'django-extensions==1.5.5'
  272. required by smartlife 4.0.6.
  273. We have the distribution that satisfies 'django-extensions==1.5.5'.
  274. Getting required 'django-picklefield==0.3.2'
  275. required by smartlife 4.0.6.
  276. We have the distribution that satisfies 'django-picklefield==0.3.2'.
  277. Getting required 'django-configurations==1.0'
  278. required by smartlife 4.0.6.
  279. We have the distribution that satisfies 'django-configurations==1.0'.
  280. Getting required 'django-constance[database]==1.1.2'
  281. required by smartlife 4.0.6.
  282. We have the distribution that satisfies 'django-constance[database]==1.1.2'.
  283. Getting required 'django-celery==3.1.16'
  284. required by smartlife 4.0.6.
  285. We have the distribution that satisfies 'django-celery==3.1.16'.
  286. Getting required 'django-memoize==1.2.0'
  287. required by smartlife 4.0.6.
  288. We have the distribution that satisfies 'django-memoize==1.2.0'.
  289. Getting required 'django-cache-utils==0.7.2'
  290. required by smartlife 4.0.6.
  291. We have the distribution that satisfies 'django-cache-utils==0.7.2'.
  292. Getting required 'django-cache-url==1.0.0'
  293. required by smartlife 4.0.6.
  294. We have the distribution that satisfies 'django-cache-url==1.0.0'.
  295. Getting required 'django-betterforms==1.1.1'
  296. required by smartlife 4.0.6.
  297. We have the distribution that satisfies 'django-betterforms==1.1.1'.
  298. Getting required 'dj-database-url==0.3.0'
  299. required by smartlife 4.0.6.
  300. We have the distribution that satisfies 'dj-database-url==0.3.0'.
  301. Getting required 'datadiff==1.1.6'
  302. required by smartlife 4.0.6.
  303. We have the distribution that satisfies 'datadiff==1.1.6'.
  304. Getting required 'celery==3.1.17'
  305. required by smartlife 4.0.6.
  306. We have the distribution that satisfies 'celery==3.1.17'.
  307. Getting required 'billiard==3.3.0.19'
  308. required by smartlife 4.0.6.
  309. We have the distribution that satisfies 'billiard==3.3.0.19'.
  310. Getting required 'anyjson==0.3.3'
  311. required by smartlife 4.0.6.
  312. We have the distribution that satisfies 'anyjson==0.3.3'.
  313. Getting required 'amqp==1.4.7'
  314. required by smartlife 4.0.6.
  315. We have the distribution that satisfies 'amqp==1.4.7'.
  316. Getting required 'six==1.9.0'
  317. We have the distribution that satisfies 'six==1.9.0'.
  318. Getting required 'Unidecode==0.4.18'
  319. We have the distribution that satisfies 'Unidecode==0.4.18'.
  320. Getting required 'beautifulsoup4==4.3.2'
  321. We have the distribution that satisfies 'beautifulsoup4==4.3.2'.
  322. Getting required 'Pillow==2.7.0'
  323. We have the distribution that satisfies 'Pillow==2.7.0'.
  324. Getting required 'ecdsa==0.13'
  325. We have the distribution that satisfies 'ecdsa==0.13'.
  326. Getting required 'django-appconf==1.0.1'
  327. We have the distribution that satisfies 'django-appconf==1.0.1'.
  328. Getting required 'statsd==2.1.2'
  329. required by django-statsd-mozilla 0.3.15.
  330. We have the distribution that satisfies 'statsd==2.1.2'.
  331. Getting required 'factory-boy==2.7.0'
  332. We have the distribution that satisfies 'factory-boy==2.7.0'.
  333. Getting required 'mock==1.0.1'
  334. We have the distribution that satisfies 'mock==1.0.1'.
  335. Getting required 'phonenumbers==6.3.0'
  336. We have the distribution that satisfies 'phonenumbers==6.3.0'.
  337. Getting required 'purl==1.1'
  338. We have the distribution that satisfies 'purl==1.1'.
  339. Getting required 'Babel==1.3'
  340. We have the distribution that satisfies 'Babel==1.3'.
  341. Getting required 'sorl-thumbnail==12.4a1'
  342. We have the distribution that satisfies 'sorl-thumbnail==12.4a1'.
  343. Getting required 'django-extra-views==0.6.4'
  344. We have the distribution that satisfies 'django-extra-views==0.6.4'.
  345. Getting required 'oauthlib==0.7.2'
  346. We have the distribution that satisfies 'oauthlib==0.7.2'.
  347. Getting required 'django-braces==1.8.0'
  348. We have the distribution that satisfies 'django-braces==1.8.0'.
  349. Getting required 'fake-factory>=0.5.0'
  350. required by factory-boy 2.7.0.
  351. Picked: fake-factory = 0.7.2
  352. Getting required 'ipaddress'
  353. required by fake-factory 0.7.2.
  354. Picked: ipaddress = 1.0.17
  355. Updating py.
  356. Installing 'smartlife', 'flake8'.
  357. We have a develop egg: smartlife 4.0.6
  358. We have the distribution that satisfies 'flake8==2.5.1'.
  359. Getting required 'mccabe==0.3.1'
  360. We have the distribution that satisfies 'mccabe==0.3.1'.
  361. Getting required 'pep8==1.5.7'
  362. We have the distribution that satisfies 'pep8==1.5.7'.
  363. We have a develop egg: setuptools 18.0.1
  364. Adding find link 'https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790' from setuptools 18.0.1
  365. Adding find link 'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2' from setuptools 18.0.1
  366. Getting required 'pyflakes==0.8.1'
  367. We have the distribution that satisfies 'pyflakes==0.8.1'.
  368. Getting required 'html5lib==0.9999999'
  369. required by smartlife 4.0.6.
  370. We have the distribution that satisfies 'html5lib==0.9999999'.
  371. Getting required 'django-taggit==0.18.0'
  372. required by smartlife 4.0.6.
  373. We have the distribution that satisfies 'django-taggit==0.18.0'.
  374. Getting required 'django-modelcluster==2.0'
  375. required by smartlife 4.0.6.
  376. We have the distribution that satisfies 'django-modelcluster==2.0'.
  377. Getting required 'Willow==0.3'
  378. required by smartlife 4.0.6.
  379. We have the distribution that satisfies 'Willow==0.3'.
  380. Getting required 'wagtail==1.5.2'
  381. required by smartlife 4.0.6.
  382. We have the distribution that satisfies 'wagtail==1.5.2'.
  383. Getting required 'django-axes==1.3.9'
  384. required by smartlife 4.0.6.
  385. We have the distribution that satisfies 'django-axes==1.3.9'.
  386. Getting required 'django-ratelimit==0.5.0'
  387. required by smartlife 4.0.6.
  388. We have the distribution that satisfies 'django-ratelimit==0.5.0'.
  389. Getting required 'jsonfield==0.9.22'
  390. required by smartlife 4.0.6.
  391. We have the distribution that satisfies 'jsonfield==0.9.22'.
  392. Getting required 'arrow==0.5.4'
  393. required by smartlife 4.0.6.
  394. We have the distribution that satisfies 'arrow==0.5.4'.
  395. Getting required 'lxml==3.4.2'
  396. required by smartlife 4.0.6.
  397. We have the distribution that satisfies 'lxml==3.4.2'.
  398. Getting required 'oauth2-provider==0.0'
  399. We have the distribution that satisfies 'oauth2-provider==0.0'.
  400. Getting required 'Fabric==1.10.1'
  401. required by smartlife 4.0.6.
  402. We have the distribution that satisfies 'Fabric==1.10.1'.
  403. Getting required 'paramiko==1.12'
  404. required by smartlife 4.0.6.
  405. We have the distribution that satisfies 'paramiko==1.12'.
  406. Getting required 'django-compressor==1.5'
  407. required by smartlife 4.0.6.
  408. We have the distribution that satisfies 'django-compressor==1.5'.
  409. Getting required 'django-haystack==2.5.1'
  410. required by smartlife 4.0.6.
  411. We have the distribution that satisfies 'django-haystack==2.5.1'.
  412. Getting required 'PyJWT==1.4.2'
  413. required by smartlife 4.0.6.
  414. We have the distribution that satisfies 'PyJWT==1.4.2'.
  415. Getting required 'tablib==0.11.2'
  416. required by smartlife 4.0.6.
  417. We have the distribution that satisfies 'tablib==0.11.2'.
  418. Getting required 'xlwt-future==0.8.0'
  419. required by smartlife 4.0.6.
  420. We have the distribution that satisfies 'xlwt-future==0.8.0'.
  421. Getting required 'xlrd==0.9.4'
  422. required by smartlife 4.0.6.
  423. We have the distribution that satisfies 'xlrd==0.9.4'.
  424. Getting required 'ua-parser==0.6.1'
  425. required by smartlife 4.0.6.
  426. We have the distribution that satisfies 'ua-parser==0.6.1'.
  427. Getting required 'texttable==0.8.4'
  428. required by smartlife 4.0.6.
  429. We have the distribution that satisfies 'texttable==0.8.4'.
  430. Getting required 'requests==2.7.0'
  431. required by smartlife 4.0.6.
  432. We have the distribution that satisfies 'requests==2.7.0'.
  433. Getting required 'raven==5.5.0'
  434. required by smartlife 4.0.6.
  435. We have the distribution that satisfies 'raven==5.5.0'.
  436. Getting required 'sqlparse==0.1.18'
  437. required by smartlife 4.0.6.
  438. We have the distribution that satisfies 'sqlparse==0.1.18'.
  439. Getting required 'pytz==2016.7'
  440. required by smartlife 4.0.6.
  441. We have the distribution that satisfies 'pytz==2016.7'.
  442. Getting required 'python-stdnum==1.1'
  443. required by smartlife 4.0.6.
  444. We have the distribution that satisfies 'python-stdnum==1.1'.
  445. Getting required 'python-dateutil==2.6.0'
  446. required by smartlife 4.0.6.
  447. We have the distribution that satisfies 'python-dateutil==2.6.0'.
  448. Getting required 'pylibmc==1.5.0'
  449. required by smartlife 4.0.6.
  450. We have the distribution that satisfies 'pylibmc==1.5.0'.
  451. Getting required 'pyexcel==0.1.7'
  452. required by smartlife 4.0.6.
  453. We have the distribution that satisfies 'pyexcel==0.1.7'.
  454. Getting required 'pyexcel-xlsx==0.0.9'
  455. required by smartlife 4.0.6.
  456. We have the distribution that satisfies 'pyexcel-xlsx==0.0.9'.
  457. Getting required 'pyexcel-io==0.0.9'
  458. required by smartlife 4.0.6.
  459. We have the distribution that satisfies 'pyexcel-io==0.0.9'.
  460. Getting required 'pycrypto==2.6.1'
  461. required by smartlife 4.0.6.
  462. We have the distribution that satisfies 'pycrypto==2.6.1'.
  463. Getting required 'pycountry==1.10'
  464. required by smartlife 4.0.6.
  465. We have the distribution that satisfies 'pycountry==1.10'.
  466. Getting required 'psycopg2==2.6'
  467. required by smartlife 4.0.6.
  468. We have the distribution that satisfies 'psycopg2==2.6'.
  469. Getting required 'openpyxl==2.2.2'
  470. required by pyexcel-xlsx 0.0.9.
  471. required by smartlife 4.0.6.
  472. We have the distribution that satisfies 'openpyxl==2.2.2'.
  473. Getting required 'ntplib==0.3.3'
  474. required by smartlife 4.0.6.
  475. We have the distribution that satisfies 'ntplib==0.3.3'.
  476. Getting required 'markdown==2.6.2'
  477. required by smartlife 4.0.6.
  478. We have the distribution that satisfies 'markdown==2.6.2'.
  479. Getting required 'kombu==3.0.30'
  480. required by smartlife 4.0.6.
  481. We have the distribution that satisfies 'kombu==3.0.30'.
  482. Getting required 'jdcal==1.2'
  483. required by smartlife 4.0.6.
  484. We have the distribution that satisfies 'jdcal==1.2'.
  485. Getting required 'future==0.15.2'
  486. required by smartlife 4.0.6.
  487. We have the distribution that satisfies 'future==0.15.2'.
  488. Getting required 'djangorestframework-jwt==1.8.0'
  489. required by smartlife 4.0.6.
  490. We have the distribution that satisfies 'djangorestframework-jwt==1.8.0'.
  491. Getting required 'djangorestframework==3.4.7'
  492. required by smartlife 4.0.6.
  493. We have the distribution that satisfies 'djangorestframework==3.4.7'.
  494. Getting required 'django-widget-tweaks==1.4.1'
  495. required by smartlife 4.0.6.
  496. We have the distribution that satisfies 'django-widget-tweaks==1.4.1'.
  497. Getting required 'django-uuidfield==0.5.0'
  498. required by smartlife 4.0.6.
  499. We have the distribution that satisfies 'django-uuidfield==0.5.0'.
  500. Getting required 'django-treebeard==4.0.1'
  501. required by smartlife 4.0.6.
  502. We have the distribution that satisfies 'django-treebeard==4.0.1'.
  503. Getting required 'django-tables2==1.0.7'
  504. required by smartlife 4.0.6.
  505. We have the distribution that satisfies 'django-tables2==1.0.7'.
  506. Getting required 'django-statsd-mozilla==0.3.15'
  507. required by smartlife 4.0.6.
  508. We have the distribution that satisfies 'django-statsd-mozilla==0.3.15'.
  509. Getting required 'django-registration-redux==1.2'
  510. required by smartlife 4.0.6.
  511. We have the distribution that satisfies 'django-registration-redux==1.2'.
  512. Getting required 'django-recaptcha==1.0.4'
  513. required by smartlife 4.0.6.
  514. We have the distribution that satisfies 'django-recaptcha==1.0.4'.
  515. Getting required 'django-oscar==1.3'
  516. required by smartlife 4.0.6.
  517. We have the distribution that satisfies 'django-oscar==1.3'.
  518. Getting required 'django-debug-toolbar==1.4'
  519. required by smartlife 4.0.6.
  520. We have the distribution that satisfies 'django-debug-toolbar==1.4'.
  521. Getting required 'django-oauth-toolkit==0.8.0'
  522. required by smartlife 4.0.6.
  523. We have the distribution that satisfies 'django-oauth-toolkit==0.8.0'.
  524. Getting required 'django-model-utils==2.2'
  525. required by smartlife 4.0.6.
  526. We have the distribution that satisfies 'django-model-utils==2.2'.
  527. Getting required 'django-localflavor==1.1'
  528. required by smartlife 4.0.6.
  529. We have the distribution that satisfies 'django-localflavor==1.1'.
  530. Getting required 'django-healthchecks==0.1.0'
  531. required by smartlife 4.0.6.
  532. We have the distribution that satisfies 'django-healthchecks==0.1.0'.
  533. Getting required 'django-form-utils==1.0.3'
  534. required by smartlife 4.0.6.
  535. We have the distribution that satisfies 'django-form-utils==1.0.3'.
  536. Getting required 'django-extensions==1.5.5'
  537. required by smartlife 4.0.6.
  538. We have the distribution that satisfies 'django-extensions==1.5.5'.
  539. Getting required 'django-picklefield==0.3.2'
  540. required by smartlife 4.0.6.
  541. We have the distribution that satisfies 'django-picklefield==0.3.2'.
  542. Getting required 'django-configurations==1.0'
  543. required by smartlife 4.0.6.
  544. We have the distribution that satisfies 'django-configurations==1.0'.
  545. Getting required 'django-constance[database]==1.1.2'
  546. required by smartlife 4.0.6.
  547. We have the distribution that satisfies 'django-constance[database]==1.1.2'.
  548. Getting required 'django-celery==3.1.16'
  549. required by smartlife 4.0.6.
  550. We have the distribution that satisfies 'django-celery==3.1.16'.
  551. Getting required 'django-memoize==1.2.0'
  552. required by smartlife 4.0.6.
  553. We have the distribution that satisfies 'django-memoize==1.2.0'.
  554. Getting required 'django-cache-utils==0.7.2'
  555. required by smartlife 4.0.6.
  556. We have the distribution that satisfies 'django-cache-utils==0.7.2'.
  557. Getting required 'django-cache-url==1.0.0'
  558. required by smartlife 4.0.6.
  559. We have the distribution that satisfies 'django-cache-url==1.0.0'.
  560. Getting required 'django-betterforms==1.1.1'
  561. required by smartlife 4.0.6.
  562. We have the distribution that satisfies 'django-betterforms==1.1.1'.
  563. Getting required 'dj-database-url==0.3.0'
  564. required by smartlife 4.0.6.
  565. We have the distribution that satisfies 'dj-database-url==0.3.0'.
  566. Getting required 'datadiff==1.1.6'
  567. required by smartlife 4.0.6.
  568. We have the distribution that satisfies 'datadiff==1.1.6'.
  569. Getting required 'celery==3.1.17'
  570. required by smartlife 4.0.6.
  571. We have the distribution that satisfies 'celery==3.1.17'.
  572. Getting required 'billiard==3.3.0.19'
  573. required by smartlife 4.0.6.
  574. We have the distribution that satisfies 'billiard==3.3.0.19'.
  575. Getting required 'anyjson==0.3.3'
  576. required by smartlife 4.0.6.
  577. We have the distribution that satisfies 'anyjson==0.3.3'.
  578. Getting required 'amqp==1.4.7'
  579. required by smartlife 4.0.6.
  580. We have the distribution that satisfies 'amqp==1.4.7'.
  581. Getting required 'Django==1.8.16'
  582. required by smartlife 4.0.6.
  583. We have the distribution that satisfies 'Django==1.8.16'.
  584. Getting required 'six==1.9.0'
  585. We have the distribution that satisfies 'six==1.9.0'.
  586. Getting required 'Unidecode==0.4.18'
  587. We have the distribution that satisfies 'Unidecode==0.4.18'.
  588. Getting required 'beautifulsoup4==4.3.2'
  589. We have the distribution that satisfies 'beautifulsoup4==4.3.2'.
  590. Getting required 'Pillow==2.7.0'
  591. We have the distribution that satisfies 'Pillow==2.7.0'.
  592. Getting required 'ecdsa==0.13'
  593. We have the distribution that satisfies 'ecdsa==0.13'.
  594. Getting required 'django-appconf==1.0.1'
  595. We have the distribution that satisfies 'django-appconf==1.0.1'.
  596. Getting required 'statsd==2.1.2'
  597. required by django-statsd-mozilla 0.3.15.
  598. We have the distribution that satisfies 'statsd==2.1.2'.
  599. Getting required 'factory-boy==2.7.0'
  600. We have the distribution that satisfies 'factory-boy==2.7.0'.
  601. Getting required 'mock==1.0.1'
  602. We have the distribution that satisfies 'mock==1.0.1'.
  603. Getting required 'phonenumbers==6.3.0'
  604. We have the distribution that satisfies 'phonenumbers==6.3.0'.
  605. Getting required 'purl==1.1'
  606. We have the distribution that satisfies 'purl==1.1'.
  607. Getting required 'Babel==1.3'
  608. We have the distribution that satisfies 'Babel==1.3'.
  609. Getting required 'sorl-thumbnail==12.4a1'
  610. We have the distribution that satisfies 'sorl-thumbnail==12.4a1'.
  611. Getting required 'django-extra-views==0.6.4'
  612. We have the distribution that satisfies 'django-extra-views==0.6.4'.
  613. Getting required 'oauthlib==0.7.2'
  614. We have the distribution that satisfies 'oauthlib==0.7.2'.
  615. Getting required 'django-braces==1.8.0'
  616. We have the distribution that satisfies 'django-braces==1.8.0'.
  617. Getting required 'fake-factory>=0.5.0'
  618. required by factory-boy 2.7.0.
  619. Picked: fake-factory = 0.7.2
  620. Getting required 'ipaddress'
  621. required by fake-factory 0.7.2.
  622. Picked: ipaddress = 1.0.17
  623. Generated script '/data/jenkins/jobs/Smartlife-TST/workspace/bin/djadmin'.
  624. Generated script '/data/jenkins/jobs/Smartlife-TST/workspace/bin/manage.py'.
  625. Updating pytest.
  626. Installing 'smartlife', 'pytest', 'pytest-django', 'pytest-cov', 'beautifulsoup4', 'testfixtures'.
  627. We have a develop egg: smartlife 4.0.6
  628. We have the distribution that satisfies 'pytest==3.0.4'.
  629. We have the distribution that satisfies 'pytest-django==3.0.0'.
  630. We have the distribution that satisfies 'pytest-cov==2.4.0'.
  631. We have the distribution that satisfies 'beautifulsoup4==4.3.2'.
  632. We have the distribution that satisfies 'testfixtures==4.7.0'.
  633. Getting required 'coverage==3.7.1'
  634. We have the distribution that satisfies 'coverage==3.7.1'.
  635. Getting required 'py==1.4.29'
  636. We have the distribution that satisfies 'py==1.4.29'.
  637. Getting required 'html5lib==0.9999999'
  638. required by smartlife 4.0.6.
  639. We have the distribution that satisfies 'html5lib==0.9999999'.
  640. Getting required 'django-taggit==0.18.0'
  641. required by smartlife 4.0.6.
  642. We have the distribution that satisfies 'django-taggit==0.18.0'.
  643. Getting required 'django-modelcluster==2.0'
  644. required by smartlife 4.0.6.
  645. We have the distribution that satisfies 'django-modelcluster==2.0'.
  646. Getting required 'Willow==0.3'
  647. required by smartlife 4.0.6.
  648. We have the distribution that satisfies 'Willow==0.3'.
  649. Getting required 'wagtail==1.5.2'
  650. required by smartlife 4.0.6.
  651. We have the distribution that satisfies 'wagtail==1.5.2'.
  652. Getting required 'django-axes==1.3.9'
  653. required by smartlife 4.0.6.
  654. We have the distribution that satisfies 'django-axes==1.3.9'.
  655. Getting required 'django-ratelimit==0.5.0'
  656. required by smartlife 4.0.6.
  657. We have the distribution that satisfies 'django-ratelimit==0.5.0'.
  658. Getting required 'jsonfield==0.9.22'
  659. required by smartlife 4.0.6.
  660. We have the distribution that satisfies 'jsonfield==0.9.22'.
  661. Getting required 'arrow==0.5.4'
  662. required by smartlife 4.0.6.
  663. We have the distribution that satisfies 'arrow==0.5.4'.
  664. Getting required 'lxml==3.4.2'
  665. required by smartlife 4.0.6.
  666. We have the distribution that satisfies 'lxml==3.4.2'.
  667. Getting required 'oauth2-provider==0.0'
  668. We have the distribution that satisfies 'oauth2-provider==0.0'.
  669. Getting required 'Fabric==1.10.1'
  670. required by smartlife 4.0.6.
  671. We have the distribution that satisfies 'Fabric==1.10.1'.
  672. Getting required 'paramiko==1.12'
  673. required by smartlife 4.0.6.
  674. We have the distribution that satisfies 'paramiko==1.12'.
  675. Getting required 'django-compressor==1.5'
  676. required by smartlife 4.0.6.
  677. We have the distribution that satisfies 'django-compressor==1.5'.
  678. Getting required 'django-haystack==2.5.1'
  679. required by smartlife 4.0.6.
  680. We have the distribution that satisfies 'django-haystack==2.5.1'.
  681. Getting required 'PyJWT==1.4.2'
  682. required by smartlife 4.0.6.
  683. We have the distribution that satisfies 'PyJWT==1.4.2'.
  684. Getting required 'tablib==0.11.2'
  685. required by smartlife 4.0.6.
  686. We have the distribution that satisfies 'tablib==0.11.2'.
  687. Getting required 'xlwt-future==0.8.0'
  688. required by smartlife 4.0.6.
  689. We have the distribution that satisfies 'xlwt-future==0.8.0'.
  690. Getting required 'xlrd==0.9.4'
  691. required by smartlife 4.0.6.
  692. We have the distribution that satisfies 'xlrd==0.9.4'.
  693. Getting required 'ua-parser==0.6.1'
  694. required by smartlife 4.0.6.
  695. We have the distribution that satisfies 'ua-parser==0.6.1'.
  696. Getting required 'texttable==0.8.4'
  697. required by smartlife 4.0.6.
  698. We have the distribution that satisfies 'texttable==0.8.4'.
  699. Getting required 'requests==2.7.0'
  700. required by smartlife 4.0.6.
  701. We have the distribution that satisfies 'requests==2.7.0'.
  702. Getting required 'raven==5.5.0'
  703. required by smartlife 4.0.6.
  704. We have the distribution that satisfies 'raven==5.5.0'.
  705. Getting required 'sqlparse==0.1.18'
  706. required by smartlife 4.0.6.
  707. We have the distribution that satisfies 'sqlparse==0.1.18'.
  708. Getting required 'pytz==2016.7'
  709. required by smartlife 4.0.6.
  710. We have the distribution that satisfies 'pytz==2016.7'.
  711. Getting required 'python-stdnum==1.1'
  712. required by smartlife 4.0.6.
  713. We have the distribution that satisfies 'python-stdnum==1.1'.
  714. Getting required 'python-dateutil==2.6.0'
  715. required by smartlife 4.0.6.
  716. We have the distribution that satisfies 'python-dateutil==2.6.0'.
  717. Getting required 'pylibmc==1.5.0'
  718. required by smartlife 4.0.6.
  719. We have the distribution that satisfies 'pylibmc==1.5.0'.
  720. Getting required 'pyexcel==0.1.7'
  721. required by smartlife 4.0.6.
  722. We have the distribution that satisfies 'pyexcel==0.1.7'.
  723. Getting required 'pyexcel-xlsx==0.0.9'
  724. required by smartlife 4.0.6.
  725. We have the distribution that satisfies 'pyexcel-xlsx==0.0.9'.
  726. Getting required 'pyexcel-io==0.0.9'
  727. required by smartlife 4.0.6.
  728. We have the distribution that satisfies 'pyexcel-io==0.0.9'.
  729. Getting required 'pycrypto==2.6.1'
  730. required by smartlife 4.0.6.
  731. We have the distribution that satisfies 'pycrypto==2.6.1'.
  732. Getting required 'pycountry==1.10'
  733. required by smartlife 4.0.6.
  734. We have the distribution that satisfies 'pycountry==1.10'.
  735. Getting required 'psycopg2==2.6'
  736. required by smartlife 4.0.6.
  737. We have the distribution that satisfies 'psycopg2==2.6'.
  738. Getting required 'openpyxl==2.2.2'
  739. required by pyexcel-xlsx 0.0.9.
  740. required by smartlife 4.0.6.
  741. We have the distribution that satisfies 'openpyxl==2.2.2'.
  742. Getting required 'ntplib==0.3.3'
  743. required by smartlife 4.0.6.
  744. We have the distribution that satisfies 'ntplib==0.3.3'.
  745. Getting required 'markdown==2.6.2'
  746. required by smartlife 4.0.6.
  747. We have the distribution that satisfies 'markdown==2.6.2'.
  748. Getting required 'kombu==3.0.30'
  749. required by smartlife 4.0.6.
  750. We have the distribution that satisfies 'kombu==3.0.30'.
  751. Getting required 'jdcal==1.2'
  752. required by smartlife 4.0.6.
  753. We have the distribution that satisfies 'jdcal==1.2'.
  754. Getting required 'future==0.15.2'
  755. required by smartlife 4.0.6.
  756. We have the distribution that satisfies 'future==0.15.2'.
  757. Getting required 'djangorestframework-jwt==1.8.0'
  758. required by smartlife 4.0.6.
  759. We have the distribution that satisfies 'djangorestframework-jwt==1.8.0'.
  760. Getting required 'djangorestframework==3.4.7'
  761. required by smartlife 4.0.6.
  762. We have the distribution that satisfies 'djangorestframework==3.4.7'.
  763. Getting required 'django-widget-tweaks==1.4.1'
  764. required by smartlife 4.0.6.
  765. We have the distribution that satisfies 'django-widget-tweaks==1.4.1'.
  766. Getting required 'django-uuidfield==0.5.0'
  767. required by smartlife 4.0.6.
  768. We have the distribution that satisfies 'django-uuidfield==0.5.0'.
  769. Getting required 'django-treebeard==4.0.1'
  770. required by smartlife 4.0.6.
  771. We have the distribution that satisfies 'django-treebeard==4.0.1'.
  772. Getting required 'django-tables2==1.0.7'
  773. required by smartlife 4.0.6.
  774. We have the distribution that satisfies 'django-tables2==1.0.7'.
  775. Getting required 'django-statsd-mozilla==0.3.15'
  776. required by smartlife 4.0.6.
  777. We have the distribution that satisfies 'django-statsd-mozilla==0.3.15'.
  778. Getting required 'django-registration-redux==1.2'
  779. required by smartlife 4.0.6.
  780. We have the distribution that satisfies 'django-registration-redux==1.2'.
  781. Getting required 'django-recaptcha==1.0.4'
  782. required by smartlife 4.0.6.
  783. We have the distribution that satisfies 'django-recaptcha==1.0.4'.
  784. Getting required 'django-oscar==1.3'
  785. required by smartlife 4.0.6.
  786. We have the distribution that satisfies 'django-oscar==1.3'.
  787. Getting required 'django-debug-toolbar==1.4'
  788. required by smartlife 4.0.6.
  789. We have the distribution that satisfies 'django-debug-toolbar==1.4'.
  790. Getting required 'django-oauth-toolkit==0.8.0'
  791. required by smartlife 4.0.6.
  792. We have the distribution that satisfies 'django-oauth-toolkit==0.8.0'.
  793. Getting required 'django-model-utils==2.2'
  794. required by smartlife 4.0.6.
  795. We have the distribution that satisfies 'django-model-utils==2.2'.
  796. Getting required 'django-localflavor==1.1'
  797. required by smartlife 4.0.6.
  798. We have the distribution that satisfies 'django-localflavor==1.1'.
  799. Getting required 'django-healthchecks==0.1.0'
  800. required by smartlife 4.0.6.
  801. We have the distribution that satisfies 'django-healthchecks==0.1.0'.
  802. Getting required 'django-form-utils==1.0.3'
  803. required by smartlife 4.0.6.
  804. We have the distribution that satisfies 'django-form-utils==1.0.3'.
  805. Getting required 'django-extensions==1.5.5'
  806. required by smartlife 4.0.6.
  807. We have the distribution that satisfies 'django-extensions==1.5.5'.
  808. Getting required 'django-picklefield==0.3.2'
  809. required by smartlife 4.0.6.
  810. We have the distribution that satisfies 'django-picklefield==0.3.2'.
  811. Getting required 'django-configurations==1.0'
  812. required by smartlife 4.0.6.
  813. We have the distribution that satisfies 'django-configurations==1.0'.
  814. Getting required 'django-constance[database]==1.1.2'
  815. required by smartlife 4.0.6.
  816. We have the distribution that satisfies 'django-constance[database]==1.1.2'.
  817. Getting required 'django-celery==3.1.16'
  818. required by smartlife 4.0.6.
  819. We have the distribution that satisfies 'django-celery==3.1.16'.
  820. Getting required 'django-memoize==1.2.0'
  821. required by smartlife 4.0.6.
  822. We have the distribution that satisfies 'django-memoize==1.2.0'.
  823. Getting required 'django-cache-utils==0.7.2'
  824. required by smartlife 4.0.6.
  825. We have the distribution that satisfies 'django-cache-utils==0.7.2'.
  826. Getting required 'django-cache-url==1.0.0'
  827. required by smartlife 4.0.6.
  828. We have the distribution that satisfies 'django-cache-url==1.0.0'.
  829. Getting required 'django-betterforms==1.1.1'
  830. required by smartlife 4.0.6.
  831. We have the distribution that satisfies 'django-betterforms==1.1.1'.
  832. Getting required 'dj-database-url==0.3.0'
  833. required by smartlife 4.0.6.
  834. We have the distribution that satisfies 'dj-database-url==0.3.0'.
  835. Getting required 'datadiff==1.1.6'
  836. required by smartlife 4.0.6.
  837. We have the distribution that satisfies 'datadiff==1.1.6'.
  838. Getting required 'celery==3.1.17'
  839. required by smartlife 4.0.6.
  840. We have the distribution that satisfies 'celery==3.1.17'.
  841. Getting required 'billiard==3.3.0.19'
  842. required by smartlife 4.0.6.
  843. We have the distribution that satisfies 'billiard==3.3.0.19'.
  844. Getting required 'anyjson==0.3.3'
  845. required by smartlife 4.0.6.
  846. We have the distribution that satisfies 'anyjson==0.3.3'.
  847. Getting required 'amqp==1.4.7'
  848. required by smartlife 4.0.6.
  849. We have the distribution that satisfies 'amqp==1.4.7'.
  850. Getting required 'Django==1.8.16'
  851. required by smartlife 4.0.6.
  852. We have the distribution that satisfies 'Django==1.8.16'.
  853. Getting required 'six==1.9.0'
  854. We have the distribution that satisfies 'six==1.9.0'.
  855. Getting required 'Unidecode==0.4.18'
  856. We have the distribution that satisfies 'Unidecode==0.4.18'.
  857. Getting required 'Pillow==2.7.0'
  858. We have the distribution that satisfies 'Pillow==2.7.0'.
  859. Getting required 'setuptools'
  860. required by oauth2-provider 0.0.
  861. We have a develop egg: setuptools 18.0.1
  862. Adding find link 'https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790' from setuptools 18.0.1
  863. Adding find link 'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2' from setuptools 18.0.1
  864. Getting required 'ecdsa==0.13'
  865. We have the distribution that satisfies 'ecdsa==0.13'.
  866. Getting required 'django-appconf==1.0.1'
  867. We have the distribution that satisfies 'django-appconf==1.0.1'.
  868. Getting required 'statsd==2.1.2'
  869. required by django-statsd-mozilla 0.3.15.
  870. We have the distribution that satisfies 'statsd==2.1.2'.
  871. Getting required 'factory-boy==2.7.0'
  872. We have the distribution that satisfies 'factory-boy==2.7.0'.
  873. Getting required 'mock==1.0.1'
  874. We have the distribution that satisfies 'mock==1.0.1'.
  875. Getting required 'phonenumbers==6.3.0'
  876. We have the distribution that satisfies 'phonenumbers==6.3.0'.
  877. Getting required 'purl==1.1'
  878. We have the distribution that satisfies 'purl==1.1'.
  879. Getting required 'Babel==1.3'
  880. We have the distribution that satisfies 'Babel==1.3'.
  881. Getting required 'sorl-thumbnail==12.4a1'
  882. We have the distribution that satisfies 'sorl-thumbnail==12.4a1'.
  883. Getting required 'django-extra-views==0.6.4'
  884. We have the distribution that satisfies 'django-extra-views==0.6.4'.
  885. Getting required 'oauthlib==0.7.2'
  886. We have the distribution that satisfies 'oauthlib==0.7.2'.
  887. Getting required 'django-braces==1.8.0'
  888. We have the distribution that satisfies 'django-braces==1.8.0'.
  889. Getting required 'fake-factory>=0.5.0'
  890. required by factory-boy 2.7.0.
  891. Picked: fake-factory = 0.7.2
  892. Getting required 'ipaddress'
  893. required by fake-factory 0.7.2.
  894. Picked: ipaddress = 1.0.17
  895. Generated script '/data/jenkins/jobs/Smartlife-TST/workspace/bin/djadmin'.
  896. Generated script '/data/jenkins/jobs/Smartlife-TST/workspace/bin/manage.py'.
  897. Versions had to be automatically picked.
  898. The following part definition lists the versions picked:
  899. [versions]
  900. fake-factory = 0.7.2
  901.  
  902. # Required by:
  903. # fake-factory==0.7.2
  904. ipaddress = 1.0.17
  905. /data/jenkins/jobs/Smartlife-TST/workspace/bin/py.test --nomigrations --create-db --cov=smartlife --cov-report xml --junit-xml=junit-smartlife.xml
  906. ============================= test session starts ==============================
  907. platform linux2 -- Python 2.7.13, pytest-3.0.4, py-1.4.29, pluggy-0.4.0
  908. Django settings: smartlife.settings (from ini file)
  909. rootdir: /data/jenkins/jobs/Smartlife-TST/workspace, inifile: setup.cfg
  910. plugins: django-3.0.0, cov-2.4.0
  911. collected 761 items
  912.  
  913. tests/smartlife_test/test_middleware.py .
  914. tests/smartlife_test/test_pricepebble.py .........................................
  915. tests/smartlife_test/test_sorl.py ...
  916. tests/smartlife_test/test_views.py ........
  917. tests/smartlife_test/apps/accounts/test_admin.py ....
  918. tests/smartlife_test/apps/accounts/test_models.py ............
  919. tests/smartlife_test/apps/address/test_factories.py .
  920. tests/smartlife_test/apps/address/test_models.py ..................
  921. tests/smartlife_test/apps/auth_custom/test_factories.py ..
  922. tests/smartlife_test/apps/auth_custom/test_models.py ................
  923. tests/smartlife_test/apps/auth_custom/test_utils.py .........................................................................
  924. tests/smartlife_test/apps/basket/test_factories.py .
  925. tests/smartlife_test/apps/basket/test_middleware.py .
  926. tests/smartlife_test/apps/basket/test_models.py ....................s.
  927. tests/smartlife_test/apps/basket/test_splitter.py ........
  928. tests/smartlife_test/apps/basket/test_views.py .....................xx
  929. tests/smartlife_test/apps/buckaroo/test_factories.py ...
  930. tests/smartlife_test/apps/buckaroo/test_forms.py ....................
  931. tests/smartlife_test/apps/buckaroo/test_signing.py .
  932. tests/smartlife_test/apps/buckaroo/test_views.py .........ssss.....
  933. tests/smartlife_test/apps/catalogue/test_catalogue_data.py ....
  934. tests/smartlife_test/apps/catalogue/test_dependencies.py ......
  935. tests/smartlife_test/apps/catalogue/test_factories.py ..
  936. tests/smartlife_test/apps/catalogue/test_models.py .................xx
  937. tests/smartlife_test/apps/catalogue/test_policies.py .sss
  938. tests/smartlife_test/apps/catalogue/test_propositions.py .......
  939. tests/smartlife_test/apps/catalogue/test_views.py xxx
  940. tests/smartlife_test/apps/catalogue/wizard/test_csv_export.py ss
  941. tests/smartlife_test/apps/catalogue/wizard/test_models.py sssssssssssssss
  942. tests/smartlife_test/apps/catalogue/wizard/test_views.py ssss
  943. tests/smartlife_test/apps/checkout/test_down_payment.py ...
  944. tests/smartlife_test/apps/checkout/test_forms.py ....................................
  945. tests/smartlife_test/apps/checkout/test_mixins.py .
  946. tests/smartlife_test/apps/checkout/test_state.py ....
  947. tests/smartlife_test/apps/checkout/test_views.py ..................
  948. tests/smartlife_test/apps/crm/test_contact.py .
  949. tests/smartlife_test/apps/crm/test_contracts.py ....
  950. tests/smartlife_test/apps/crm/test_factories.py .
  951. tests/smartlife_test/apps/crm/test_tasks.py ......
  952. tests/smartlife_test/apps/customer/test_forms.py ..............
  953. tests/smartlife_test/apps/customer/views/test_contact.py ....
  954. tests/smartlife_test/apps/customer/views/test_personal.py .......x........
  955. tests/smartlife_test/apps/customer/views/test_products.py .....sss....
  956. tests/smartlife_test/apps/customer/views/test_security.py ....
  957. tests/smartlife_test/apps/dashboard/catalogue/test_forms.py ..
  958. tests/smartlife_test/apps/dashboard/users/test_views.py ..
  959. tests/smartlife_test/apps/external_api/test_views.py ............
  960. tests/smartlife_test/apps/help_and_advice/test_forms.py ..........
  961. tests/smartlife_test/apps/interfaces/test_client.py .....
  962. tests/smartlife_test/apps/interfaces/test_factories.py .....
  963. tests/smartlife_test/apps/interfaces/test_mapping.py .
  964. tests/smartlife_test/apps/interfaces/test_operations.py .....
  965. tests/smartlife_test/apps/interfaces/test_serializers.py .....
  966. tests/smartlife_test/apps/interfaces/test_submit.py ....
  967. tests/smartlife_test/apps/interfaces/test_tasks.py ......x.........
  968. tests/smartlife_test/apps/offer/test_conditions.py ........
  969. tests/smartlife_test/apps/offer/test_factories.py .......
  970. tests/smartlife_test/apps/order/test_event_handler.py ...
  971. tests/smartlife_test/apps/order/test_factories.py ...X........X...........
  972. tests/smartlife_test/apps/order/test_mailer.py ...
  973. tests/smartlife_test/apps/order/test_meta.py ............
  974. tests/smartlife_test/apps/order/test_models.py ......
  975. tests/smartlife_test/apps/order/test_processing.py .x...
  976. tests/smartlife_test/apps/order/test_submit.py ...................................................................
  977. tests/smartlife_test/apps/order/test_tasks.py .....xx
  978. tests/smartlife_test/apps/order/test_utils.py ..
  979. tests/smartlife_test/apps/order/crm_sync/test_mutator.py .
  980. tests/smartlife_test/apps/order/crm_sync/test_sync.py ..........
  981. tests/smartlife_test/apps/order/crm_sync/test_wrapper.py ...
  982. tests/smartlife_test/apps/partner/test_strategy.py .....
  983. tests/smartlife_test/apps/partner_portal/test_forms.py ...
  984. tests/smartlife_test/apps/partner_portal/test_models.py .
  985. tests/smartlife_test/apps/partner_portal/test_views.py .....
  986. tests/smartlife_test/apps/registration/test_factories.py ..
  987. tests/smartlife_test/apps/registration/test_views.py .......
  988. tests/smartlife_test/apps/terms/test_active_terms.py .X
  989. tests/smartlife_test/apps/terms/test_fetch_from_ntp.py .
  990. tests/smartlife_test/apps/terms/test_models.py x.........
  991. tests/smartlife_test/apps/voucher/test_factories.py ..
  992. tests/smartlife_test/apps/voucher/test_voucher.py ....
  993. tests/smartlife_test/lib/test_json.py ..
  994. tests/smartlife_test/lib/discount/broadband/test_basket.py ssssssssssss
  995. tests/smartlife_test/lib/discount/broadband/test_order.py sssssssss
  996. tests/smartlife_test/templatetags/test_templatetags.py .....
  997.  
  998. generated xml file: /data/jenkins/jobs/Smartlife-TST/workspace/junit-smartlife.xml
  999.  
  1000. ---------- coverage: platform linux2, python 2.7.13-final-0 ----------
  1001. Coverage XML written to file coverage.xml
  1002.  
  1003. ======= 692 passed, 53 skipped, 13 xfailed, 3 xpassed in 665.36 seconds ========
  1004. /data/jenkins/jobs/Smartlife-TST/workspace/bin/flake8 src/ tests/ |tee flake8.txt
  1005. src/smartlife/apps/auth_custom/admin.py:142:9: F841 local variable 'client' is assigned to but never used
  1006. src/smartlife/management/commands/activate_software.py:6:1: F401 'Propositions' imported but unused
  1007. src/smartlife/management/commands/deactivate_software.py:6:1: F401 'Propositions' imported but unused
  1008. running sdist
  1009. running frontend
  1010. node --version
  1011. v4.4.0
  1012. gcc --version
  1013. gcc (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6)
  1014. Copyright (C) 2014 Free Software Foundation, Inc.
  1015. This is free software; see the source for copying conditions. There is NO
  1016. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1017.  
  1018. npm install --production
  1019.  
  1020. > smartlife@4.0.6 postinstall /data/jenkins/jobs/Smartlife-TST/workspace
  1021. > gulp build --jenkins
  1022.  
  1023. [12:53:05] Using gulpfile /data/jenkins/jobs/Smartlife-TST/workspace/gulpfile.js
  1024. [12:53:05] Starting 'build'...
  1025. [12:53:05] Starting 'clean'...
  1026. [12:53:05] Finished 'clean' after 16 ms
  1027. [12:53:05] Starting 'scripts'...
  1028. [12:53:05] Starting 'scripts:helpers'...
  1029. [12:53:05] Starting 'browserify'...
  1030. [12:53:05] Starting 'styles'...
  1031. [12:53:05] Finished 'scripts:helpers' after 317 ms
  1032. [12:53:05] Finished 'scripts' after 318 ms
  1033. [12:53:16] Finished 'styles' after 12 s
  1034. [12:54:10] Finished 'browserify' after 1.08 min
  1035. [12:54:10] Finished 'build' after 1.08 min
  1036. running egg_info
  1037. writing requirements to src/smartlife.egg-info/requires.txt
  1038. writing src/smartlife.egg-info/PKG-INFO
  1039. writing top-level names to src/smartlife.egg-info/top_level.txt
  1040. writing dependency_links to src/smartlife.egg-info/dependency_links.txt
  1041. writing entry points to src/smartlife.egg-info/entry_points.txt
  1042. reading manifest file 'src/smartlife.egg-info/SOURCES.txt'
  1043. reading manifest template 'MANIFEST.in'
  1044. warning: no files found matching 'README'
  1045. warning: no files found matching '*' under directory 'src/smartlife/apps/**/locale'
  1046. warning: no files found matching '*' under directory 'src/smartlife/apps/**/static'
  1047. warning: no files found matching '*' under directory 'src/smartlife/apps/**/templates'
  1048. warning: no previously-included files matching '*' found under directory 'src/smartlife/static/smartlife/lib'
  1049. warning: no files found matching '*' under directory 'src/smartlife/static/smartlife/lib/components-font-awesome/css'
  1050. warning: no files found matching '*' under directory 'src/smartlife/static/smartlife/lib/components-font-awesome/fonts'
  1051. warning: no files found matching '*' under directory 'src/smartlife/static/smartlife/lib/html5shiv'
  1052. warning: no files found matching '*' under directory 'src/smartlife/static/smartlife/lib/respond'
  1053. warning: no files found matching '*' under directory 'src/smartlife/static/smartlife/lib/background-size-polyfill'
  1054. warning: no previously-included files matching '*' found under directory 'solr/smartlife/data'
  1055. warning: no previously-included files found matching 'src/smartlife/settings/local.py'
  1056. writing manifest file 'src/smartlife.egg-info/SOURCES.txt'
  1057. warning: sdist: standard file not found: should have one of README, README.rst, README.txt
  1058.  
  1059. running check
  1060. warning: check: missing required meta-data: url
  1061.  
  1062. warning: check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) must be supplied
  1063.  
  1064. creating smartlife-4.0.6
  1065. creating smartlife-4.0.6/public
  1066. creating smartlife-4.0.6/public/media
  1067. creating smartlife-4.0.6/public/media/images
  1068. creating smartlife-4.0.6/public/media/images/products
  1069. creating smartlife-4.0.6/public/media/images/products/2015
  1070. creating smartlife-4.0.6/public/media/images/products/2015/03
  1071. creating smartlife-4.0.6/public/media/images/products/2015/04
  1072. creating smartlife-4.0.6/public/media/images/products/2015/05
  1073. creating smartlife-4.0.6/public/media/images/products/2015/06
  1074. creating smartlife-4.0.6/public/media/images/products/2015/08
  1075. creating smartlife-4.0.6/public/media/images/products/2015/09
  1076. creating smartlife-4.0.6/public/media/images/products/2015/12
  1077. creating smartlife-4.0.6/public/media/images/products/2016
  1078. creating smartlife-4.0.6/public/media/images/products/2016/01
  1079. creating smartlife-4.0.6/requirements
  1080. creating smartlife-4.0.6/solr
  1081. creating smartlife-4.0.6/solr/configsets
  1082. creating smartlife-4.0.6/solr/configsets/basic_configs
  1083. creating smartlife-4.0.6/solr/configsets/basic_configs/conf
  1084. creating smartlife-4.0.6/solr/configsets/basic_configs/conf/lang
  1085. creating smartlife-4.0.6/solr/configsets/data_driven_schema_configs
  1086. creating smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf
  1087. creating smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1088. creating smartlife-4.0.6/solr/configsets/sample_techproducts_configs
  1089. creating smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1090. creating smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/clustering
  1091. creating smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2
  1092. creating smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1093. creating smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1094. creating smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/xslt
  1095. creating smartlife-4.0.6/solr/smartlife
  1096. creating smartlife-4.0.6/solr/smartlife/conf
  1097. creating smartlife-4.0.6/solr/smartlife/conf/lang
  1098. creating smartlife-4.0.6/src
  1099. creating smartlife-4.0.6/src/smartlife
  1100. creating smartlife-4.0.6/src/smartlife.egg-info
  1101. creating smartlife-4.0.6/src/smartlife/apps
  1102. creating smartlife-4.0.6/src/smartlife/apps/accounts
  1103. creating smartlife-4.0.6/src/smartlife/apps/accounts/admin_site
  1104. creating smartlife-4.0.6/src/smartlife/apps/accounts/management
  1105. creating smartlife-4.0.6/src/smartlife/apps/accounts/management/commands
  1106. creating smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1107. creating smartlife-4.0.6/src/smartlife/apps/accounts/migrations/data
  1108. creating smartlife-4.0.6/src/smartlife/apps/address
  1109. creating smartlife-4.0.6/src/smartlife/apps/address/migrations
  1110. creating smartlife-4.0.6/src/smartlife/apps/auth_custom
  1111. creating smartlife-4.0.6/src/smartlife/apps/auth_custom/migrations
  1112. creating smartlife-4.0.6/src/smartlife/apps/basket
  1113. creating smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1114. creating smartlife-4.0.6/src/smartlife/apps/buckaroo
  1115. creating smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1116. creating smartlife-4.0.6/src/smartlife/apps/campaignpages
  1117. creating smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1118. creating smartlife-4.0.6/src/smartlife/apps/catalogue
  1119. creating smartlife-4.0.6/src/smartlife/apps/catalogue/management
  1120. creating smartlife-4.0.6/src/smartlife/apps/catalogue/management/commands
  1121. creating smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1122. creating smartlife-4.0.6/src/smartlife/apps/catalogue/migrations/data
  1123. creating smartlife-4.0.6/src/smartlife/apps/catalogue/utils
  1124. creating smartlife-4.0.6/src/smartlife/apps/catalogue/wizard
  1125. creating smartlife-4.0.6/src/smartlife/apps/checkout
  1126. creating smartlife-4.0.6/src/smartlife/apps/checkout/migrations
  1127. creating smartlife-4.0.6/src/smartlife/apps/crm
  1128. creating smartlife-4.0.6/src/smartlife/apps/crm/migrations
  1129. creating smartlife-4.0.6/src/smartlife/apps/customer
  1130. creating smartlife-4.0.6/src/smartlife/apps/customer/migrations
  1131. creating smartlife-4.0.6/src/smartlife/apps/customer/views
  1132. creating smartlife-4.0.6/src/smartlife/apps/dashboard
  1133. creating smartlife-4.0.6/src/smartlife/apps/dashboard/catalogue
  1134. creating smartlife-4.0.6/src/smartlife/apps/dashboard/offers
  1135. creating smartlife-4.0.6/src/smartlife/apps/dashboard/reports
  1136. creating smartlife-4.0.6/src/smartlife/apps/dashboard/users
  1137. creating smartlife-4.0.6/src/smartlife/apps/dashboard/vouchers
  1138. creating smartlife-4.0.6/src/smartlife/apps/email_templates
  1139. creating smartlife-4.0.6/src/smartlife/apps/external_api
  1140. creating smartlife-4.0.6/src/smartlife/apps/external_api/migrations
  1141. creating smartlife-4.0.6/src/smartlife/apps/fup
  1142. creating smartlife-4.0.6/src/smartlife/apps/fup/data
  1143. creating smartlife-4.0.6/src/smartlife/apps/healthcheck
  1144. creating smartlife-4.0.6/src/smartlife/apps/help_and_advice
  1145. creating smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  1146. creating smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations/data
  1147. creating smartlife-4.0.6/src/smartlife/apps/help_and_advice/templatetags
  1148. creating smartlife-4.0.6/src/smartlife/apps/help_and_advice/utils
  1149. creating smartlife-4.0.6/src/smartlife/apps/interfaces
  1150. creating smartlife-4.0.6/src/smartlife/apps/interfaces/api
  1151. creating smartlife-4.0.6/src/smartlife/apps/interfaces/management
  1152. creating smartlife-4.0.6/src/smartlife/apps/interfaces/management/commands
  1153. creating smartlife-4.0.6/src/smartlife/apps/interfaces/migrations
  1154. creating smartlife-4.0.6/src/smartlife/apps/interfaces/migrations/data
  1155. creating smartlife-4.0.6/src/smartlife/apps/interfaces/tasks
  1156. creating smartlife-4.0.6/src/smartlife/apps/offer
  1157. creating smartlife-4.0.6/src/smartlife/apps/offer/migrations
  1158. creating smartlife-4.0.6/src/smartlife/apps/order
  1159. creating smartlife-4.0.6/src/smartlife/apps/order/crm_sync
  1160. creating smartlife-4.0.6/src/smartlife/apps/order/management
  1161. creating smartlife-4.0.6/src/smartlife/apps/order/management/commands
  1162. creating smartlife-4.0.6/src/smartlife/apps/order/migrations
  1163. creating smartlife-4.0.6/src/smartlife/apps/partner
  1164. creating smartlife-4.0.6/src/smartlife/apps/partner/migrations
  1165. creating smartlife-4.0.6/src/smartlife/apps/partner_portal
  1166. creating smartlife-4.0.6/src/smartlife/apps/partner_portal/migrations
  1167. creating smartlife-4.0.6/src/smartlife/apps/prospect
  1168. creating smartlife-4.0.6/src/smartlife/apps/prospect/migrations
  1169. creating smartlife-4.0.6/src/smartlife/apps/registration
  1170. creating smartlife-4.0.6/src/smartlife/apps/terms
  1171. creating smartlife-4.0.6/src/smartlife/apps/terms/migrations
  1172. creating smartlife-4.0.6/src/smartlife/apps/voucher
  1173. creating smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  1174. creating smartlife-4.0.6/src/smartlife/fixtures
  1175. creating smartlife-4.0.6/src/smartlife/lib
  1176. creating smartlife-4.0.6/src/smartlife/lib/discount
  1177. creating smartlife-4.0.6/src/smartlife/lib/discount/broadband
  1178. creating smartlife-4.0.6/src/smartlife/lib/discount/duration
  1179. creating smartlife-4.0.6/src/smartlife/lib/views
  1180. creating smartlife-4.0.6/src/smartlife/locale
  1181. creating smartlife-4.0.6/src/smartlife/locale/nl
  1182. creating smartlife-4.0.6/src/smartlife/locale/nl/LC_MESSAGES
  1183. creating smartlife-4.0.6/src/smartlife/management
  1184. creating smartlife-4.0.6/src/smartlife/management/commands
  1185. creating smartlife-4.0.6/src/smartlife/migrations
  1186. creating smartlife-4.0.6/src/smartlife/settings
  1187. creating smartlife-4.0.6/src/smartlife/settings/envs
  1188. creating smartlife-4.0.6/src/smartlife/settings/mixins
  1189. creating smartlife-4.0.6/src/smartlife/static
  1190. creating smartlife-4.0.6/src/smartlife/static/smartlife
  1191. creating smartlife-4.0.6/src/smartlife/static/smartlife/css
  1192. creating smartlife-4.0.6/src/smartlife/static/smartlife/css/admin
  1193. creating smartlife-4.0.6/src/smartlife/static/smartlife/css/wagtailadmin
  1194. creating smartlife-4.0.6/src/smartlife/static/smartlife/data
  1195. creating smartlife-4.0.6/src/smartlife/static/smartlife/documents
  1196. creating smartlife-4.0.6/src/smartlife/static/smartlife/example-data
  1197. creating smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  1198. creating smartlife-4.0.6/src/smartlife/static/smartlife/fonts/bootstrap
  1199. creating smartlife-4.0.6/src/smartlife/static/smartlife/images
  1200. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/actie
  1201. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/actie/philips-hue
  1202. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  1203. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/branding
  1204. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/browser-unsupported
  1205. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign
  1206. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven
  1207. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven/producten
  1208. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/overview
  1209. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/pakketvoordeel
  1210. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/slimhuis
  1211. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  1212. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/content/video
  1213. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/hero
  1214. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/labels
  1215. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/landing
  1216. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/landing/sonos
  1217. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  1218. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/mysmartlife
  1219. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/mysmartlife/bg
  1220. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/mysmartlife/loader
  1221. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/mysmartlife/logo
  1222. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  1223. creating smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  1224. creating smartlife-4.0.6/src/smartlife/static/smartlife/js
  1225. creating smartlife-4.0.6/src/smartlife/static/smartlife/js/oscar
  1226. creating smartlife-4.0.6/src/smartlife/templates
  1227. creating smartlife-4.0.6/src/smartlife/templates/accounts
  1228. creating smartlife-4.0.6/src/smartlife/templates/accounts/mail
  1229. creating smartlife-4.0.6/src/smartlife/templates/admin
  1230. creating smartlife-4.0.6/src/smartlife/templates/admin/accounts
  1231. creating smartlife-4.0.6/src/smartlife/templates/admin/accounts/filestorecredentialsset
  1232. creating smartlife-4.0.6/src/smartlife/templates/admin/catalogue
  1233. creating smartlife-4.0.6/src/smartlife/templates/admin/catalogue/wizardresult
  1234. creating smartlife-4.0.6/src/smartlife/templates/admin/interfaces
  1235. creating smartlife-4.0.6/src/smartlife/templates/admin/interfaces/vouchercode
  1236. creating smartlife-4.0.6/src/smartlife/templates/basket
  1237. creating smartlife-4.0.6/src/smartlife/templates/basket/partials
  1238. creating smartlife-4.0.6/src/smartlife/templates/buckaroo
  1239. creating smartlife-4.0.6/src/smartlife/templates/campaignpages
  1240. creating smartlife-4.0.6/src/smartlife/templates/campaignpages/partials
  1241. creating smartlife-4.0.6/src/smartlife/templates/catalogue
  1242. creating smartlife-4.0.6/src/smartlife/templates/catalogue/partials
  1243. creating smartlife-4.0.6/src/smartlife/templates/checkout
  1244. creating smartlife-4.0.6/src/smartlife/templates/checkout/partials
  1245. creating smartlife-4.0.6/src/smartlife/templates/content
  1246. creating smartlife-4.0.6/src/smartlife/templates/content/service-contact
  1247. creating smartlife-4.0.6/src/smartlife/templates/content/service-contact/partials
  1248. creating smartlife-4.0.6/src/smartlife/templates/content/test
  1249. creating smartlife-4.0.6/src/smartlife/templates/customer
  1250. creating smartlife-4.0.6/src/smartlife/templates/customer/emails
  1251. creating smartlife-4.0.6/src/smartlife/templates/dashboard
  1252. creating smartlife-4.0.6/src/smartlife/templates/dashboard/catalogue
  1253. creating smartlife-4.0.6/src/smartlife/templates/dashboard/orders
  1254. creating smartlife-4.0.6/src/smartlife/templates/dashboard/partials
  1255. creating smartlife-4.0.6/src/smartlife/templates/dashboard/reports
  1256. creating smartlife-4.0.6/src/smartlife/templates/dashboard/reports/partials
  1257. creating smartlife-4.0.6/src/smartlife/templates/dashboard/users
  1258. creating smartlife-4.0.6/src/smartlife/templates/dashboard/vouchers
  1259. creating smartlife-4.0.6/src/smartlife/templates/emails
  1260. creating smartlife-4.0.6/src/smartlife/templates/emails/cancel_order
  1261. creating smartlife-4.0.6/src/smartlife/templates/emails/change_email_address
  1262. creating smartlife-4.0.6/src/smartlife/templates/emails/change_password
  1263. creating smartlife-4.0.6/src/smartlife/templates/emails/change_security_address
  1264. creating smartlife-4.0.6/src/smartlife/templates/emails/contact
  1265. creating smartlife-4.0.6/src/smartlife/templates/emails/logging
  1266. creating smartlife-4.0.6/src/smartlife/templates/emails/partials
  1267. creating smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  1268. creating smartlife-4.0.6/src/smartlife/templates/emails/subscription_termination
  1269. creating smartlife-4.0.6/src/smartlife/templates/flatpages
  1270. creating smartlife-4.0.6/src/smartlife/templates/fup
  1271. creating smartlife-4.0.6/src/smartlife/templates/help_and_advice
  1272. creating smartlife-4.0.6/src/smartlife/templates/interfaces
  1273. creating smartlife-4.0.6/src/smartlife/templates/interfaces/mail
  1274. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife
  1275. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details
  1276. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms
  1277. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/billing_address
  1278. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_email
  1279. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_iban
  1280. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_internet_provider
  1281. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_password
  1282. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/personal_details
  1283. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/shipping_address
  1284. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/section
  1285. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  1286. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials/forms
  1287. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials/header
  1288. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials/products
  1289. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/service-contact
  1290. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription
  1291. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/invoice
  1292. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/invoice/partials
  1293. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/order_history
  1294. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/subscription
  1295. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/subscription/partials
  1296. creating smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/terminate
  1297. creating smartlife-4.0.6/src/smartlife/templates/partials
  1298. creating smartlife-4.0.6/src/smartlife/templates/partials/form
  1299. creating smartlife-4.0.6/src/smartlife/templates/partials/google
  1300. creating smartlife-4.0.6/src/smartlife/templates/partials/header
  1301. creating smartlife-4.0.6/src/smartlife/templates/partials/homepage
  1302. creating smartlife-4.0.6/src/smartlife/templates/partials/products
  1303. creating smartlife-4.0.6/src/smartlife/templates/partner_portal
  1304. creating smartlife-4.0.6/src/smartlife/templates/partner_portal/partials
  1305. creating smartlife-4.0.6/src/smartlife/templates/registration
  1306. creating smartlife-4.0.6/src/smartlife/templates/registration/partials
  1307. creating smartlife-4.0.6/src/smartlife/templates/smartlife
  1308. creating smartlife-4.0.6/src/smartlife/templates/smartlife/errors
  1309. creating smartlife-4.0.6/src/smartlife/templates/smartlife/templatetags
  1310. creating smartlife-4.0.6/src/smartlife/templates/wagtailadmin
  1311. creating smartlife-4.0.6/src/smartlife/templates/wagtailadmin/block_forms
  1312. creating smartlife-4.0.6/src/smartlife/templates/wagtailadmin/pages
  1313. creating smartlife-4.0.6/src/smartlife/templates/wagtailadmin/pages/listing
  1314. creating smartlife-4.0.6/src/smartlife/templates/wagtailadmin/pages/revisions
  1315. creating smartlife-4.0.6/src/smartlife/templatetags
  1316. making hard links in smartlife-4.0.6...
  1317. hard linking CHANGES -> smartlife-4.0.6
  1318. hard linking MANIFEST.in -> smartlife-4.0.6
  1319. hard linking manage.py -> smartlife-4.0.6
  1320. hard linking package.json -> smartlife-4.0.6
  1321. hard linking setup.cfg -> smartlife-4.0.6
  1322. hard linking setup.py -> smartlife-4.0.6
  1323. hard linking public/media/KPN_SmartLife_Algemene_Voorwaarden.pdf -> smartlife-4.0.6/public/media
  1324. hard linking public/media/KPN_SmartLife_Algemene_Voorwaarden_AQEURo8.pdf -> smartlife-4.0.6/public/media
  1325. hard linking public/media/KPN_SmartLife_Algemene_Voorwaarden_gR52Jgq.pdf -> smartlife-4.0.6/public/media
  1326. hard linking public/media/KPN_SmartLife_Algemene_Voorwaarden_wi2LTcB.pdf -> smartlife-4.0.6/public/media
  1327. hard linking public/media/images/products/2015/03/step1_instap.png -> smartlife-4.0.6/public/media/images/products/2015/03
  1328. hard linking public/media/images/products/2015/03/step1_standard.png -> smartlife-4.0.6/public/media/images/products/2015/03
  1329. hard linking public/media/images/products/2015/03/step2_pakket1.png -> smartlife-4.0.6/public/media/images/products/2015/03
  1330. hard linking public/media/images/products/2015/03/step2_pakket2.png -> smartlife-4.0.6/public/media/images/products/2015/03
  1331. hard linking public/media/images/products/2015/03/step2_pakket3.png -> smartlife-4.0.6/public/media/images/products/2015/03
  1332. hard linking public/media/images/products/2015/04/bewegingsmelder.jpg -> smartlife-4.0.6/public/media/images/products/2015/04
  1333. hard linking public/media/images/products/2015/04/ja-80s.jpg -> smartlife-4.0.6/public/media/images/products/2015/04
  1334. hard linking public/media/images/products/2015/04/ktncptz.jpg -> smartlife-4.0.6/public/media/images/products/2015/04
  1335. hard linking public/media/images/products/2015/04/remote.jpg -> smartlife-4.0.6/public/media/images/products/2015/04
  1336. hard linking public/media/images/products/2015/04/router.jpg -> smartlife-4.0.6/public/media/images/products/2015/04
  1337. hard linking public/media/images/products/2015/04/slimme-stekker.jpg -> smartlife-4.0.6/public/media/images/products/2015/04
  1338. hard linking public/media/images/products/2015/04/sticker-alarm.png -> smartlife-4.0.6/public/media/images/products/2015/04
  1339. hard linking public/media/images/products/2015/04/window-sensor.jpg -> smartlife-4.0.6/public/media/images/products/2015/04
  1340. hard linking public/media/images/products/2015/05/Component_Afstandsbediening.png -> smartlife-4.0.6/public/media/images/products/2015/05
  1341. hard linking public/media/images/products/2015/05/Component_Bewegingssensor.png -> smartlife-4.0.6/public/media/images/products/2015/05
  1342. hard linking public/media/images/products/2015/05/Component_Dlinkbuitencamera.png -> smartlife-4.0.6/public/media/images/products/2015/05
  1343. hard linking public/media/images/products/2015/05/Component_Dlinkbuitencamera_Aa8XE0C.png -> smartlife-4.0.6/public/media/images/products/2015/05
  1344. hard linking public/media/images/products/2015/05/Component_Raamsensor.png -> smartlife-4.0.6/public/media/images/products/2015/05
  1345. hard linking public/media/images/products/2015/05/Component_Rookmelder.png -> smartlife-4.0.6/public/media/images/products/2015/05
  1346. hard linking public/media/images/products/2015/05/Component_Slimmestekker.png -> smartlife-4.0.6/public/media/images/products/2015/05
  1347. hard linking public/media/images/products/2015/05/Component_Smartlifebox.png -> smartlife-4.0.6/public/media/images/products/2015/05
  1348. hard linking public/media/images/products/2015/05/Component_Sticker.png -> smartlife-4.0.6/public/media/images/products/2015/05
  1349. hard linking public/media/images/products/2015/05/deur-raamstickers_thumbnail.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1350. hard linking public/media/images/products/2015/05/e27_lamp.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1351. hard linking public/media/images/products/2015/05/e27_pack.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1352. hard linking public/media/images/products/2015/05/g10_lamp.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1353. hard linking public/media/images/products/2015/05/g10_pack.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1354. hard linking public/media/images/products/2015/05/instap.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1355. hard linking public/media/images/products/2015/05/instap_9x7QLRR.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1356. hard linking public/media/images/products/2015/05/instap_YHEcJ3O.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1357. hard linking public/media/images/products/2015/05/onerroralert1a.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1358. hard linking public/media/images/products/2015/05/pakket1.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1359. hard linking public/media/images/products/2015/05/pakket2.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1360. hard linking public/media/images/products/2015/05/pakket3.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1361. hard linking public/media/images/products/2015/05/pebble_10.png -> smartlife-4.0.6/public/media/images/products/2015/05
  1362. hard linking public/media/images/products/2015/05/pebble_10_TLud7xR.png -> smartlife-4.0.6/public/media/images/products/2015/05
  1363. hard linking public/media/images/products/2015/05/pebble_19.png -> smartlife-4.0.6/public/media/images/products/2015/05
  1364. hard linking public/media/images/products/2015/05/pebble_19_UvE2xBq.png -> smartlife-4.0.6/public/media/images/products/2015/05
  1365. hard linking public/media/images/products/2015/05/standaard.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1366. hard linking public/media/images/products/2015/05/standaard_3SznjJX.jpg -> smartlife-4.0.6/public/media/images/products/2015/05
  1367. hard linking public/media/images/products/2015/06/instap_YHEcJ3O.jpg -> smartlife-4.0.6/public/media/images/products/2015/06
  1368. hard linking public/media/images/products/2015/06/standaard_3SznjJX.jpg -> smartlife-4.0.6/public/media/images/products/2015/06
  1369. hard linking public/media/images/products/2015/08/instap.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1370. hard linking public/media/images/products/2015/08/instap.png -> smartlife-4.0.6/public/media/images/products/2015/08
  1371. hard linking public/media/images/products/2015/08/instap_9x7QLRR.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1372. hard linking public/media/images/products/2015/08/instap_UXtDm6w.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1373. hard linking public/media/images/products/2015/08/lamp-e27.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1374. hard linking public/media/images/products/2015/08/lamp-gu10.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1375. hard linking public/media/images/products/2015/08/pakket1.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1376. hard linking public/media/images/products/2015/08/pakket1_J8frsf8.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1377. hard linking public/media/images/products/2015/08/pakket1_iPBehRw.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1378. hard linking public/media/images/products/2015/08/pakket1_jKUHajB.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1379. hard linking public/media/images/products/2015/08/pakket1_rjyOlPO.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1380. hard linking public/media/images/products/2015/08/pakket2.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1381. hard linking public/media/images/products/2015/08/pakket2_JRJ9kDT.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1382. hard linking public/media/images/products/2015/08/pakket2_NvEiiSf.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1383. hard linking public/media/images/products/2015/08/pakket2_R0bQivw.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1384. hard linking public/media/images/products/2015/08/pakket2_qCdeQbi.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1385. hard linking public/media/images/products/2015/08/pakket3.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1386. hard linking public/media/images/products/2015/08/pakket3_1DAhlJE.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1387. hard linking public/media/images/products/2015/08/pakket3_S17FSim.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1388. hard linking public/media/images/products/2015/08/pakket3_uS84wQH.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1389. hard linking public/media/images/products/2015/08/pakket3_wDMn172.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1390. hard linking public/media/images/products/2015/08/standaard.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1391. hard linking public/media/images/products/2015/08/standaard.png -> smartlife-4.0.6/public/media/images/products/2015/08
  1392. hard linking public/media/images/products/2015/08/standaard_3SznjJX.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1393. hard linking public/media/images/products/2015/08/standaard_x5WrjkP.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1394. hard linking public/media/images/products/2015/08/starterspakket-e27.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1395. hard linking public/media/images/products/2015/08/starterspakket-gu10.jpg -> smartlife-4.0.6/public/media/images/products/2015/08
  1396. hard linking public/media/images/products/2015/09/instap.jpg -> smartlife-4.0.6/public/media/images/products/2015/09
  1397. hard linking public/media/images/products/2015/09/standaard.jpg -> smartlife-4.0.6/public/media/images/products/2015/09
  1398. hard linking public/media/images/products/2015/12/comfort_instap_thumbnail.jpg -> smartlife-4.0.6/public/media/images/products/2015/12
  1399. hard linking public/media/images/products/2015/12/smartlife-basis.jpg -> smartlife-4.0.6/public/media/images/products/2015/12
  1400. hard linking public/media/images/products/2015/12/smartlife-basis.png -> smartlife-4.0.6/public/media/images/products/2015/12
  1401. hard linking public/media/images/products/2016/01/comfort_instap.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1402. hard linking public/media/images/products/2016/01/comfort_instap_thumbnail.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1403. hard linking public/media/images/products/2016/01/comfort_pakket1.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1404. hard linking public/media/images/products/2016/01/comfort_pakket2.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1405. hard linking public/media/images/products/2016/01/comfort_pakket3.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1406. hard linking public/media/images/products/2016/01/component_anna.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1407. hard linking public/media/images/products/2016/01/component_anna_1MTB6If.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1408. hard linking public/media/images/products/2016/01/component_expert.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1409. hard linking public/media/images/products/2016/01/component_expert_3GFsNGz.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1410. hard linking public/media/images/products/2016/01/component_expert_AF7ZvDI.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1411. hard linking public/media/images/products/2016/01/component_expert_HU7ah1I.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1412. hard linking public/media/images/products/2016/01/component_expert_RJF6LVF.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1413. hard linking public/media/images/products/2016/01/component_expert_T30OkZJ.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1414. hard linking public/media/images/products/2016/01/component_expert_iPEI8T8.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1415. hard linking public/media/images/products/2016/01/component_expert_mcJFcKL.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1416. hard linking public/media/images/products/2016/01/component_tom.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1417. hard linking public/media/images/products/2016/01/diy_pakket.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1418. hard linking public/media/images/products/2016/01/instap.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1419. hard linking public/media/images/products/2016/01/pakket1_jKUHajB.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1420. hard linking public/media/images/products/2016/01/pakket2_JRJ9kDT.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1421. hard linking public/media/images/products/2016/01/pakket3_uS84wQH.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1422. hard linking public/media/images/products/2016/01/smartlife-basis.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1423. hard linking public/media/images/products/2016/01/standaard.jpg -> smartlife-4.0.6/public/media/images/products/2016/01
  1424. hard linking requirements/_base.txt -> smartlife-4.0.6/requirements
  1425. hard linking requirements/_devtools.txt -> smartlife-4.0.6/requirements
  1426. hard linking requirements/_unittest.txt -> smartlife-4.0.6/requirements
  1427. hard linking requirements/dev-optional.txt -> smartlife-4.0.6/requirements
  1428. hard linking requirements/dev.txt -> smartlife-4.0.6/requirements
  1429. hard linking requirements/pgsql.txt -> smartlife-4.0.6/requirements
  1430. hard linking solr/README.txt -> smartlife-4.0.6/solr
  1431. hard linking solr/solr.xml -> smartlife-4.0.6/solr
  1432. hard linking solr/zoo.cfg -> smartlife-4.0.6/solr
  1433. hard linking solr/configsets/basic_configs/conf/_rest_managed.json -> smartlife-4.0.6/solr/configsets/basic_configs/conf
  1434. hard linking solr/configsets/basic_configs/conf/currency.xml -> smartlife-4.0.6/solr/configsets/basic_configs/conf
  1435. hard linking solr/configsets/basic_configs/conf/protwords.txt -> smartlife-4.0.6/solr/configsets/basic_configs/conf
  1436. hard linking solr/configsets/basic_configs/conf/schema.xml -> smartlife-4.0.6/solr/configsets/basic_configs/conf
  1437. hard linking solr/configsets/basic_configs/conf/solrconfig.xml -> smartlife-4.0.6/solr/configsets/basic_configs/conf
  1438. hard linking solr/configsets/basic_configs/conf/stopwords.txt -> smartlife-4.0.6/solr/configsets/basic_configs/conf
  1439. hard linking solr/configsets/basic_configs/conf/synonyms.txt -> smartlife-4.0.6/solr/configsets/basic_configs/conf
  1440. hard linking solr/configsets/basic_configs/conf/lang/stopwords_en.txt -> smartlife-4.0.6/solr/configsets/basic_configs/conf/lang
  1441. hard linking solr/configsets/data_driven_schema_configs/conf/currency.xml -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf
  1442. hard linking solr/configsets/data_driven_schema_configs/conf/elevate.xml -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf
  1443. hard linking solr/configsets/data_driven_schema_configs/conf/managed-schema -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf
  1444. hard linking solr/configsets/data_driven_schema_configs/conf/params.json -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf
  1445. hard linking solr/configsets/data_driven_schema_configs/conf/protwords.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf
  1446. hard linking solr/configsets/data_driven_schema_configs/conf/solrconfig.xml -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf
  1447. hard linking solr/configsets/data_driven_schema_configs/conf/stopwords.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf
  1448. hard linking solr/configsets/data_driven_schema_configs/conf/synonyms.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf
  1449. hard linking solr/configsets/data_driven_schema_configs/conf/lang/contractions_ca.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1450. hard linking solr/configsets/data_driven_schema_configs/conf/lang/contractions_fr.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1451. hard linking solr/configsets/data_driven_schema_configs/conf/lang/contractions_ga.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1452. hard linking solr/configsets/data_driven_schema_configs/conf/lang/contractions_it.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1453. hard linking solr/configsets/data_driven_schema_configs/conf/lang/hyphenations_ga.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1454. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stemdict_nl.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1455. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stoptags_ja.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1456. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_ar.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1457. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_bg.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1458. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_ca.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1459. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_cz.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1460. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_da.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1461. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_de.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1462. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_el.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1463. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_en.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1464. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_es.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1465. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_eu.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1466. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_fa.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1467. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_fi.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1468. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_fr.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1469. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_ga.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1470. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_gl.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1471. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_hi.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1472. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_hu.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1473. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_hy.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1474. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_id.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1475. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_it.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1476. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_ja.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1477. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_lv.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1478. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_nl.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1479. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_no.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1480. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_pt.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1481. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_ro.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1482. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_ru.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1483. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_sv.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1484. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_th.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1485. hard linking solr/configsets/data_driven_schema_configs/conf/lang/stopwords_tr.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1486. hard linking solr/configsets/data_driven_schema_configs/conf/lang/userdict_ja.txt -> smartlife-4.0.6/solr/configsets/data_driven_schema_configs/conf/lang
  1487. hard linking solr/configsets/sample_techproducts_configs/conf/_rest_managed.json -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1488. hard linking solr/configsets/sample_techproducts_configs/conf/_schema_analysis_stopwords_english.json -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1489. hard linking solr/configsets/sample_techproducts_configs/conf/_schema_analysis_synonyms_english.json -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1490. hard linking solr/configsets/sample_techproducts_configs/conf/admin-extra.html -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1491. hard linking solr/configsets/sample_techproducts_configs/conf/admin-extra.menu-bottom.html -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1492. hard linking solr/configsets/sample_techproducts_configs/conf/admin-extra.menu-top.html -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1493. hard linking solr/configsets/sample_techproducts_configs/conf/currency.xml -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1494. hard linking solr/configsets/sample_techproducts_configs/conf/elevate.xml -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1495. hard linking solr/configsets/sample_techproducts_configs/conf/mapping-FoldToASCII.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1496. hard linking solr/configsets/sample_techproducts_configs/conf/mapping-ISOLatin1Accent.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1497. hard linking solr/configsets/sample_techproducts_configs/conf/protwords.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1498. hard linking solr/configsets/sample_techproducts_configs/conf/schema.xml -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1499. hard linking solr/configsets/sample_techproducts_configs/conf/solrconfig.xml -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1500. hard linking solr/configsets/sample_techproducts_configs/conf/spellings.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1501. hard linking solr/configsets/sample_techproducts_configs/conf/stopwords.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1502. hard linking solr/configsets/sample_techproducts_configs/conf/synonyms.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1503. hard linking solr/configsets/sample_techproducts_configs/conf/update-script.js -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf
  1504. hard linking solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/kmeans-attributes.xml -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2
  1505. hard linking solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/lingo-attributes.xml -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2
  1506. hard linking solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/stc-attributes.xml -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2
  1507. hard linking solr/configsets/sample_techproducts_configs/conf/lang/contractions_ca.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1508. hard linking solr/configsets/sample_techproducts_configs/conf/lang/contractions_fr.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1509. hard linking solr/configsets/sample_techproducts_configs/conf/lang/contractions_ga.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1510. hard linking solr/configsets/sample_techproducts_configs/conf/lang/contractions_it.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1511. hard linking solr/configsets/sample_techproducts_configs/conf/lang/hyphenations_ga.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1512. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stemdict_nl.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1513. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stoptags_ja.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1514. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_ar.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1515. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_bg.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1516. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_ca.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1517. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_ckb.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1518. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_cz.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1519. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_da.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1520. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_de.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1521. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_el.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1522. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_en.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1523. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_es.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1524. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_eu.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1525. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_fa.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1526. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_fi.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1527. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_fr.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1528. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_ga.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1529. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_gl.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1530. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_hi.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1531. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_hu.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1532. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_hy.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1533. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_id.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1534. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_it.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1535. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_ja.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1536. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_lv.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1537. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_nl.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1538. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_no.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1539. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_pt.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1540. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_ro.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1541. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_ru.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1542. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_sv.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1543. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_th.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1544. hard linking solr/configsets/sample_techproducts_configs/conf/lang/stopwords_tr.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1545. hard linking solr/configsets/sample_techproducts_configs/conf/lang/userdict_ja.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/lang
  1546. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/README.txt -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1547. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/VM_global_library.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1548. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/browse.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1549. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/cluster.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1550. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/cluster_results.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1551. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/debug.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1552. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/did_you_mean.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1553. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/error.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1554. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/facet_fields.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1555. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/facet_pivot.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1556. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/facet_queries.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1557. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/facet_ranges.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1558. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/facets.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1559. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/footer.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1560. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/head.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1561. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/header.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1562. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/hit.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1563. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/hit_grouped.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1564. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/hit_plain.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1565. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/join_doc.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1566. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/jquery.autocomplete.css -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1567. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/jquery.autocomplete.js -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1568. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/layout.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1569. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/main.css -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1570. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/mime_type_lists.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1571. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/pagination_bottom.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1572. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/pagination_top.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1573. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/product_doc.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1574. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/query.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1575. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/query_form.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1576. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/query_group.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1577. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/query_spatial.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1578. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/results_list.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1579. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/richtext_doc.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1580. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/suggest.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1581. hard linking solr/configsets/sample_techproducts_configs/conf/velocity/tabs.vm -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/velocity
  1582. hard linking solr/configsets/sample_techproducts_configs/conf/xslt/example.xsl -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/xslt
  1583. hard linking solr/configsets/sample_techproducts_configs/conf/xslt/example_atom.xsl -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/xslt
  1584. hard linking solr/configsets/sample_techproducts_configs/conf/xslt/example_rss.xsl -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/xslt
  1585. hard linking solr/configsets/sample_techproducts_configs/conf/xslt/luke.xsl -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/xslt
  1586. hard linking solr/configsets/sample_techproducts_configs/conf/xslt/updateXml.xsl -> smartlife-4.0.6/solr/configsets/sample_techproducts_configs/conf/xslt
  1587. hard linking solr/smartlife/core.properties -> smartlife-4.0.6/solr/smartlife
  1588. hard linking solr/smartlife/core.properties.unloaded -> smartlife-4.0.6/solr/smartlife
  1589. hard linking solr/smartlife/conf/currency.xml -> smartlife-4.0.6/solr/smartlife/conf
  1590. hard linking solr/smartlife/conf/elevate.xml -> smartlife-4.0.6/solr/smartlife/conf
  1591. hard linking solr/smartlife/conf/params.json -> smartlife-4.0.6/solr/smartlife/conf
  1592. hard linking solr/smartlife/conf/protwords.txt -> smartlife-4.0.6/solr/smartlife/conf
  1593. hard linking solr/smartlife/conf/schema.xml -> smartlife-4.0.6/solr/smartlife/conf
  1594. hard linking solr/smartlife/conf/solrconfig.xml -> smartlife-4.0.6/solr/smartlife/conf
  1595. hard linking solr/smartlife/conf/stopwords.txt -> smartlife-4.0.6/solr/smartlife/conf
  1596. hard linking solr/smartlife/conf/synonyms.txt -> smartlife-4.0.6/solr/smartlife/conf
  1597. hard linking solr/smartlife/conf/lang/contractions_ca.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1598. hard linking solr/smartlife/conf/lang/contractions_fr.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1599. hard linking solr/smartlife/conf/lang/contractions_ga.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1600. hard linking solr/smartlife/conf/lang/contractions_it.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1601. hard linking solr/smartlife/conf/lang/hyphenations_ga.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1602. hard linking solr/smartlife/conf/lang/stemdict_nl.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1603. hard linking solr/smartlife/conf/lang/stoptags_ja.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1604. hard linking solr/smartlife/conf/lang/stopwords_ar.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1605. hard linking solr/smartlife/conf/lang/stopwords_bg.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1606. hard linking solr/smartlife/conf/lang/stopwords_ca.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1607. hard linking solr/smartlife/conf/lang/stopwords_cz.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1608. hard linking solr/smartlife/conf/lang/stopwords_da.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1609. hard linking solr/smartlife/conf/lang/stopwords_de.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1610. hard linking solr/smartlife/conf/lang/stopwords_el.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1611. hard linking solr/smartlife/conf/lang/stopwords_en.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1612. hard linking solr/smartlife/conf/lang/stopwords_es.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1613. hard linking solr/smartlife/conf/lang/stopwords_eu.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1614. hard linking solr/smartlife/conf/lang/stopwords_fa.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1615. hard linking solr/smartlife/conf/lang/stopwords_fi.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1616. hard linking solr/smartlife/conf/lang/stopwords_fr.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1617. hard linking solr/smartlife/conf/lang/stopwords_ga.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1618. hard linking solr/smartlife/conf/lang/stopwords_gl.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1619. hard linking solr/smartlife/conf/lang/stopwords_hi.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1620. hard linking solr/smartlife/conf/lang/stopwords_hu.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1621. hard linking solr/smartlife/conf/lang/stopwords_hy.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1622. hard linking solr/smartlife/conf/lang/stopwords_id.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1623. hard linking solr/smartlife/conf/lang/stopwords_it.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1624. hard linking solr/smartlife/conf/lang/stopwords_ja.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1625. hard linking solr/smartlife/conf/lang/stopwords_lv.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1626. hard linking solr/smartlife/conf/lang/stopwords_nl.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1627. hard linking solr/smartlife/conf/lang/stopwords_no.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1628. hard linking solr/smartlife/conf/lang/stopwords_pt.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1629. hard linking solr/smartlife/conf/lang/stopwords_ro.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1630. hard linking solr/smartlife/conf/lang/stopwords_ru.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1631. hard linking solr/smartlife/conf/lang/stopwords_sv.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1632. hard linking solr/smartlife/conf/lang/stopwords_th.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1633. hard linking solr/smartlife/conf/lang/stopwords_tr.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1634. hard linking solr/smartlife/conf/lang/userdict_ja.txt -> smartlife-4.0.6/solr/smartlife/conf/lang
  1635. hard linking src/smartlife/__init__.py -> smartlife-4.0.6/src/smartlife
  1636. hard linking src/smartlife/app.py -> smartlife-4.0.6/src/smartlife
  1637. hard linking src/smartlife/caching.py -> smartlife-4.0.6/src/smartlife
  1638. hard linking src/smartlife/celery.py -> smartlife-4.0.6/src/smartlife
  1639. hard linking src/smartlife/context_processors.py -> smartlife-4.0.6/src/smartlife
  1640. hard linking src/smartlife/middleware.py -> smartlife-4.0.6/src/smartlife
  1641. hard linking src/smartlife/sorl_kvstore.py -> smartlife-4.0.6/src/smartlife
  1642. hard linking src/smartlife/tasks.py -> smartlife-4.0.6/src/smartlife
  1643. hard linking src/smartlife/urls.py -> smartlife-4.0.6/src/smartlife
  1644. hard linking src/smartlife/utils.py -> smartlife-4.0.6/src/smartlife
  1645. hard linking src/smartlife/views.py -> smartlife-4.0.6/src/smartlife
  1646. hard linking src/smartlife/wsgi.py -> smartlife-4.0.6/src/smartlife
  1647. hard linking src/smartlife.egg-info/PKG-INFO -> smartlife-4.0.6/src/smartlife.egg-info
  1648. hard linking src/smartlife.egg-info/SOURCES.txt -> smartlife-4.0.6/src/smartlife.egg-info
  1649. hard linking src/smartlife.egg-info/dependency_links.txt -> smartlife-4.0.6/src/smartlife.egg-info
  1650. hard linking src/smartlife.egg-info/entry_points.txt -> smartlife-4.0.6/src/smartlife.egg-info
  1651. hard linking src/smartlife.egg-info/not-zip-safe -> smartlife-4.0.6/src/smartlife.egg-info
  1652. hard linking src/smartlife.egg-info/requires.txt -> smartlife-4.0.6/src/smartlife.egg-info
  1653. hard linking src/smartlife.egg-info/top_level.txt -> smartlife-4.0.6/src/smartlife.egg-info
  1654. hard linking src/smartlife/apps/__init__.py -> smartlife-4.0.6/src/smartlife/apps
  1655. hard linking src/smartlife/apps/accounts/__init__.py -> smartlife-4.0.6/src/smartlife/apps/accounts
  1656. hard linking src/smartlife/apps/accounts/admin.py -> smartlife-4.0.6/src/smartlife/apps/accounts
  1657. hard linking src/smartlife/apps/accounts/config.py -> smartlife-4.0.6/src/smartlife/apps/accounts
  1658. hard linking src/smartlife/apps/accounts/exceptions.py -> smartlife-4.0.6/src/smartlife/apps/accounts
  1659. hard linking src/smartlife/apps/accounts/models.py -> smartlife-4.0.6/src/smartlife/apps/accounts
  1660. hard linking src/smartlife/apps/accounts/admin_site/__init__.py -> smartlife-4.0.6/src/smartlife/apps/accounts/admin_site
  1661. hard linking src/smartlife/apps/accounts/admin_site/forms.py -> smartlife-4.0.6/src/smartlife/apps/accounts/admin_site
  1662. hard linking src/smartlife/apps/accounts/admin_site/views.py -> smartlife-4.0.6/src/smartlife/apps/accounts/admin_site
  1663. hard linking src/smartlife/apps/accounts/management/__init__.py -> smartlife-4.0.6/src/smartlife/apps/accounts/management
  1664. hard linking src/smartlife/apps/accounts/management/commands/__init__.py -> smartlife-4.0.6/src/smartlife/apps/accounts/management/commands
  1665. hard linking src/smartlife/apps/accounts/management/commands/create_user_profile.py -> smartlife-4.0.6/src/smartlife/apps/accounts/management/commands
  1666. hard linking src/smartlife/apps/accounts/management/commands/deactivate_users.py -> smartlife-4.0.6/src/smartlife/apps/accounts/management/commands
  1667. hard linking src/smartlife/apps/accounts/management/commands/fetch_all_customers.py -> smartlife-4.0.6/src/smartlife/apps/accounts/management/commands
  1668. hard linking src/smartlife/apps/accounts/management/commands/overwrite_user_profile.py -> smartlife-4.0.6/src/smartlife/apps/accounts/management/commands
  1669. hard linking src/smartlife/apps/accounts/management/commands/set_all_passwords.py -> smartlife-4.0.6/src/smartlife/apps/accounts/management/commands
  1670. hard linking src/smartlife/apps/accounts/management/commands/update_contact_id.py -> smartlife-4.0.6/src/smartlife/apps/accounts/management/commands
  1671. hard linking src/smartlife/apps/accounts/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1672. hard linking src/smartlife/apps/accounts/migrations/0002_userprofile_gender.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1673. hard linking src/smartlife/apps/accounts/migrations/0003_filestorekey.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1674. hard linking src/smartlife/apps/accounts/migrations/0003_userprofile_trigion_secret_key.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1675. hard linking src/smartlife/apps/accounts/migrations/0004_auto_20150505_1213.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1676. hard linking src/smartlife/apps/accounts/migrations/0005_auto_20150505_1232.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1677. hard linking src/smartlife/apps/accounts/migrations/0006_merge.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1678. hard linking src/smartlife/apps/accounts/migrations/0007_userprofile__new_email.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1679. hard linking src/smartlife/apps/accounts/migrations/0008_userprofile_crm_guid.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1680. hard linking src/smartlife/apps/accounts/migrations/0009_auto_20150518_0846.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1681. hard linking src/smartlife/apps/accounts/migrations/0010_auto_20150518_1022.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1682. hard linking src/smartlife/apps/accounts/migrations/0011_userprofile_trigion_customerid.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1683. hard linking src/smartlife/apps/accounts/migrations/0012_auto_20150520_1431.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1684. hard linking src/smartlife/apps/accounts/migrations/0013_auto_20150524_1327.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1685. hard linking src/smartlife/apps/accounts/migrations/0013_userprofile_iban.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1686. hard linking src/smartlife/apps/accounts/migrations/0014_merge.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1687. hard linking src/smartlife/apps/accounts/migrations/0015_auto_20150527_1738.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1688. hard linking src/smartlife/apps/accounts/migrations/0016_remove_userprofile_gender.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1689. hard linking src/smartlife/apps/accounts/migrations/0017_auto_20150617_1658.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1690. hard linking src/smartlife/apps/accounts/migrations/0018_auto_20150623_1539.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1691. hard linking src/smartlife/apps/accounts/migrations/0019_auto_20150708_1512.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1692. hard linking src/smartlife/apps/accounts/migrations/0020_remove_userprofile_crm_id.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1693. hard linking src/smartlife/apps/accounts/migrations/0021_userprofile_crm_id.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1694. hard linking src/smartlife/apps/accounts/migrations/0022_auto_20150908_1701.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1695. hard linking src/smartlife/apps/accounts/migrations/0023_auto_20150925_1056.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1696. hard linking src/smartlife/apps/accounts/migrations/0024_userprofile_qivicon_user_id.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1697. hard linking src/smartlife/apps/accounts/migrations/0025_remove_duplicate_userprofile_crm_ids.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1698. hard linking src/smartlife/apps/accounts/migrations/0026_user_profile_crm_id_unique.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1699. hard linking src/smartlife/apps/accounts/migrations/0027_userprofile_qivicon_software_ids.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1700. hard linking src/smartlife/apps/accounts/migrations/0028_auto_20151202_1628.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1701. hard linking src/smartlife/apps/accounts/migrations/0029_userprofile_qivicon_software_ids_in_sync.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1702. hard linking src/smartlife/apps/accounts/migrations/0030_add_qivicon_id_to_profile.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1703. hard linking src/smartlife/apps/accounts/migrations/0031_add_software_ids_to_profile.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1704. hard linking src/smartlife/apps/accounts/migrations/0032_userprofile__external_customer_id.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1705. hard linking src/smartlife/apps/accounts/migrations/0033_auto_20160307_1601.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1706. hard linking src/smartlife/apps/accounts/migrations/0034_add_field_partner_organization.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1707. hard linking src/smartlife/apps/accounts/migrations/0035_userprofile_has_anna.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1708. hard linking src/smartlife/apps/accounts/migrations/0036_remove_userprofile_has_anna.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1709. hard linking src/smartlife/apps/accounts/migrations/0037_internetprovider_userinternetprovider.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1710. hard linking src/smartlife/apps/accounts/migrations/0038_populate_internetprovider.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1711. hard linking src/smartlife/apps/accounts/migrations/0039_populate_userinternetprovider.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1712. hard linking src/smartlife/apps/accounts/migrations/0040_auto_20161027_1248.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1713. hard linking src/smartlife/apps/accounts/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations
  1714. hard linking src/smartlife/apps/accounts/migrations/data/kpn_customer_export_2015-12-04_1017.csv -> smartlife-4.0.6/src/smartlife/apps/accounts/migrations/data
  1715. hard linking src/smartlife/apps/address/__init__.py -> smartlife-4.0.6/src/smartlife/apps/address
  1716. hard linking src/smartlife/apps/address/admin.py -> smartlife-4.0.6/src/smartlife/apps/address
  1717. hard linking src/smartlife/apps/address/config.py -> smartlife-4.0.6/src/smartlife/apps/address
  1718. hard linking src/smartlife/apps/address/forms.py -> smartlife-4.0.6/src/smartlife/apps/address
  1719. hard linking src/smartlife/apps/address/models.py -> smartlife-4.0.6/src/smartlife/apps/address
  1720. hard linking src/smartlife/apps/address/tasks.py -> smartlife-4.0.6/src/smartlife/apps/address
  1721. hard linking src/smartlife/apps/address/utils.py -> smartlife-4.0.6/src/smartlife/apps/address
  1722. hard linking src/smartlife/apps/address/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/address/migrations
  1723. hard linking src/smartlife/apps/address/migrations/0002_auto_20150731_1421.py -> smartlife-4.0.6/src/smartlife/apps/address/migrations
  1724. hard linking src/smartlife/apps/address/migrations/0003_auto_20150803_1326.py -> smartlife-4.0.6/src/smartlife/apps/address/migrations
  1725. hard linking src/smartlife/apps/address/migrations/0004_populate_user_addresses_from_orders.py -> smartlife-4.0.6/src/smartlife/apps/address/migrations
  1726. hard linking src/smartlife/apps/address/migrations/0005_useraddress_date_modified.py -> smartlife-4.0.6/src/smartlife/apps/address/migrations
  1727. hard linking src/smartlife/apps/address/migrations/0006_useraddress_crm_date_modified.py -> smartlife-4.0.6/src/smartlife/apps/address/migrations
  1728. hard linking src/smartlife/apps/address/migrations/0007_useraddress_install_by_expert.py -> smartlife-4.0.6/src/smartlife/apps/address/migrations
  1729. hard linking src/smartlife/apps/address/migrations/0008_auto_20150825_1558.py -> smartlife-4.0.6/src/smartlife/apps/address/migrations
  1730. hard linking src/smartlife/apps/address/migrations/0009_useraddress_address_verified.py -> smartlife-4.0.6/src/smartlife/apps/address/migrations
  1731. hard linking src/smartlife/apps/address/migrations/0010_auto_20151202_1628.py -> smartlife-4.0.6/src/smartlife/apps/address/migrations
  1732. hard linking src/smartlife/apps/address/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/address/migrations
  1733. hard linking src/smartlife/apps/auth_custom/__init__.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom
  1734. hard linking src/smartlife/apps/auth_custom/admin.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom
  1735. hard linking src/smartlife/apps/auth_custom/forms.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom
  1736. hard linking src/smartlife/apps/auth_custom/models.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom
  1737. hard linking src/smartlife/apps/auth_custom/tasks.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom
  1738. hard linking src/smartlife/apps/auth_custom/utils.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom
  1739. hard linking src/smartlife/apps/auth_custom/views.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom
  1740. hard linking src/smartlife/apps/auth_custom/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom/migrations
  1741. hard linking src/smartlife/apps/auth_custom/migrations/0002_auto_20150518_1701.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom/migrations
  1742. hard linking src/smartlife/apps/auth_custom/migrations/0003_auto_20150602_1130.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom/migrations
  1743. hard linking src/smartlife/apps/auth_custom/migrations/0004_auto_20150828_1010.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom/migrations
  1744. hard linking src/smartlife/apps/auth_custom/migrations/0005_update_user_last_name.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom/migrations
  1745. hard linking src/smartlife/apps/auth_custom/migrations/0006_auto_20151203_0907.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom/migrations
  1746. hard linking src/smartlife/apps/auth_custom/migrations/0007_add_partners_group.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom/migrations
  1747. hard linking src/smartlife/apps/auth_custom/migrations/0008_remove_partners_group.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom/migrations
  1748. hard linking src/smartlife/apps/auth_custom/migrations/0009_add_external_api_group.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom/migrations
  1749. hard linking src/smartlife/apps/auth_custom/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/auth_custom/migrations
  1750. hard linking src/smartlife/apps/basket/__init__.py -> smartlife-4.0.6/src/smartlife/apps/basket
  1751. hard linking src/smartlife/apps/basket/admin.py -> smartlife-4.0.6/src/smartlife/apps/basket
  1752. hard linking src/smartlife/apps/basket/app.py -> smartlife-4.0.6/src/smartlife/apps/basket
  1753. hard linking src/smartlife/apps/basket/config.py -> smartlife-4.0.6/src/smartlife/apps/basket
  1754. hard linking src/smartlife/apps/basket/middleware.py -> smartlife-4.0.6/src/smartlife/apps/basket
  1755. hard linking src/smartlife/apps/basket/models.py -> smartlife-4.0.6/src/smartlife/apps/basket
  1756. hard linking src/smartlife/apps/basket/splitter.py -> smartlife-4.0.6/src/smartlife/apps/basket
  1757. hard linking src/smartlife/apps/basket/tasks.py -> smartlife-4.0.6/src/smartlife/apps/basket
  1758. hard linking src/smartlife/apps/basket/utils.py -> smartlife-4.0.6/src/smartlife/apps/basket
  1759. hard linking src/smartlife/apps/basket/views.py -> smartlife-4.0.6/src/smartlife/apps/basket
  1760. hard linking src/smartlife/apps/basket/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1761. hard linking src/smartlife/apps/basket/migrations/0002_auto_20140827_1705.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1762. hard linking src/smartlife/apps/basket/migrations/0003_basket_vouchers.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1763. hard linking src/smartlife/apps/basket/migrations/0004_auto_20141007_2032.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1764. hard linking src/smartlife/apps/basket/migrations/0005_basket_modified.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1765. hard linking src/smartlife/apps/basket/migrations/0006_auto_20150922_1718.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1766. hard linking src/smartlife/apps/basket/migrations/0007_basket_original.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1767. hard linking src/smartlife/apps/basket/migrations/0008_auto_20160125_1709.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1768. hard linking src/smartlife/apps/basket/migrations/0009_basket_added_offers.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1769. hard linking src/smartlife/apps/basket/migrations/0010_basket_state.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1770. hard linking src/smartlife/apps/basket/migrations/0011_basket_description.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1771. hard linking src/smartlife/apps/basket/migrations/0012_basket_prospect.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1772. hard linking src/smartlife/apps/basket/migrations/0013_remove_basket_description.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1773. hard linking src/smartlife/apps/basket/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/basket/migrations
  1774. hard linking src/smartlife/apps/buckaroo/__init__.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo
  1775. hard linking src/smartlife/apps/buckaroo/admin.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo
  1776. hard linking src/smartlife/apps/buckaroo/app.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo
  1777. hard linking src/smartlife/apps/buckaroo/exceptions.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo
  1778. hard linking src/smartlife/apps/buckaroo/forms.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo
  1779. hard linking src/smartlife/apps/buckaroo/mixins.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo
  1780. hard linking src/smartlife/apps/buckaroo/models.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo
  1781. hard linking src/smartlife/apps/buckaroo/payment_events.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo
  1782. hard linking src/smartlife/apps/buckaroo/processing.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo
  1783. hard linking src/smartlife/apps/buckaroo/signing.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo
  1784. hard linking src/smartlife/apps/buckaroo/test_fields.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo
  1785. hard linking src/smartlife/apps/buckaroo/views.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo
  1786. hard linking src/smartlife/apps/buckaroo/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1787. hard linking src/smartlife/apps/buckaroo/migrations/0002_paymentresult_amount.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1788. hard linking src/smartlife/apps/buckaroo/migrations/0003_auto_20150406_1717.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1789. hard linking src/smartlife/apps/buckaroo/migrations/0004_auto_20150406_1724.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1790. hard linking src/smartlife/apps/buckaroo/migrations/0005_auto_20150406_1732.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1791. hard linking src/smartlife/apps/buckaroo/migrations/0006_auto_20150406_2251.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1792. hard linking src/smartlife/apps/buckaroo/migrations/0007_paymentresult_is_push_response.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1793. hard linking src/smartlife/apps/buckaroo/migrations/0008_auto_20150407_1347.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1794. hard linking src/smartlife/apps/buckaroo/migrations/0009_auto_20150409_0006.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1795. hard linking src/smartlife/apps/buckaroo/migrations/0010_auto_20150409_1025.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1796. hard linking src/smartlife/apps/buckaroo/migrations/0011_auto_20150413_1213.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1797. hard linking src/smartlife/apps/buckaroo/migrations/0012_auto_20150510_2247.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1798. hard linking src/smartlife/apps/buckaroo/migrations/0013_paymentresult_crm_guid.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1799. hard linking src/smartlife/apps/buckaroo/migrations/0014_paymentresult_service_ideal_consumeriban.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1800. hard linking src/smartlife/apps/buckaroo/migrations/0015_auto_20150521_1352.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1801. hard linking src/smartlife/apps/buckaroo/migrations/0016_paymentresult_order.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1802. hard linking src/smartlife/apps/buckaroo/migrations/0017_populate_paymentresult_order.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1803. hard linking src/smartlife/apps/buckaroo/migrations/0018_invoicenumber_charfield.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1804. hard linking src/smartlife/apps/buckaroo/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/buckaroo/migrations
  1805. hard linking src/smartlife/apps/campaignpages/__init__.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages
  1806. hard linking src/smartlife/apps/campaignpages/admin.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages
  1807. hard linking src/smartlife/apps/campaignpages/app.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages
  1808. hard linking src/smartlife/apps/campaignpages/config.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages
  1809. hard linking src/smartlife/apps/campaignpages/helpers.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages
  1810. hard linking src/smartlife/apps/campaignpages/models.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages
  1811. hard linking src/smartlife/apps/campaignpages/overview.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages
  1812. hard linking src/smartlife/apps/campaignpages/page.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages
  1813. hard linking src/smartlife/apps/campaignpages/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1814. hard linking src/smartlife/apps/campaignpages/migrations/0002_campaignoverview.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1815. hard linking src/smartlife/apps/campaignpages/migrations/0003_auto_20160322_1137.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1816. hard linking src/smartlife/apps/campaignpages/migrations/0004_auto_20160421_1115.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1817. hard linking src/smartlife/apps/campaignpages/migrations/0005_auto_20160509_1649.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1818. hard linking src/smartlife/apps/campaignpages/migrations/0006_auto_20160509_2153.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1819. hard linking src/smartlife/apps/campaignpages/migrations/0007_auto_20160511_1353.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1820. hard linking src/smartlife/apps/campaignpages/migrations/0008_harvestedemail_datetime.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1821. hard linking src/smartlife/apps/campaignpages/migrations/0009_chg_field_domestic_status.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1822. hard linking src/smartlife/apps/campaignpages/migrations/0010_add_field_poll.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1823. hard linking src/smartlife/apps/campaignpages/migrations/0011_auto_20160809_1459.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1824. hard linking src/smartlife/apps/campaignpages/migrations/0012_delete_maintenance_page.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1825. hard linking src/smartlife/apps/campaignpages/migrations/0013_remove_campaignpage_searchable.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1826. hard linking src/smartlife/apps/campaignpages/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/campaignpages/migrations
  1827. hard linking src/smartlife/apps/catalogue/__init__.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1828. hard linking src/smartlife/apps/catalogue/admin.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1829. hard linking src/smartlife/apps/catalogue/app.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1830. hard linking src/smartlife/apps/catalogue/config.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1831. hard linking src/smartlife/apps/catalogue/content.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1832. hard linking src/smartlife/apps/catalogue/dependencies.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1833. hard linking src/smartlife/apps/catalogue/managers.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1834. hard linking src/smartlife/apps/catalogue/mixins.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1835. hard linking src/smartlife/apps/catalogue/models.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1836. hard linking src/smartlife/apps/catalogue/policies.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1837. hard linking src/smartlife/apps/catalogue/policy_output.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1838. hard linking src/smartlife/apps/catalogue/search_handlers.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1839. hard linking src/smartlife/apps/catalogue/serializer.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1840. hard linking src/smartlife/apps/catalogue/views.py -> smartlife-4.0.6/src/smartlife/apps/catalogue
  1841. hard linking src/smartlife/apps/catalogue/management/__init__.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/management
  1842. hard linking src/smartlife/apps/catalogue/management/commands/__init__.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/management/commands
  1843. hard linking src/smartlife/apps/catalogue/management/commands/validate_answers.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/management/commands
  1844. hard linking src/smartlife/apps/catalogue/management/commands/wizard_export_csv.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/management/commands
  1845. hard linking src/smartlife/apps/catalogue/management/commands/wizard_factory.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/management/commands
  1846. hard linking src/smartlife/apps/catalogue/management/commands/wizard_import_csv.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/management/commands
  1847. hard linking src/smartlife/apps/catalogue/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1848. hard linking src/smartlife/apps/catalogue/migrations/0002_auto_20150217_1221.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1849. hard linking src/smartlife/apps/catalogue/migrations/0003_data_migration_slugs.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1850. hard linking src/smartlife/apps/catalogue/migrations/0004_auto_20150217_1710.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1851. hard linking src/smartlife/apps/catalogue/migrations/0005_product_included_products.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1852. hard linking src/smartlife/apps/catalogue/migrations/0006_product__require_filestore.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1853. hard linking src/smartlife/apps/catalogue/migrations/0007_auto_20150617_1510.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1854. hard linking src/smartlife/apps/catalogue/migrations/0008_auto_20150702_1112.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1855. hard linking src/smartlife/apps/catalogue/migrations/0009_auto_20150810_1332.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1856. hard linking src/smartlife/apps/catalogue/migrations/0010_add_cancellation_product.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1857. hard linking src/smartlife/apps/catalogue/migrations/0011_add_mechanic_product.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1858. hard linking src/smartlife/apps/catalogue/migrations/0012_product_keywords.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1859. hard linking src/smartlife/apps/catalogue/migrations/0013_auto_20150827_1053.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1860. hard linking src/smartlife/apps/catalogue/migrations/0014_product__seo_disable.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1861. hard linking src/smartlife/apps/catalogue/migrations/0015_auto_20150907_1403.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1862. hard linking src/smartlife/apps/catalogue/migrations/0016_data_migration_seo.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1863. hard linking src/smartlife/apps/catalogue/migrations/0017_update_mechanic_product.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1864. hard linking src/smartlife/apps/catalogue/migrations/0018_auto_20150909_1011.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1865. hard linking src/smartlife/apps/catalogue/migrations/0019_auto_20150918_0941.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1866. hard linking src/smartlife/apps/catalogue/migrations/0020_auto_20150922_1718.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1867. hard linking src/smartlife/apps/catalogue/migrations/0021_add_wizard_question_answer.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1868. hard linking src/smartlife/apps/catalogue/migrations/0022_add_wizard_result.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1869. hard linking src/smartlife/apps/catalogue/migrations/0023_change_wizard_result_pk.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1870. hard linking src/smartlife/apps/catalogue/migrations/0024_add_wizard_version.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1871. hard linking src/smartlife/apps/catalogue/migrations/0025_auto_20151005_1213.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1872. hard linking src/smartlife/apps/catalogue/migrations/0026_load_wizard_data.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1873. hard linking src/smartlife/apps/catalogue/migrations/0027_auto_20151010_0846.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1874. hard linking src/smartlife/apps/catalogue/migrations/0028_auto_20151011_2203.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1875. hard linking src/smartlife/apps/catalogue/migrations/0029_add_ordering.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1876. hard linking src/smartlife/apps/catalogue/migrations/0030_load_wizard_data.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1877. hard linking src/smartlife/apps/catalogue/migrations/0031_auto_20151014_1052.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1878. hard linking src/smartlife/apps/catalogue/migrations/0032_add_wizard_category.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1879. hard linking src/smartlife/apps/catalogue/migrations/0032_update_mechanic_product.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1880. hard linking src/smartlife/apps/catalogue/migrations/0033_auto_20151014_2122.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1881. hard linking src/smartlife/apps/catalogue/migrations/0034_auto_20151015_1546.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1882. hard linking src/smartlife/apps/catalogue/migrations/0035_auto_20151015_1821.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1883. hard linking src/smartlife/apps/catalogue/migrations/0036_merge.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1884. hard linking src/smartlife/apps/catalogue/migrations/0037_populate_category.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1885. hard linking src/smartlife/apps/catalogue/migrations/0038_remove_nullables.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1886. hard linking src/smartlife/apps/catalogue/migrations/0039_load_wizard_data.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1887. hard linking src/smartlife/apps/catalogue/migrations/0040_rename_buitencamera_camera.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1888. hard linking src/smartlife/apps/catalogue/migrations/0041_update_kpn_expert.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1889. hard linking src/smartlife/apps/catalogue/migrations/0042_discount_products.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1890. hard linking src/smartlife/apps/catalogue/migrations/0043_update_slimme_stekker.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1891. hard linking src/smartlife/apps/catalogue/migrations/0044_rename_cats_add_new_cats.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1892. hard linking src/smartlife/apps/catalogue/migrations/0045_pcs_027.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1893. hard linking src/smartlife/apps/catalogue/migrations/0046_tree_cats.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1894. hard linking src/smartlife/apps/catalogue/migrations/0047_add_comfort_subscription.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1895. hard linking src/smartlife/apps/catalogue/migrations/0048_auto_20151202_1628.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1896. hard linking src/smartlife/apps/catalogue/migrations/0049_update_comfort_subscription.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1897. hard linking src/smartlife/apps/catalogue/migrations/0050_pcs_comfort.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1898. hard linking src/smartlife/apps/catalogue/migrations/0051_fix_product_categories.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1899. hard linking src/smartlife/apps/catalogue/migrations/0052_pcs_packages_comfort.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1900. hard linking src/smartlife/apps/catalogue/migrations/0053_fix_base_category_discount.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1901. hard linking src/smartlife/apps/catalogue/migrations/0054_remove_fup_from_categories.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1902. hard linking src/smartlife/apps/catalogue/migrations/0055_fix_product_categories.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1903. hard linking src/smartlife/apps/catalogue/migrations/0056_auto_20160106_1020.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1904. hard linking src/smartlife/apps/catalogue/migrations/0057_subscriptions_discountable.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1905. hard linking src/smartlife/apps/catalogue/migrations/0058_terminate_subscriptions.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1906. hard linking src/smartlife/apps/catalogue/migrations/0059_auto_20160224_1422.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1907. hard linking src/smartlife/apps/catalogue/migrations/0060_auto_20160224_1439.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1908. hard linking src/smartlife/apps/catalogue/migrations/0061_auto_20160413_1201.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1909. hard linking src/smartlife/apps/catalogue/migrations/0062_comfort_fup_updates.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1910. hard linking src/smartlife/apps/catalogue/migrations/0063_new_diy_package.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1911. hard linking src/smartlife/apps/catalogue/migrations/0064_tnb_fixes.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1912. hard linking src/smartlife/apps/catalogue/migrations/0065_auto_20160425_1628.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1913. hard linking src/smartlife/apps/catalogue/migrations/0066_comfort_subscr_active.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1914. hard linking src/smartlife/apps/catalogue/migrations/0067_auto_20160502_1428.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1915. hard linking src/smartlife/apps/catalogue/migrations/0068_commitment_range_offer.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1916. hard linking src/smartlife/apps/catalogue/migrations/0069_rename_zoetermeer_offer.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1917. hard linking src/smartlife/apps/catalogue/migrations/0070_update_tnb_package.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1918. hard linking src/smartlife/apps/catalogue/migrations/0071_fup_fixes.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1919. hard linking src/smartlife/apps/catalogue/migrations/0072_fix_packages.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1920. hard linking src/smartlife/apps/catalogue/migrations/0073_mechanic_category.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1921. hard linking src/smartlife/apps/catalogue/migrations/0074_extra_package_properties.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1922. hard linking src/smartlife/apps/catalogue/migrations/0075_visibility_camera.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1923. hard linking src/smartlife/apps/catalogue/migrations/0076_visibility_comfort_packages.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1924. hard linking src/smartlife/apps/catalogue/migrations/0077_fix_wizard_recommendations.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1925. hard linking src/smartlife/apps/catalogue/migrations/0078_chg_slug_installatieservices.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1926. hard linking src/smartlife/apps/catalogue/migrations/0079_copy_properties_to_rental_products.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1927. hard linking src/smartlife/apps/catalogue/migrations/0080_disable_hardware_packages.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1928. hard linking src/smartlife/apps/catalogue/migrations/0081_replace_hardware_in_shop_extra_products_range.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1929. hard linking src/smartlife/apps/catalogue/migrations/0082_chg_subsc_base_product_class.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1930. hard linking src/smartlife/apps/catalogue/migrations/0083_chg_subscription_requires_shipping.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1931. hard linking src/smartlife/apps/catalogue/migrations/0084_chg_subscr_base_active.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1932. hard linking src/smartlife/apps/catalogue/migrations/0085_chg_visibility_inclusions_subscr_base.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1933. hard linking src/smartlife/apps/catalogue/migrations/0086_disable_tom.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1934. hard linking src/smartlife/apps/catalogue/migrations/0087_fix_new_hardware_product_class.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1935. hard linking src/smartlife/apps/catalogue/migrations/0088_set_is_monthly_recurring.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1936. hard linking src/smartlife/apps/catalogue/migrations/0089_set_subscr_base_is_monthly_recurring.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1937. hard linking src/smartlife/apps/catalogue/migrations/0090_activate_experts.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1938. hard linking src/smartlife/apps/catalogue/migrations/0091_create_product_class_subscr_addons.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1939. hard linking src/smartlife/apps/catalogue/migrations/0092_update_upsell_range.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1940. hard linking src/smartlife/apps/catalogue/migrations/0093_activate_hue_upsell.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1941. hard linking src/smartlife/apps/catalogue/migrations/0094_fix_hue_1_product_class.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1942. hard linking src/smartlife/apps/catalogue/migrations/0095_chg_slugs_installatieservices.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1943. hard linking src/smartlife/apps/catalogue/migrations/0096_create_product_class_terminations.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1944. hard linking src/smartlife/apps/catalogue/migrations/0097_copy_upsell_hardware_descriptions.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1945. hard linking src/smartlife/apps/catalogue/migrations/0098_fix_upsell_motion_sensor_product_class.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1946. hard linking src/smartlife/apps/catalogue/migrations/0099_unique_slugs_rental_hardware.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1947. hard linking src/smartlife/apps/catalogue/migrations/0100_copy_chg_meldkamer_plus_description.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1948. hard linking src/smartlife/apps/catalogue/migrations/0101_set_terminate_meldkamer_monthly_recurring.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1949. hard linking src/smartlife/apps/catalogue/migrations/0102_copy_chg_meldkamer_termination_description.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1950. hard linking src/smartlife/apps/catalogue/migrations/0103_chg_meldkamer_termination_description_again.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1951. hard linking src/smartlife/apps/catalogue/migrations/0104_remove_product__seo_disable.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1952. hard linking src/smartlife/apps/catalogue/migrations/0105_auto_20160928_1632.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1953. hard linking src/smartlife/apps/catalogue/migrations/0106_set_vitaal_subscription_properties.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1954. hard linking src/smartlife/apps/catalogue/migrations/0107_deactivate_old_base_subscription.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1955. hard linking src/smartlife/apps/catalogue/migrations/0108_add_vitaal_to_replacement_range.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1956. hard linking src/smartlife/apps/catalogue/migrations/0109_activate_expert_anna.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1957. hard linking src/smartlife/apps/catalogue/migrations/0110_set_vitaal_uit_subscription_properties.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1958. hard linking src/smartlife/apps/catalogue/migrations/0111_activate_new_veilig_subscription.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1959. hard linking src/smartlife/apps/catalogue/migrations/0112_update_replacement_range.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1960. hard linking src/smartlife/apps/catalogue/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations
  1961. hard linking src/smartlife/apps/catalogue/migrations/data/CGL_pricelist.csv -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations/data
  1962. hard linking src/smartlife/apps/catalogue/migrations/data/PCS_025.csv -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations/data
  1963. hard linking src/smartlife/apps/catalogue/migrations/data/PCS_026.csv -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations/data
  1964. hard linking src/smartlife/apps/catalogue/migrations/data/PCS_027.csv -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations/data
  1965. hard linking src/smartlife/apps/catalogue/migrations/data/PCS_comfort-1.csv -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations/data
  1966. hard linking src/smartlife/apps/catalogue/migrations/data/PCS_comfort-2.csv -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations/data
  1967. hard linking src/smartlife/apps/catalogue/migrations/data/PCS_comfort.csv -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations/data
  1968. hard linking src/smartlife/apps/catalogue/migrations/data/seo_products.csv -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations/data
  1969. hard linking src/smartlife/apps/catalogue/migrations/data/wizard_questions_answers.json -> smartlife-4.0.6/src/smartlife/apps/catalogue/migrations/data
  1970. hard linking src/smartlife/apps/catalogue/utils/__init__.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/utils
  1971. hard linking src/smartlife/apps/catalogue/utils/migrations.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/utils
  1972. hard linking src/smartlife/apps/catalogue/utils/postcode_check.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/utils
  1973. hard linking src/smartlife/apps/catalogue/utils/sync.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/utils
  1974. hard linking src/smartlife/apps/catalogue/wizard/__init__.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/wizard
  1975. hard linking src/smartlife/apps/catalogue/wizard/admin.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/wizard
  1976. hard linking src/smartlife/apps/catalogue/wizard/admin_views.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/wizard
  1977. hard linking src/smartlife/apps/catalogue/wizard/csv_export.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/wizard
  1978. hard linking src/smartlife/apps/catalogue/wizard/csv_import.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/wizard
  1979. hard linking src/smartlife/apps/catalogue/wizard/exceptions.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/wizard
  1980. hard linking src/smartlife/apps/catalogue/wizard/forms.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/wizard
  1981. hard linking src/smartlife/apps/catalogue/wizard/models.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/wizard
  1982. hard linking src/smartlife/apps/catalogue/wizard/serializers.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/wizard
  1983. hard linking src/smartlife/apps/catalogue/wizard/tasks.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/wizard
  1984. hard linking src/smartlife/apps/catalogue/wizard/validation.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/wizard
  1985. hard linking src/smartlife/apps/catalogue/wizard/views.py -> smartlife-4.0.6/src/smartlife/apps/catalogue/wizard
  1986. hard linking src/smartlife/apps/checkout/__init__.py -> smartlife-4.0.6/src/smartlife/apps/checkout
  1987. hard linking src/smartlife/apps/checkout/app.py -> smartlife-4.0.6/src/smartlife/apps/checkout
  1988. hard linking src/smartlife/apps/checkout/calculators.py -> smartlife-4.0.6/src/smartlife/apps/checkout
  1989. hard linking src/smartlife/apps/checkout/config.py -> smartlife-4.0.6/src/smartlife/apps/checkout
  1990. hard linking src/smartlife/apps/checkout/forms.py -> smartlife-4.0.6/src/smartlife/apps/checkout
  1991. hard linking src/smartlife/apps/checkout/mixins.py -> smartlife-4.0.6/src/smartlife/apps/checkout
  1992. hard linking src/smartlife/apps/checkout/session.py -> smartlife-4.0.6/src/smartlife/apps/checkout
  1993. hard linking src/smartlife/apps/checkout/state.py -> smartlife-4.0.6/src/smartlife/apps/checkout
  1994. hard linking src/smartlife/apps/checkout/utils.py -> smartlife-4.0.6/src/smartlife/apps/checkout
  1995. hard linking src/smartlife/apps/checkout/views.py -> smartlife-4.0.6/src/smartlife/apps/checkout
  1996. hard linking src/smartlife/apps/checkout/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/checkout/migrations
  1997. hard linking src/smartlife/apps/checkout/migrations/0002_auto_20150326_2120.py -> smartlife-4.0.6/src/smartlife/apps/checkout/migrations
  1998. hard linking src/smartlife/apps/checkout/migrations/0003_auto_20150329_1711.py -> smartlife-4.0.6/src/smartlife/apps/checkout/migrations
  1999. hard linking src/smartlife/apps/checkout/migrations/0004_checkoutstate_user_terms_and_conditions.py -> smartlife-4.0.6/src/smartlife/apps/checkout/migrations
  2000. hard linking src/smartlife/apps/checkout/migrations/0005_remove_checkoutstate_user_terms_and_conditions.py -> smartlife-4.0.6/src/smartlife/apps/checkout/migrations
  2001. hard linking src/smartlife/apps/checkout/migrations/0006_auto_20150413_1213.py -> smartlife-4.0.6/src/smartlife/apps/checkout/migrations
  2002. hard linking src/smartlife/apps/checkout/migrations/0007_checkoutstate_birth_date.py -> smartlife-4.0.6/src/smartlife/apps/checkout/migrations
  2003. hard linking src/smartlife/apps/checkout/migrations/0008_remove_checkoutstate_birth_date.py -> smartlife-4.0.6/src/smartlife/apps/checkout/migrations
  2004. hard linking src/smartlife/apps/checkout/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/checkout/migrations
  2005. hard linking src/smartlife/apps/crm/__init__.py -> smartlife-4.0.6/src/smartlife/apps/crm
  2006. hard linking src/smartlife/apps/crm/admin.py -> smartlife-4.0.6/src/smartlife/apps/crm
  2007. hard linking src/smartlife/apps/crm/config.py -> smartlife-4.0.6/src/smartlife/apps/crm
  2008. hard linking src/smartlife/apps/crm/models.py -> smartlife-4.0.6/src/smartlife/apps/crm
  2009. hard linking src/smartlife/apps/crm/tasks.py -> smartlife-4.0.6/src/smartlife/apps/crm
  2010. hard linking src/smartlife/apps/crm/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2011. hard linking src/smartlife/apps/crm/migrations/0002_auto_20151028_1340.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2012. hard linking src/smartlife/apps/crm/migrations/0003_auto_20151102_0916.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2013. hard linking src/smartlife/apps/crm/migrations/0004_auto_20151102_1011.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2014. hard linking src/smartlife/apps/crm/migrations/0005_auto_20151110_1340.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2015. hard linking src/smartlife/apps/crm/migrations/0006_auto_20151130_2158.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2016. hard linking src/smartlife/apps/crm/migrations/0007_auto_20151202_1628.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2017. hard linking src/smartlife/apps/crm/migrations/0008_auto_20151216_1801.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2018. hard linking src/smartlife/apps/crm/migrations/0009_auto_20160120_1154.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2019. hard linking src/smartlife/apps/crm/migrations/0010_price.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2020. hard linking src/smartlife/apps/crm/migrations/0011_productassociation.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2021. hard linking src/smartlife/apps/crm/migrations/0012_auto_20160225_1718.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2022. hard linking src/smartlife/apps/crm/migrations/0013_pdf_filesize.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2023. hard linking src/smartlife/apps/crm/migrations/0014_auto_20160301_1544.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2024. hard linking src/smartlife/apps/crm/migrations/0015_order_description.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2025. hard linking src/smartlife/apps/crm/migrations/0016_increase_order_name_length.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2026. hard linking src/smartlife/apps/crm/migrations/0017_remove_duplicate_crm_products.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2027. hard linking src/smartlife/apps/crm/migrations/0018_add_contact_address1_line3_field.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2028. hard linking src/smartlife/apps/crm/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/crm/migrations
  2029. hard linking src/smartlife/apps/customer/__init__.py -> smartlife-4.0.6/src/smartlife/apps/customer
  2030. hard linking src/smartlife/apps/customer/app.py -> smartlife-4.0.6/src/smartlife/apps/customer
  2031. hard linking src/smartlife/apps/customer/config.py -> smartlife-4.0.6/src/smartlife/apps/customer
  2032. hard linking src/smartlife/apps/customer/emails.py -> smartlife-4.0.6/src/smartlife/apps/customer
  2033. hard linking src/smartlife/apps/customer/exceptions.py -> smartlife-4.0.6/src/smartlife/apps/customer
  2034. hard linking src/smartlife/apps/customer/forms.py -> smartlife-4.0.6/src/smartlife/apps/customer
  2035. hard linking src/smartlife/apps/customer/models.py -> smartlife-4.0.6/src/smartlife/apps/customer
  2036. hard linking src/smartlife/apps/customer/utils.py -> smartlife-4.0.6/src/smartlife/apps/customer
  2037. hard linking src/smartlife/apps/customer/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/customer/migrations
  2038. hard linking src/smartlife/apps/customer/migrations/0002_customerproduct.py -> smartlife-4.0.6/src/smartlife/apps/customer/migrations
  2039. hard linking src/smartlife/apps/customer/migrations/0003_customerproduct_is_active.py -> smartlife-4.0.6/src/smartlife/apps/customer/migrations
  2040. hard linking src/smartlife/apps/customer/migrations/0004_auto_20150625_1021.py -> smartlife-4.0.6/src/smartlife/apps/customer/migrations
  2041. hard linking src/smartlife/apps/customer/migrations/0005_auto_20150722_1644.py -> smartlife-4.0.6/src/smartlife/apps/customer/migrations
  2042. hard linking src/smartlife/apps/customer/migrations/0006_auto_20150922_1718.py -> smartlife-4.0.6/src/smartlife/apps/customer/migrations
  2043. hard linking src/smartlife/apps/customer/migrations/0007_remove_customerproducts.py -> smartlife-4.0.6/src/smartlife/apps/customer/migrations
  2044. hard linking src/smartlife/apps/customer/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/customer/migrations
  2045. hard linking src/smartlife/apps/customer/views/__init__.py -> smartlife-4.0.6/src/smartlife/apps/customer/views
  2046. hard linking src/smartlife/apps/customer/views/auth.py -> smartlife-4.0.6/src/smartlife/apps/customer/views
  2047. hard linking src/smartlife/apps/customer/views/mixins.py -> smartlife-4.0.6/src/smartlife/apps/customer/views
  2048. hard linking src/smartlife/apps/customer/views/personal.py -> smartlife-4.0.6/src/smartlife/apps/customer/views
  2049. hard linking src/smartlife/apps/customer/views/products.py -> smartlife-4.0.6/src/smartlife/apps/customer/views
  2050. hard linking src/smartlife/apps/customer/views/security.py -> smartlife-4.0.6/src/smartlife/apps/customer/views
  2051. hard linking src/smartlife/apps/customer/views/service.py -> smartlife-4.0.6/src/smartlife/apps/customer/views
  2052. hard linking src/smartlife/apps/dashboard/__init__.py -> smartlife-4.0.6/src/smartlife/apps/dashboard
  2053. hard linking src/smartlife/apps/dashboard/config.py -> smartlife-4.0.6/src/smartlife/apps/dashboard
  2054. hard linking src/smartlife/apps/dashboard/utils.py -> smartlife-4.0.6/src/smartlife/apps/dashboard
  2055. hard linking src/smartlife/apps/dashboard/views.py -> smartlife-4.0.6/src/smartlife/apps/dashboard
  2056. hard linking src/smartlife/apps/dashboard/catalogue/__init__.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/catalogue
  2057. hard linking src/smartlife/apps/dashboard/catalogue/app.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/catalogue
  2058. hard linking src/smartlife/apps/dashboard/catalogue/config.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/catalogue
  2059. hard linking src/smartlife/apps/dashboard/catalogue/forms.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/catalogue
  2060. hard linking src/smartlife/apps/dashboard/catalogue/models.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/catalogue
  2061. hard linking src/smartlife/apps/dashboard/catalogue/views.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/catalogue
  2062. hard linking src/smartlife/apps/dashboard/offers/__init__.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/offers
  2063. hard linking src/smartlife/apps/dashboard/offers/config.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/offers
  2064. hard linking src/smartlife/apps/dashboard/offers/reports.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/offers
  2065. hard linking src/smartlife/apps/dashboard/reports/__init__.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/reports
  2066. hard linking src/smartlife/apps/dashboard/reports/config.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/reports
  2067. hard linking src/smartlife/apps/dashboard/reports/utils.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/reports
  2068. hard linking src/smartlife/apps/dashboard/users/__init__.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/users
  2069. hard linking src/smartlife/apps/dashboard/users/app.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/users
  2070. hard linking src/smartlife/apps/dashboard/users/config.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/users
  2071. hard linking src/smartlife/apps/dashboard/users/forms.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/users
  2072. hard linking src/smartlife/apps/dashboard/users/views.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/users
  2073. hard linking src/smartlife/apps/dashboard/vouchers/__init__.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/vouchers
  2074. hard linking src/smartlife/apps/dashboard/vouchers/app.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/vouchers
  2075. hard linking src/smartlife/apps/dashboard/vouchers/config.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/vouchers
  2076. hard linking src/smartlife/apps/dashboard/vouchers/forms.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/vouchers
  2077. hard linking src/smartlife/apps/dashboard/vouchers/views.py -> smartlife-4.0.6/src/smartlife/apps/dashboard/vouchers
  2078. hard linking src/smartlife/apps/email_templates/__init__.py -> smartlife-4.0.6/src/smartlife/apps/email_templates
  2079. hard linking src/smartlife/apps/email_templates/app.py -> smartlife-4.0.6/src/smartlife/apps/email_templates
  2080. hard linking src/smartlife/apps/email_templates/views.py -> smartlife-4.0.6/src/smartlife/apps/email_templates
  2081. hard linking src/smartlife/apps/external_api/__init__.py -> smartlife-4.0.6/src/smartlife/apps/external_api
  2082. hard linking src/smartlife/apps/external_api/config.py -> smartlife-4.0.6/src/smartlife/apps/external_api
  2083. hard linking src/smartlife/apps/external_api/disable.py -> smartlife-4.0.6/src/smartlife/apps/external_api
  2084. hard linking src/smartlife/apps/external_api/middleware.py -> smartlife-4.0.6/src/smartlife/apps/external_api
  2085. hard linking src/smartlife/apps/external_api/mixins.py -> smartlife-4.0.6/src/smartlife/apps/external_api
  2086. hard linking src/smartlife/apps/external_api/permissions.py -> smartlife-4.0.6/src/smartlife/apps/external_api
  2087. hard linking src/smartlife/apps/external_api/serializers.py -> smartlife-4.0.6/src/smartlife/apps/external_api
  2088. hard linking src/smartlife/apps/external_api/urls.py -> smartlife-4.0.6/src/smartlife/apps/external_api
  2089. hard linking src/smartlife/apps/external_api/views.py -> smartlife-4.0.6/src/smartlife/apps/external_api
  2090. hard linking src/smartlife/apps/external_api/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/external_api/migrations
  2091. hard linking src/smartlife/apps/fup/__init__.py -> smartlife-4.0.6/src/smartlife/apps/fup
  2092. hard linking src/smartlife/apps/fup/app.py -> smartlife-4.0.6/src/smartlife/apps/fup
  2093. hard linking src/smartlife/apps/fup/config.py -> smartlife-4.0.6/src/smartlife/apps/fup
  2094. hard linking src/smartlife/apps/fup/views.py -> smartlife-4.0.6/src/smartlife/apps/fup
  2095. hard linking src/smartlife/apps/fup/data/accounts.csv -> smartlife-4.0.6/src/smartlife/apps/fup/data
  2096. hard linking src/smartlife/apps/healthcheck/__init__.py -> smartlife-4.0.6/src/smartlife/apps/healthcheck
  2097. hard linking src/smartlife/apps/healthcheck/views.py -> smartlife-4.0.6/src/smartlife/apps/healthcheck
  2098. hard linking src/smartlife/apps/help_and_advice/__init__.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice
  2099. hard linking src/smartlife/apps/help_and_advice/app.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice
  2100. hard linking src/smartlife/apps/help_and_advice/config.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice
  2101. hard linking src/smartlife/apps/help_and_advice/forms.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice
  2102. hard linking src/smartlife/apps/help_and_advice/models.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice
  2103. hard linking src/smartlife/apps/help_and_advice/views.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice
  2104. hard linking src/smartlife/apps/help_and_advice/wagtail_hooks.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice
  2105. hard linking src/smartlife/apps/help_and_advice/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  2106. hard linking src/smartlife/apps/help_and_advice/migrations/0002_auto_20150922_1839.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  2107. hard linking src/smartlife/apps/help_and_advice/migrations/0003_auto_20150924_1707.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  2108. hard linking src/smartlife/apps/help_and_advice/migrations/0004_auto_20150930_1442.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  2109. hard linking src/smartlife/apps/help_and_advice/migrations/0005_auto_20151022_1640.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  2110. hard linking src/smartlife/apps/help_and_advice/migrations/0006_auto_20151105_1428.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  2111. hard linking src/smartlife/apps/help_and_advice/migrations/0007_auto_20151202_1628.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  2112. hard linking src/smartlife/apps/help_and_advice/migrations/0008_auto_20151214_1046.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  2113. hard linking src/smartlife/apps/help_and_advice/migrations/0009_auto_20151228_1129.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  2114. hard linking src/smartlife/apps/help_and_advice/migrations/0010_auto_20151229_1308.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  2115. hard linking src/smartlife/apps/help_and_advice/migrations/0011_MoveFaqToWagtail.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  2116. hard linking src/smartlife/apps/help_and_advice/migrations/0012_faq_data.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  2117. hard linking src/smartlife/apps/help_and_advice/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations
  2118. hard linking src/smartlife/apps/help_and_advice/migrations/data/0012_faq.json -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations/data
  2119. hard linking src/smartlife/apps/help_and_advice/migrations/data/20150922_faq.json -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations/data
  2120. hard linking src/smartlife/apps/help_and_advice/migrations/data/20150924_faq.json -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations/data
  2121. hard linking src/smartlife/apps/help_and_advice/migrations/data/20150930_faq.json -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations/data
  2122. hard linking src/smartlife/apps/help_and_advice/migrations/data/20151022_faq.json -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations/data
  2123. hard linking src/smartlife/apps/help_and_advice/migrations/data/20151105_faq.json -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations/data
  2124. hard linking src/smartlife/apps/help_and_advice/migrations/data/20151214_faq.json -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations/data
  2125. hard linking src/smartlife/apps/help_and_advice/migrations/data/20151228_faq.json -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations/data
  2126. hard linking src/smartlife/apps/help_and_advice/migrations/data/20151229_faq.json -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/migrations/data
  2127. hard linking src/smartlife/apps/help_and_advice/templatetags/__init__.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/templatetags
  2128. hard linking src/smartlife/apps/help_and_advice/templatetags/help_and_advice_tags.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/templatetags
  2129. hard linking src/smartlife/apps/help_and_advice/utils/__init__.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/utils
  2130. hard linking src/smartlife/apps/help_and_advice/utils/migration.py -> smartlife-4.0.6/src/smartlife/apps/help_and_advice/utils
  2131. hard linking src/smartlife/apps/interfaces/__init__.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2132. hard linking src/smartlife/apps/interfaces/admin.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2133. hard linking src/smartlife/apps/interfaces/app.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2134. hard linking src/smartlife/apps/interfaces/client.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2135. hard linking src/smartlife/apps/interfaces/config.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2136. hard linking src/smartlife/apps/interfaces/exceptions.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2137. hard linking src/smartlife/apps/interfaces/forms.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2138. hard linking src/smartlife/apps/interfaces/mapping.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2139. hard linking src/smartlife/apps/interfaces/models.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2140. hard linking src/smartlife/apps/interfaces/operations.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2141. hard linking src/smartlife/apps/interfaces/rest.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2142. hard linking src/smartlife/apps/interfaces/routers.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2143. hard linking src/smartlife/apps/interfaces/serializers.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2144. hard linking src/smartlife/apps/interfaces/views.py -> smartlife-4.0.6/src/smartlife/apps/interfaces
  2145. hard linking src/smartlife/apps/interfaces/api/__init__.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/api
  2146. hard linking src/smartlife/apps/interfaces/api/views.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/api
  2147. hard linking src/smartlife/apps/interfaces/management/__init__.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/management
  2148. hard linking src/smartlife/apps/interfaces/management/commands/__init__.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/management/commands
  2149. hard linking src/smartlife/apps/interfaces/management/commands/clear_voucher_codes.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/management/commands
  2150. hard linking src/smartlife/apps/interfaces/management/commands/migrate_vouchers_to_software_ids.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/management/commands
  2151. hard linking src/smartlife/apps/interfaces/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/migrations
  2152. hard linking src/smartlife/apps/interfaces/migrations/0002_auto_20150506_2010.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/migrations
  2153. hard linking src/smartlife/apps/interfaces/migrations/0003_auto_20150506_2139.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/migrations
  2154. hard linking src/smartlife/apps/interfaces/migrations/0004_auto_20150506_2141.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/migrations
  2155. hard linking src/smartlife/apps/interfaces/migrations/0005_remove_vouchercode_in_use.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/migrations
  2156. hard linking src/smartlife/apps/interfaces/migrations/0006_auto_20150818_1445.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/migrations
  2157. hard linking src/smartlife/apps/interfaces/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/migrations
  2158. hard linking src/smartlife/apps/interfaces/migrations/data/kpn-customers.csv -> smartlife-4.0.6/src/smartlife/apps/interfaces/migrations/data
  2159. hard linking src/smartlife/apps/interfaces/tasks/__init__.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/tasks
  2160. hard linking src/smartlife/apps/interfaces/tasks/exceptions.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/tasks
  2161. hard linking src/smartlife/apps/interfaces/tasks/parsers.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/tasks
  2162. hard linking src/smartlife/apps/interfaces/tasks/tasks.py -> smartlife-4.0.6/src/smartlife/apps/interfaces/tasks
  2163. hard linking src/smartlife/apps/offer/__init__.py -> smartlife-4.0.6/src/smartlife/apps/offer
  2164. hard linking src/smartlife/apps/offer/admin.py -> smartlife-4.0.6/src/smartlife/apps/offer
  2165. hard linking src/smartlife/apps/offer/applicator.py -> smartlife-4.0.6/src/smartlife/apps/offer
  2166. hard linking src/smartlife/apps/offer/benefits.py -> smartlife-4.0.6/src/smartlife/apps/offer
  2167. hard linking src/smartlife/apps/offer/conditions.py -> smartlife-4.0.6/src/smartlife/apps/offer
  2168. hard linking src/smartlife/apps/offer/config.py -> smartlife-4.0.6/src/smartlife/apps/offer
  2169. hard linking src/smartlife/apps/offer/models.py -> smartlife-4.0.6/src/smartlife/apps/offer
  2170. hard linking src/smartlife/apps/offer/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2171. hard linking src/smartlife/apps/offer/migrations/0002_auto_20150922_1718.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2172. hard linking src/smartlife/apps/offer/migrations/0003_exclusive_condition.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2173. hard linking src/smartlife/apps/offer/migrations/0004_hasbroadbandcondition.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2174. hard linking src/smartlife/apps/offer/migrations/0005_make_broadband_condition.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2175. hard linking src/smartlife/apps/offer/migrations/0006_add_price_ranges.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2176. hard linking src/smartlife/apps/offer/migrations/0007_add_multiples_of_3_benefit.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2177. hard linking src/smartlife/apps/offer/migrations/0008_add_custom_quantity_condition.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2178. hard linking src/smartlife/apps/offer/migrations/0009_fix_eur125_range_skus.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2179. hard linking src/smartlife/apps/offer/migrations/0010_rename_bulk_discount.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2180. hard linking src/smartlife/apps/offer/migrations/0011_set_benefit_max_affected_items.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2181. hard linking src/smartlife/apps/offer/migrations/0012_chg_benefit_proxy_class_field_non_unique.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2182. hard linking src/smartlife/apps/offer/migrations/0013_create_custom_condition_benefit_qty_2.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2183. hard linking src/smartlife/apps/offer/migrations/0014_create_bulk_discount_offers.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2184. hard linking src/smartlife/apps/offer/migrations/0015_fix_eur175_range_skus.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2185. hard linking src/smartlife/apps/offer/migrations/0016_limit_offer_applications.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2186. hard linking src/smartlife/apps/offer/migrations/0017_add_upsell_hardware_to_bulk_discount_range.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2187. hard linking src/smartlife/apps/offer/migrations/0018_add_veilig_comfort_combo_mechanic_discount.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2188. hard linking src/smartlife/apps/offer/migrations/0019_remove_mechanic_discount_limit.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2189. hard linking src/smartlife/apps/offer/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/offer/migrations
  2190. hard linking src/smartlife/apps/order/__init__.py -> smartlife-4.0.6/src/smartlife/apps/order
  2191. hard linking src/smartlife/apps/order/admin.py -> smartlife-4.0.6/src/smartlife/apps/order
  2192. hard linking src/smartlife/apps/order/config.py -> smartlife-4.0.6/src/smartlife/apps/order
  2193. hard linking src/smartlife/apps/order/exceptions.py -> smartlife-4.0.6/src/smartlife/apps/order
  2194. hard linking src/smartlife/apps/order/mailer.py -> smartlife-4.0.6/src/smartlife/apps/order
  2195. hard linking src/smartlife/apps/order/meta.py -> smartlife-4.0.6/src/smartlife/apps/order
  2196. hard linking src/smartlife/apps/order/models.py -> smartlife-4.0.6/src/smartlife/apps/order
  2197. hard linking src/smartlife/apps/order/processing.py -> smartlife-4.0.6/src/smartlife/apps/order
  2198. hard linking src/smartlife/apps/order/status.py -> smartlife-4.0.6/src/smartlife/apps/order
  2199. hard linking src/smartlife/apps/order/submit.py -> smartlife-4.0.6/src/smartlife/apps/order
  2200. hard linking src/smartlife/apps/order/tasks.py -> smartlife-4.0.6/src/smartlife/apps/order
  2201. hard linking src/smartlife/apps/order/utils.py -> smartlife-4.0.6/src/smartlife/apps/order
  2202. hard linking src/smartlife/apps/order/crm_sync/__init__.py -> smartlife-4.0.6/src/smartlife/apps/order/crm_sync
  2203. hard linking src/smartlife/apps/order/crm_sync/admin_actions.py -> smartlife-4.0.6/src/smartlife/apps/order/crm_sync
  2204. hard linking src/smartlife/apps/order/crm_sync/exceptions.py -> smartlife-4.0.6/src/smartlife/apps/order/crm_sync
  2205. hard linking src/smartlife/apps/order/crm_sync/mutator.py -> smartlife-4.0.6/src/smartlife/apps/order/crm_sync
  2206. hard linking src/smartlife/apps/order/crm_sync/result.py -> smartlife-4.0.6/src/smartlife/apps/order/crm_sync
  2207. hard linking src/smartlife/apps/order/crm_sync/serializers.py -> smartlife-4.0.6/src/smartlife/apps/order/crm_sync
  2208. hard linking src/smartlife/apps/order/crm_sync/sync.py -> smartlife-4.0.6/src/smartlife/apps/order/crm_sync
  2209. hard linking src/smartlife/apps/order/crm_sync/wrapper.py -> smartlife-4.0.6/src/smartlife/apps/order/crm_sync
  2210. hard linking src/smartlife/apps/order/management/__init__.py -> smartlife-4.0.6/src/smartlife/apps/order/management
  2211. hard linking src/smartlife/apps/order/management/commands/__init__.py -> smartlife-4.0.6/src/smartlife/apps/order/management/commands
  2212. hard linking src/smartlife/apps/order/management/commands/cancel_expired_orders.py -> smartlife-4.0.6/src/smartlife/apps/order/management/commands
  2213. hard linking src/smartlife/apps/order/management/commands/check_queued_orders.py -> smartlife-4.0.6/src/smartlife/apps/order/management/commands
  2214. hard linking src/smartlife/apps/order/management/commands/sync_crm_orders.py -> smartlife-4.0.6/src/smartlife/apps/order/management/commands
  2215. hard linking src/smartlife/apps/order/management/commands/sync_orders_from_crm.py -> smartlife-4.0.6/src/smartlife/apps/order/management/commands
  2216. hard linking src/smartlife/apps/order/management/commands/toggle_order_broadband_discount.py -> smartlife-4.0.6/src/smartlife/apps/order/management/commands
  2217. hard linking src/smartlife/apps/order/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2218. hard linking src/smartlife/apps/order/migrations/0002_auto_20141007_2032.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2219. hard linking src/smartlife/apps/order/migrations/0003_auto_20150113_1629.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2220. hard linking src/smartlife/apps/order/migrations/0004_auto_20150330_1515.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2221. hard linking src/smartlife/apps/order/migrations/0005_orderinternetprovider.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2222. hard linking src/smartlife/apps/order/migrations/0006_auto_20150331_2323.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2223. hard linking src/smartlife/apps/order/migrations/0007_auto_20150413_1213.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2224. hard linking src/smartlife/apps/order/migrations/0008_auto_20150413_1334.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2225. hard linking src/smartlife/apps/order/migrations/0009_auto_20150413_2123.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2226. hard linking src/smartlife/apps/order/migrations/0010_order_require_filestore_account.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2227. hard linking src/smartlife/apps/order/migrations/0011_order_crm_guid.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2228. hard linking src/smartlife/apps/order/migrations/0012_order_crm_order_number.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2229. hard linking src/smartlife/apps/order/migrations/0013_internetprovider_is_kpn.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2230. hard linking src/smartlife/apps/order/migrations/0014_auto_20150601_1807.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2231. hard linking src/smartlife/apps/order/migrations/0015_auto_20150601_1811.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2232. hard linking src/smartlife/apps/order/migrations/0016_orderextradata.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2233. hard linking src/smartlife/apps/order/migrations/0017_orderextradata_user_terms_and_conditions.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2234. hard linking src/smartlife/apps/order/migrations/0018_auto_20150630_1356.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2235. hard linking src/smartlife/apps/order/migrations/0019_auto_20150707_1455.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2236. hard linking src/smartlife/apps/order/migrations/0020_auto_20150709_1322.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2237. hard linking src/smartlife/apps/order/migrations/0021_populate_user_terms_order.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2238. hard linking src/smartlife/apps/order/migrations/0022_remove_orderextradata_user_terms_and_conditions.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2239. hard linking src/smartlife/apps/order/migrations/0023_clear_order_guest_email_for_known_users.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2240. hard linking src/smartlife/apps/order/migrations/0024_auto_20150921_1018.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2241. hard linking src/smartlife/apps/order/migrations/0025_auto_20151102_1422.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2242. hard linking src/smartlife/apps/order/migrations/0026_remove_duplicate_crm_order_numbers.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2243. hard linking src/smartlife/apps/order/migrations/0027_crm_order_number_unique.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2244. hard linking src/smartlife/apps/order/migrations/0028_auto_20151202_1628.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2245. hard linking src/smartlife/apps/order/migrations/0029_order_related_orders.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2246. hard linking src/smartlife/apps/order/migrations/0030_auto_20151223_1521.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2247. hard linking src/smartlife/apps/order/migrations/0031_auto_20160705_1149.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2248. hard linking src/smartlife/apps/order/migrations/0032_chg_field_installation_date.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2249. hard linking src/smartlife/apps/order/migrations/0033_auto_20161024_1641.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2250. hard linking src/smartlife/apps/order/migrations/0034_auto_20161027_1155.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2251. hard linking src/smartlife/apps/order/migrations/0035_auto_20161031_1032.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2252. hard linking src/smartlife/apps/order/migrations/0036_orderextradata_origin.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2253. hard linking src/smartlife/apps/order/migrations/0037_auto_20161115_0907.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2254. hard linking src/smartlife/apps/order/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/order/migrations
  2255. hard linking src/smartlife/apps/partner/__init__.py -> smartlife-4.0.6/src/smartlife/apps/partner
  2256. hard linking src/smartlife/apps/partner/admin.py -> smartlife-4.0.6/src/smartlife/apps/partner
  2257. hard linking src/smartlife/apps/partner/config.py -> smartlife-4.0.6/src/smartlife/apps/partner
  2258. hard linking src/smartlife/apps/partner/models.py -> smartlife-4.0.6/src/smartlife/apps/partner
  2259. hard linking src/smartlife/apps/partner/strategy.py -> smartlife-4.0.6/src/smartlife/apps/partner
  2260. hard linking src/smartlife/apps/partner/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/partner/migrations
  2261. hard linking src/smartlife/apps/partner/migrations/0002_auto_20141007_2032.py -> smartlife-4.0.6/src/smartlife/apps/partner/migrations
  2262. hard linking src/smartlife/apps/partner/migrations/0003_stockrecord_is_monthly_recurring.py -> smartlife-4.0.6/src/smartlife/apps/partner/migrations
  2263. hard linking src/smartlife/apps/partner/migrations/0004_auto_20150415_2227.py -> smartlife-4.0.6/src/smartlife/apps/partner/migrations
  2264. hard linking src/smartlife/apps/partner/migrations/0005_auto_20150415_2309.py -> smartlife-4.0.6/src/smartlife/apps/partner/migrations
  2265. hard linking src/smartlife/apps/partner/migrations/0006_auto_20150922_1718.py -> smartlife-4.0.6/src/smartlife/apps/partner/migrations
  2266. hard linking src/smartlife/apps/partner/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/partner/migrations
  2267. hard linking src/smartlife/apps/partner_portal/__init__.py -> smartlife-4.0.6/src/smartlife/apps/partner_portal
  2268. hard linking src/smartlife/apps/partner_portal/admin.py -> smartlife-4.0.6/src/smartlife/apps/partner_portal
  2269. hard linking src/smartlife/apps/partner_portal/app.py -> smartlife-4.0.6/src/smartlife/apps/partner_portal
  2270. hard linking src/smartlife/apps/partner_portal/auth.py -> smartlife-4.0.6/src/smartlife/apps/partner_portal
  2271. hard linking src/smartlife/apps/partner_portal/config.py -> smartlife-4.0.6/src/smartlife/apps/partner_portal
  2272. hard linking src/smartlife/apps/partner_portal/forms.py -> smartlife-4.0.6/src/smartlife/apps/partner_portal
  2273. hard linking src/smartlife/apps/partner_portal/mixins.py -> smartlife-4.0.6/src/smartlife/apps/partner_portal
  2274. hard linking src/smartlife/apps/partner_portal/models.py -> smartlife-4.0.6/src/smartlife/apps/partner_portal
  2275. hard linking src/smartlife/apps/partner_portal/views.py -> smartlife-4.0.6/src/smartlife/apps/partner_portal
  2276. hard linking src/smartlife/apps/partner_portal/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/partner_portal/migrations
  2277. hard linking src/smartlife/apps/partner_portal/migrations/0002_partnerstatement.py -> smartlife-4.0.6/src/smartlife/apps/partner_portal/migrations
  2278. hard linking src/smartlife/apps/partner_portal/migrations/0003_partnerstatement_mandate_bank_transfer.py -> smartlife-4.0.6/src/smartlife/apps/partner_portal/migrations
  2279. hard linking src/smartlife/apps/partner_portal/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/partner_portal/migrations
  2280. hard linking src/smartlife/apps/prospect/__init__.py -> smartlife-4.0.6/src/smartlife/apps/prospect
  2281. hard linking src/smartlife/apps/prospect/config.py -> smartlife-4.0.6/src/smartlife/apps/prospect
  2282. hard linking src/smartlife/apps/prospect/mailer.py -> smartlife-4.0.6/src/smartlife/apps/prospect
  2283. hard linking src/smartlife/apps/prospect/models.py -> smartlife-4.0.6/src/smartlife/apps/prospect
  2284. hard linking src/smartlife/apps/prospect/views.py -> smartlife-4.0.6/src/smartlife/apps/prospect
  2285. hard linking src/smartlife/apps/prospect/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/prospect/migrations
  2286. hard linking src/smartlife/apps/prospect/migrations/0002_prospect_keuzehulp_comfort_result.py -> smartlife-4.0.6/src/smartlife/apps/prospect/migrations
  2287. hard linking src/smartlife/apps/prospect/migrations/0003_remove_prospect_keuzehulp_comfort_result.py -> smartlife-4.0.6/src/smartlife/apps/prospect/migrations
  2288. hard linking src/smartlife/apps/prospect/migrations/0004_prospect_eligible_for_comfort.py -> smartlife-4.0.6/src/smartlife/apps/prospect/migrations
  2289. hard linking src/smartlife/apps/prospect/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/prospect/migrations
  2290. hard linking src/smartlife/apps/registration/__init__.py -> smartlife-4.0.6/src/smartlife/apps/registration
  2291. hard linking src/smartlife/apps/registration/urls.py -> smartlife-4.0.6/src/smartlife/apps/registration
  2292. hard linking src/smartlife/apps/registration/views.py -> smartlife-4.0.6/src/smartlife/apps/registration
  2293. hard linking src/smartlife/apps/terms/__init__.py -> smartlife-4.0.6/src/smartlife/apps/terms
  2294. hard linking src/smartlife/apps/terms/admin.py -> smartlife-4.0.6/src/smartlife/apps/terms
  2295. hard linking src/smartlife/apps/terms/config.py -> smartlife-4.0.6/src/smartlife/apps/terms
  2296. hard linking src/smartlife/apps/terms/exceptions.py -> smartlife-4.0.6/src/smartlife/apps/terms
  2297. hard linking src/smartlife/apps/terms/models.py -> smartlife-4.0.6/src/smartlife/apps/terms
  2298. hard linking src/smartlife/apps/terms/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2299. hard linking src/smartlife/apps/terms/migrations/0002_auto_20150402_1912.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2300. hard linking src/smartlife/apps/terms/migrations/0003_auto_20150403_1447.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2301. hard linking src/smartlife/apps/terms/migrations/0004_auto_20150408_2321.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2302. hard linking src/smartlife/apps/terms/migrations/0005_auto_20150410_1532.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2303. hard linking src/smartlife/apps/terms/migrations/0006_auto_20150412_1626.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2304. hard linking src/smartlife/apps/terms/migrations/0007_auto_20150519_1113.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2305. hard linking src/smartlife/apps/terms/migrations/0008_usertermsandconditions_email.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2306. hard linking src/smartlife/apps/terms/migrations/0009_auto_20150605_1158.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2307. hard linking src/smartlife/apps/terms/migrations/0010_auto_20150605_1217.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2308. hard linking src/smartlife/apps/terms/migrations/0011_remove_usertermsandconditions_user.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2309. hard linking src/smartlife/apps/terms/migrations/0012_auto_20150610_1310.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2310. hard linking src/smartlife/apps/terms/migrations/0013_usertermsandconditions_order.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2311. hard linking src/smartlife/apps/terms/migrations/0014_auto_20150722_1518.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2312. hard linking src/smartlife/apps/terms/migrations/0015_auto_20150826_1112.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2313. hard linking src/smartlife/apps/terms/migrations/0016_useragreement_mandate_bank_transfer.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2314. hard linking src/smartlife/apps/terms/migrations/0017_auto_20150827_1640.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2315. hard linking src/smartlife/apps/terms/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/terms/migrations
  2316. hard linking src/smartlife/apps/voucher/__init__.py -> smartlife-4.0.6/src/smartlife/apps/voucher
  2317. hard linking src/smartlife/apps/voucher/admin.py -> smartlife-4.0.6/src/smartlife/apps/voucher
  2318. hard linking src/smartlife/apps/voucher/config.py -> smartlife-4.0.6/src/smartlife/apps/voucher
  2319. hard linking src/smartlife/apps/voucher/exceptions.py -> smartlife-4.0.6/src/smartlife/apps/voucher
  2320. hard linking src/smartlife/apps/voucher/models.py -> smartlife-4.0.6/src/smartlife/apps/voucher
  2321. hard linking src/smartlife/apps/voucher/reports.py -> smartlife-4.0.6/src/smartlife/apps/voucher
  2322. hard linking src/smartlife/apps/voucher/migrations/0001_initial.py -> smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  2323. hard linking src/smartlife/apps/voucher/migrations/0002_update_anonymouser_voucher_applications.py -> smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  2324. hard linking src/smartlife/apps/voucher/migrations/0003_voucher_duration.py -> smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  2325. hard linking src/smartlife/apps/voucher/migrations/0004_update_bb_voucher.py -> smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  2326. hard linking src/smartlife/apps/voucher/migrations/0005_auto_20151202_1628.py -> smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  2327. hard linking src/smartlife/apps/voucher/migrations/0006_auto_20160324_1004.py -> smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  2328. hard linking src/smartlife/apps/voucher/migrations/0007_auto_20160329_1504.py -> smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  2329. hard linking src/smartlife/apps/voucher/migrations/0008_try_and_buy.py -> smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  2330. hard linking src/smartlife/apps/voucher/migrations/0009_voucher_limit_orders.py -> smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  2331. hard linking src/smartlife/apps/voucher/migrations/0010_try_and_buy.py -> smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  2332. hard linking src/smartlife/apps/voucher/migrations/0011_auto_20160421_1252.py -> smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  2333. hard linking src/smartlife/apps/voucher/migrations/0012_auto_20160421_1459.py -> smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  2334. hard linking src/smartlife/apps/voucher/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/apps/voucher/migrations
  2335. hard linking src/smartlife/fixtures/development_data.json -> smartlife-4.0.6/src/smartlife/fixtures
  2336. hard linking src/smartlife/lib/__init__.py -> smartlife-4.0.6/src/smartlife/lib
  2337. hard linking src/smartlife/lib/actions.py -> smartlife-4.0.6/src/smartlife/lib
  2338. hard linking src/smartlife/lib/admin.py -> smartlife-4.0.6/src/smartlife/lib
  2339. hard linking src/smartlife/lib/dateutils.py -> smartlife-4.0.6/src/smartlife/lib
  2340. hard linking src/smartlife/lib/email.py -> smartlife-4.0.6/src/smartlife/lib
  2341. hard linking src/smartlife/lib/env.py -> smartlife-4.0.6/src/smartlife/lib
  2342. hard linking src/smartlife/lib/json.py -> smartlife-4.0.6/src/smartlife/lib
  2343. hard linking src/smartlife/lib/meta.py -> smartlife-4.0.6/src/smartlife/lib
  2344. hard linking src/smartlife/lib/model_mixins.py -> smartlife-4.0.6/src/smartlife/lib
  2345. hard linking src/smartlife/lib/ntp_time.py -> smartlife-4.0.6/src/smartlife/lib
  2346. hard linking src/smartlife/lib/payment.py -> smartlife-4.0.6/src/smartlife/lib
  2347. hard linking src/smartlife/lib/rest_framework.py -> smartlife-4.0.6/src/smartlife/lib
  2348. hard linking src/smartlife/lib/security.py -> smartlife-4.0.6/src/smartlife/lib
  2349. hard linking src/smartlife/lib/utag.py -> smartlife-4.0.6/src/smartlife/lib
  2350. hard linking src/smartlife/lib/discount/__init__.py -> smartlife-4.0.6/src/smartlife/lib/discount
  2351. hard linking src/smartlife/lib/discount/broadband/__init__.py -> smartlife-4.0.6/src/smartlife/lib/discount/broadband
  2352. hard linking src/smartlife/lib/discount/broadband/base.py -> smartlife-4.0.6/src/smartlife/lib/discount/broadband
  2353. hard linking src/smartlife/lib/discount/broadband/basket.py -> smartlife-4.0.6/src/smartlife/lib/discount/broadband
  2354. hard linking src/smartlife/lib/discount/broadband/exceptions.py -> smartlife-4.0.6/src/smartlife/lib/discount/broadband
  2355. hard linking src/smartlife/lib/discount/broadband/order.py -> smartlife-4.0.6/src/smartlife/lib/discount/broadband
  2356. hard linking src/smartlife/lib/discount/duration/__init__.py -> smartlife-4.0.6/src/smartlife/lib/discount/duration
  2357. hard linking src/smartlife/lib/discount/duration/duration.py -> smartlife-4.0.6/src/smartlife/lib/discount/duration
  2358. hard linking src/smartlife/lib/discount/duration/exceptions.py -> smartlife-4.0.6/src/smartlife/lib/discount/duration
  2359. hard linking src/smartlife/lib/discount/duration/messages.py -> smartlife-4.0.6/src/smartlife/lib/discount/duration
  2360. hard linking src/smartlife/lib/views/__init__.py -> smartlife-4.0.6/src/smartlife/lib/views
  2361. hard linking src/smartlife/lib/views/decorators.py -> smartlife-4.0.6/src/smartlife/lib/views
  2362. hard linking src/smartlife/locale/nl/LC_MESSAGES/django.mo -> smartlife-4.0.6/src/smartlife/locale/nl/LC_MESSAGES
  2363. hard linking src/smartlife/locale/nl/LC_MESSAGES/django.po -> smartlife-4.0.6/src/smartlife/locale/nl/LC_MESSAGES
  2364. hard linking src/smartlife/management/__init__.py -> smartlife-4.0.6/src/smartlife/management
  2365. hard linking src/smartlife/management/commands/__init__.py -> smartlife-4.0.6/src/smartlife/management/commands
  2366. hard linking src/smartlife/management/commands/activate_billing_addresses.py -> smartlife-4.0.6/src/smartlife/management/commands
  2367. hard linking src/smartlife/management/commands/activate_software.py -> smartlife-4.0.6/src/smartlife/management/commands
  2368. hard linking src/smartlife/management/commands/deactivate_software.py -> smartlife-4.0.6/src/smartlife/management/commands
  2369. hard linking src/smartlife/management/commands/export_customer_receive_offers_optin.py -> smartlife-4.0.6/src/smartlife/management/commands
  2370. hard linking src/smartlife/management/commands/flushcache.py -> smartlife-4.0.6/src/smartlife/management/commands
  2371. hard linking src/smartlife/management/commands/mail_received_tasks.py -> smartlife-4.0.6/src/smartlife/management/commands
  2372. hard linking src/smartlife/management/commands/sync_crm.py -> smartlife-4.0.6/src/smartlife/management/commands
  2373. hard linking src/smartlife/migrations/0001_cleanup_searchdata.py -> smartlife-4.0.6/src/smartlife/migrations
  2374. hard linking src/smartlife/migrations/__init__.py -> smartlife-4.0.6/src/smartlife/migrations
  2375. hard linking src/smartlife/settings/__init__.py -> smartlife-4.0.6/src/smartlife/settings
  2376. hard linking src/smartlife/settings/defaults.py -> smartlife-4.0.6/src/smartlife/settings
  2377. hard linking src/smartlife/settings/local_example.py -> smartlife-4.0.6/src/smartlife/settings
  2378. hard linking src/smartlife/settings/envs/__init__.py -> smartlife-4.0.6/src/smartlife/settings/envs
  2379. hard linking src/smartlife/settings/envs/acceptance.py -> smartlife-4.0.6/src/smartlife/settings/envs
  2380. hard linking src/smartlife/settings/envs/base.py -> smartlife-4.0.6/src/smartlife/settings/envs
  2381. hard linking src/smartlife/settings/envs/build.py -> smartlife-4.0.6/src/smartlife/settings/envs
  2382. hard linking src/smartlife/settings/envs/development.py -> smartlife-4.0.6/src/smartlife/settings/envs
  2383. hard linking src/smartlife/settings/envs/production.py -> smartlife-4.0.6/src/smartlife/settings/envs
  2384. hard linking src/smartlife/settings/envs/staging.py -> smartlife-4.0.6/src/smartlife/settings/envs
  2385. hard linking src/smartlife/settings/envs/testing.py -> smartlife-4.0.6/src/smartlife/settings/envs
  2386. hard linking src/smartlife/settings/mixins/__init__.py -> smartlife-4.0.6/src/smartlife/settings/mixins
  2387. hard linking src/smartlife/settings/mixins/development.py -> smartlife-4.0.6/src/smartlife/settings/mixins
  2388. hard linking src/smartlife/settings/mixins/django_oscar.py -> smartlife-4.0.6/src/smartlife/settings/mixins
  2389. hard linking src/smartlife/settings/mixins/i18n.py -> smartlife-4.0.6/src/smartlife/settings/mixins
  2390. hard linking src/smartlife/settings/mixins/sentry.py -> smartlife-4.0.6/src/smartlife/settings/mixins
  2391. hard linking src/smartlife/settings/mixins/statics.py -> smartlife-4.0.6/src/smartlife/settings/mixins
  2392. hard linking src/smartlife/static/smartlife/css/main-mysmartlife.min.css -> smartlife-4.0.6/src/smartlife/static/smartlife/css
  2393. hard linking src/smartlife/static/smartlife/css/main-partnerportal.min.css -> smartlife-4.0.6/src/smartlife/static/smartlife/css
  2394. hard linking src/smartlife/static/smartlife/css/main-webshop.min.css -> smartlife-4.0.6/src/smartlife/static/smartlife/css
  2395. hard linking src/smartlife/static/smartlife/css/admin/hide-original.min.css -> smartlife-4.0.6/src/smartlife/static/smartlife/css/admin
  2396. hard linking src/smartlife/static/smartlife/css/wagtailadmin/wagtailadmin.min.css -> smartlife-4.0.6/src/smartlife/static/smartlife/css/wagtailadmin
  2397. hard linking src/smartlife/static/smartlife/data/KeuzewijzerAPI.json -> smartlife-4.0.6/src/smartlife/static/smartlife/data
  2398. hard linking src/smartlife/static/smartlife/data/megamenu.json -> smartlife-4.0.6/src/smartlife/static/smartlife/data
  2399. hard linking src/smartlife/static/smartlife/documents/KPN_SmartLife_160226_technische_gegevens_tom_anna_v001.pdf -> smartlife-4.0.6/src/smartlife/static/smartlife/documents
  2400. hard linking src/smartlife/static/smartlife/documents/KPN_SmartLife_Algemene_Voorwaarden.pdf -> smartlife-4.0.6/src/smartlife/static/smartlife/documents
  2401. hard linking src/smartlife/static/smartlife/documents/KPN_SmartLife_Comfort_Anna_app.pdf -> smartlife-4.0.6/src/smartlife/static/smartlife/documents
  2402. hard linking src/smartlife/static/smartlife/documents/KPN_SmartLife_Comfort_Anna_slimme_thermostaat.pdf -> smartlife-4.0.6/src/smartlife/static/smartlife/documents
  2403. hard linking src/smartlife/static/smartlife/documents/KPN_SmartLife_Comfort_Anna_smartlife_app.pdf -> smartlife-4.0.6/src/smartlife/static/smartlife/documents
  2404. hard linking src/smartlife/static/smartlife/documents/KPN_SmartLife_Factuuruitleg.pdf -> smartlife-4.0.6/src/smartlife/static/smartlife/documents
  2405. hard linking src/smartlife/static/smartlife/documents/KPN_SmartLife_Handleiding.pdf -> smartlife-4.0.6/src/smartlife/static/smartlife/documents
  2406. hard linking src/smartlife/static/smartlife/documents/KPN_SmartLife_Privacy_Statement.pdf -> smartlife-4.0.6/src/smartlife/static/smartlife/documents
  2407. hard linking src/smartlife/static/smartlife/documents/KPN_SmartLife_Technische_Specificaties.pdf -> smartlife-4.0.6/src/smartlife/static/smartlife/documents
  2408. hard linking src/smartlife/static/smartlife/documents/KPN_SmartLife_Veilig_Alarmopvolging.pdf -> smartlife-4.0.6/src/smartlife/static/smartlife/documents
  2409. hard linking src/smartlife/static/smartlife/documents/KPN_SmartLife_Veilig_Huisoppas.pdf -> smartlife-4.0.6/src/smartlife/static/smartlife/documents
  2410. hard linking src/smartlife/static/smartlife/documents/KPN_SmartLife_Veilig_programmas_beheren.pdf -> smartlife-4.0.6/src/smartlife/static/smartlife/documents
  2411. hard linking src/smartlife/static/smartlife/example-data/basket.json -> smartlife-4.0.6/src/smartlife/static/smartlife/example-data
  2412. hard linking src/smartlife/static/smartlife/example-data/catalogue.json -> smartlife-4.0.6/src/smartlife/static/smartlife/example-data
  2413. hard linking src/smartlife/static/smartlife/example-data/product-wizard.json -> smartlife-4.0.6/src/smartlife/static/smartlife/example-data
  2414. hard linking src/smartlife/static/smartlife/fonts/KPN-Accent-Bold-WF.eot -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2415. hard linking src/smartlife/static/smartlife/fonts/KPN-Accent-Bold-WF.ttf -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2416. hard linking src/smartlife/static/smartlife/fonts/KPN-Accent-Bold-WF.woff -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2417. hard linking src/smartlife/static/smartlife/fonts/KPN-Accent-Light-WF.eot -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2418. hard linking src/smartlife/static/smartlife/fonts/KPN-Accent-Light-WF.ttf -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2419. hard linking src/smartlife/static/smartlife/fonts/KPN-Accent-Light-WF.woff -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2420. hard linking src/smartlife/static/smartlife/fonts/KPN-Accent-Normal-WF.eot -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2421. hard linking src/smartlife/static/smartlife/fonts/KPN-Accent-Normal-WF.ttf -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2422. hard linking src/smartlife/static/smartlife/fonts/KPN-Accent-Normal-WF.woff -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2423. hard linking src/smartlife/static/smartlife/fonts/KPN-Accent-Pricing.eot -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2424. hard linking src/smartlife/static/smartlife/fonts/KPN-Accent-Pricing.ttf -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2425. hard linking src/smartlife/static/smartlife/fonts/KPN-Accent-Pricing.woff -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2426. hard linking src/smartlife/static/smartlife/fonts/KPN-Icons.eot -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2427. hard linking src/smartlife/static/smartlife/fonts/KPN-Icons.svg -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2428. hard linking src/smartlife/static/smartlife/fonts/KPN-Icons.ttf -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2429. hard linking src/smartlife/static/smartlife/fonts/KPN-Icons.woff -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2430. hard linking src/smartlife/static/smartlife/fonts/KPN-Sans-Bold-WF.eot -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2431. hard linking src/smartlife/static/smartlife/fonts/KPN-Sans-Bold-WF.ttf -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2432. hard linking src/smartlife/static/smartlife/fonts/KPN-Sans-Bold-WF.woff -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2433. hard linking src/smartlife/static/smartlife/fonts/KPN-Sans-Light-WF.eot -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2434. hard linking src/smartlife/static/smartlife/fonts/KPN-Sans-Light-WF.ttf -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2435. hard linking src/smartlife/static/smartlife/fonts/KPN-Sans-Light-WF.woff -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2436. hard linking src/smartlife/static/smartlife/fonts/KPN-Sans-Normal-WF.eot -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2437. hard linking src/smartlife/static/smartlife/fonts/KPN-Sans-Normal-WF.ttf -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2438. hard linking src/smartlife/static/smartlife/fonts/KPN-Sans-Normal-WF.woff -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2439. hard linking src/smartlife/static/smartlife/fonts/icomoon.eot -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2440. hard linking src/smartlife/static/smartlife/fonts/icomoon.svg -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2441. hard linking src/smartlife/static/smartlife/fonts/icomoon.ttf -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2442. hard linking src/smartlife/static/smartlife/fonts/icomoon.woff -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2443. hard linking src/smartlife/static/smartlife/fonts/selection.json -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts
  2444. hard linking src/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.eot -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts/bootstrap
  2445. hard linking src/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.svg -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts/bootstrap
  2446. hard linking src/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.ttf -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts/bootstrap
  2447. hard linking src/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.woff -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts/bootstrap
  2448. hard linking src/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.woff2 -> smartlife-4.0.6/src/smartlife/static/smartlife/fonts/bootstrap
  2449. hard linking src/smartlife/static/smartlife/images/activity-grey.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2450. hard linking src/smartlife/static/smartlife/images/activity@2x-grey.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2451. hard linking src/smartlife/static/smartlife/images/email_footer.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2452. hard linking src/smartlife/static/smartlife/images/email_login.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2453. hard linking src/smartlife/static/smartlife/images/email_logo.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2454. hard linking src/smartlife/static/smartlife/images/kpn-logo-footer.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2455. hard linking src/smartlife/static/smartlife/images/kpn-logo-footer@2x.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2456. hard linking src/smartlife/static/smartlife/images/kpn-logo.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2457. hard linking src/smartlife/static/smartlife/images/kpn_favicon.ico -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2458. hard linking src/smartlife/static/smartlife/images/logo-ideal.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2459. hard linking src/smartlife/static/smartlife/images/logo-ideal@2x.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2460. hard linking src/smartlife/static/smartlife/images/logo-kpn-groot.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2461. hard linking src/smartlife/static/smartlife/images/logo-smartveilig-desktop.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2462. hard linking src/smartlife/static/smartlife/images/logo-smartveilig-desktop@2x.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2463. hard linking src/smartlife/static/smartlife/images/logo-smartveilig-mobile.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2464. hard linking src/smartlife/static/smartlife/images/logo-smartveilig-mobile@2x.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2465. hard linking src/smartlife/static/smartlife/images/sitewide-footer-logo-kpn.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2466. hard linking src/smartlife/static/smartlife/images/sitewide-footer-logo-kpn@2x.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images
  2467. hard linking src/smartlife/static/smartlife/images/actie/iphone7.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/actie
  2468. hard linking src/smartlife/static/smartlife/images/actie/kpn-prijs-vaantjes-box.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/actie
  2469. hard linking src/smartlife/static/smartlife/images/actie/kpn-prijs-vaantjes-veiligpakket.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/actie
  2470. hard linking src/smartlife/static/smartlife/images/actie/kpn-prijs-vaantjes-veiligpakket2.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/actie
  2471. hard linking src/smartlife/static/smartlife/images/actie/slimhuis.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/actie
  2472. hard linking src/smartlife/static/smartlife/images/actie/slimleven.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/actie
  2473. hard linking src/smartlife/static/smartlife/images/actie/xperia.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/actie
  2474. hard linking src/smartlife/static/smartlife/images/actie/philips-hue/background.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/actie/philips-hue
  2475. hard linking src/smartlife/static/smartlife/images/actie/philips-hue/philips-hue-starterspakket.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/actie/philips-hue
  2476. hard linking src/smartlife/static/smartlife/images/backgrounds/about_operatingdistance.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2477. hard linking src/smartlife/static/smartlife/images/backgrounds/about_reliablesolution.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2478. hard linking src/smartlife/static/smartlife/images/backgrounds/actie_1280.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2479. hard linking src/smartlife/static/smartlife/images/backgrounds/actie_320.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2480. hard linking src/smartlife/static/smartlife/images/backgrounds/alarmopvolging_1280.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2481. hard linking src/smartlife/static/smartlife/images/backgrounds/alarmopvolging_320.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2482. hard linking src/smartlife/static/smartlife/images/backgrounds/app_smartlifeveilig.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2483. hard linking src/smartlife/static/smartlife/images/backgrounds/app_whatissmartlife.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2484. hard linking src/smartlife/static/smartlife/images/backgrounds/blank.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2485. hard linking src/smartlife/static/smartlife/images/backgrounds/checkout_thankyou.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2486. hard linking src/smartlife/static/smartlife/images/backgrounds/dame-in-bed.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2487. hard linking src/smartlife/static/smartlife/images/backgrounds/dame-in-bed_320.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2488. hard linking src/smartlife/static/smartlife/images/backgrounds/error.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2489. hard linking src/smartlife/static/smartlife/images/backgrounds/home_carousel.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2490. hard linking src/smartlife/static/smartlife/images/backgrounds/home_comfort.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2491. hard linking src/smartlife/static/smartlife/images/backgrounds/keuzewijzer_1280.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2492. hard linking src/smartlife/static/smartlife/images/backgrounds/keuzewijzer_320.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2493. hard linking src/smartlife/static/smartlife/images/backgrounds/keuzewijzer_320_v2.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2494. hard linking src/smartlife/static/smartlife/images/backgrounds/kpn-smartlife-app-small.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2495. hard linking src/smartlife/static/smartlife/images/backgrounds/kpn-smartlife-app.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2496. hard linking src/smartlife/static/smartlife/images/backgrounds/overview_packages_1280.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2497. hard linking src/smartlife/static/smartlife/images/backgrounds/overview_packages_320.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2498. hard linking src/smartlife/static/smartlife/images/backgrounds/overview_services_1280.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2499. hard linking src/smartlife/static/smartlife/images/backgrounds/overview_services_320.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2500. hard linking src/smartlife/static/smartlife/images/backgrounds/vader-en-kind.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/backgrounds
  2501. hard linking src/smartlife/static/smartlife/images/branding/kpn-smartlife.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/branding
  2502. hard linking src/smartlife/static/smartlife/images/browser-unsupported/desktop.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/browser-unsupported
  2503. hard linking src/smartlife/static/smartlife/images/browser-unsupported/mobile.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/browser-unsupported
  2504. hard linking src/smartlife/static/smartlife/images/campaign/kpn-smartlife-box.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign
  2505. hard linking src/smartlife/static/smartlife/images/campaign/veilig-pakket-2.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign
  2506. hard linking src/smartlife/static/smartlife/images/campaign/eindhoven/background-intro.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven
  2507. hard linking src/smartlife/static/smartlife/images/campaign/eindhoven/background-packages.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven
  2508. hard linking src/smartlife/static/smartlife/images/campaign/eindhoven/google-maps.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven
  2509. hard linking src/smartlife/static/smartlife/images/campaign/eindhoven/opties-in-huis.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven
  2510. hard linking src/smartlife/static/smartlife/images/campaign/eindhoven/pakket.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven
  2511. hard linking src/smartlife/static/smartlife/images/campaign/eindhoven/pakket1_price.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven
  2512. hard linking src/smartlife/static/smartlife/images/campaign/eindhoven/pakket2_price.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven
  2513. hard linking src/smartlife/static/smartlife/images/campaign/eindhoven/producten/bewegings-sensor.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven/producten
  2514. hard linking src/smartlife/static/smartlife/images/campaign/eindhoven/producten/buitencamera.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven/producten
  2515. hard linking src/smartlife/static/smartlife/images/campaign/eindhoven/producten/deur-raam-sensor.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven/producten
  2516. hard linking src/smartlife/static/smartlife/images/campaign/eindhoven/producten/rookmelder.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven/producten
  2517. hard linking src/smartlife/static/smartlife/images/campaign/eindhoven/producten/slimme-stekker.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/eindhoven/producten
  2518. hard linking src/smartlife/static/smartlife/images/campaign/overview/introduction.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/overview
  2519. hard linking src/smartlife/static/smartlife/images/campaign/overview/kpn-header-acties.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/overview
  2520. hard linking src/smartlife/static/smartlife/images/campaign/overview/philips-hue.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/overview
  2521. hard linking src/smartlife/static/smartlife/images/campaign/pakketvoordeel/prijs-pakket-2.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/pakketvoordeel
  2522. hard linking src/smartlife/static/smartlife/images/campaign/slimhuis/prijs-pakket-1.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/slimhuis
  2523. hard linking src/smartlife/static/smartlife/images/campaign/slimhuis/prijs-pakket-2.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/slimhuis
  2524. hard linking src/smartlife/static/smartlife/images/campaign/slimhuis/prijs-pakket-3.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/campaign/slimhuis
  2525. hard linking src/smartlife/static/smartlife/images/content/about_alwaysontop.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2526. hard linking src/smartlife/static/smartlife/images/content/about_bestsolution.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2527. hard linking src/smartlife/static/smartlife/images/content/alarmopvolging.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2528. hard linking src/smartlife/static/smartlife/images/content/anna-infographic.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2529. hard linking src/smartlife/static/smartlife/images/content/campagne_korting.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2530. hard linking src/smartlife/static/smartlife/images/content/gezin-thuis.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2531. hard linking src/smartlife/static/smartlife/images/content/handknop.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2532. hard linking src/smartlife/static/smartlife/images/content/home_kpnsmartlife.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2533. hard linking src/smartlife/static/smartlife/images/content/keuzehulp_tip1.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2534. hard linking src/smartlife/static/smartlife/images/content/keuzehulp_tip2.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2535. hard linking src/smartlife/static/smartlife/images/content/keuzehulp_tip3.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2536. hard linking src/smartlife/static/smartlife/images/content/kpnsmartlife-infographic.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2537. hard linking src/smartlife/static/smartlife/images/content/service_philips.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2538. hard linking src/smartlife/static/smartlife/images/content/service_photo1.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2539. hard linking src/smartlife/static/smartlife/images/content/service_photo2.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2540. hard linking src/smartlife/static/smartlife/images/content/service_trigion_2.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2541. hard linking src/smartlife/static/smartlife/images/content/smartlife-abbonnementen-apparatuur.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2542. hard linking src/smartlife/static/smartlife/images/content/smartwatch.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2543. hard linking src/smartlife/static/smartlife/images/content/thankyou.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2544. hard linking src/smartlife/static/smartlife/images/content/thermostatisch.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2545. hard linking src/smartlife/static/smartlife/images/content/video.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content
  2546. hard linking src/smartlife/static/smartlife/images/content/video/programmas.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content/video
  2547. hard linking src/smartlife/static/smartlife/images/content/video/smartlife-app.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/content/video
  2548. hard linking src/smartlife/static/smartlife/images/hero/kpn-carousel-introductiekorting.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/hero
  2549. hard linking src/smartlife/static/smartlife/images/hero/kpn-smartlife-home-faq.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/hero
  2550. hard linking src/smartlife/static/smartlife/images/hero/kpn-sonos.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/hero
  2551. hard linking src/smartlife/static/smartlife/images/labels/philips-hue.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/labels
  2552. hard linking src/smartlife/static/smartlife/images/labels/trigion.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/labels
  2553. hard linking src/smartlife/static/smartlife/images/landing/sonos/alarm-aan-muziek-uit.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/landing/sonos
  2554. hard linking src/smartlife/static/smartlife/images/landing/sonos/waarom-sonos-via-kpn-smartlife.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/landing/sonos
  2555. hard linking src/smartlife/static/smartlife/images/landing/sonos/wat-kun-je-met-sonos-via-kpn-smartlife.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/landing/sonos
  2556. hard linking src/smartlife/static/smartlife/images/miniheaders/abonnementen_mobile.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2557. hard linking src/smartlife/static/smartlife/images/miniheaders/abonnementen_mobile@2x.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2558. hard linking src/smartlife/static/smartlife/images/miniheaders/abonnementen_tablet.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2559. hard linking src/smartlife/static/smartlife/images/miniheaders/abonnementen_tablet@2x.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2560. hard linking src/smartlife/static/smartlife/images/miniheaders/about_mobile.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2561. hard linking src/smartlife/static/smartlife/images/miniheaders/about_mobile@2x.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2562. hard linking src/smartlife/static/smartlife/images/miniheaders/about_tablet.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2563. hard linking src/smartlife/static/smartlife/images/miniheaders/about_tablet@2x.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2564. hard linking src/smartlife/static/smartlife/images/miniheaders/campaign_mobile.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2565. hard linking src/smartlife/static/smartlife/images/miniheaders/campaign_tablet.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2566. hard linking src/smartlife/static/smartlife/images/miniheaders/help_mobile.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2567. hard linking src/smartlife/static/smartlife/images/miniheaders/help_mobile@2x.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2568. hard linking src/smartlife/static/smartlife/images/miniheaders/help_tablet.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2569. hard linking src/smartlife/static/smartlife/images/miniheaders/help_tablet@2x.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2570. hard linking src/smartlife/static/smartlife/images/miniheaders/home_mobile.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2571. hard linking src/smartlife/static/smartlife/images/miniheaders/home_tablet.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2572. hard linking src/smartlife/static/smartlife/images/miniheaders/partnerportal_mobile.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2573. hard linking src/smartlife/static/smartlife/images/miniheaders/partnerportal_mobile@2x.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2574. hard linking src/smartlife/static/smartlife/images/miniheaders/partnerportal_tablet.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2575. hard linking src/smartlife/static/smartlife/images/miniheaders/partnerportal_tablet@2x.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/miniheaders
  2576. hard linking src/smartlife/static/smartlife/images/mysmartlife/forum.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/mysmartlife
  2577. hard linking src/smartlife/static/smartlife/images/mysmartlife/forum@2x.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/mysmartlife
  2578. hard linking src/smartlife/static/smartlife/images/mysmartlife/bg/bg_header.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/mysmartlife/bg
  2579. hard linking src/smartlife/static/smartlife/images/mysmartlife/bg/bg_header_@2x.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/mysmartlife/bg
  2580. hard linking src/smartlife/static/smartlife/images/mysmartlife/bg/mijnsmartlife-visual.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/mysmartlife/bg
  2581. hard linking src/smartlife/static/smartlife/images/mysmartlife/loader/kpn_loader.gif -> smartlife-4.0.6/src/smartlife/static/smartlife/images/mysmartlife/loader
  2582. hard linking src/smartlife/static/smartlife/images/mysmartlife/logo/KPN_Logo.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/mysmartlife/logo
  2583. hard linking src/smartlife/static/smartlife/images/mysmartlife/logo/KPN_Logo@2x.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/mysmartlife/logo
  2584. hard linking src/smartlife/static/smartlife/images/mysmartlife/logo/KPN_Logo_small.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/mysmartlife/logo
  2585. hard linking src/smartlife/static/smartlife/images/products/abonnement-basis-huur_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2586. hard linking src/smartlife/static/smartlife/images/products/afstandsbediening-huur_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2587. hard linking src/smartlife/static/smartlife/images/products/afstandsbediening_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2588. hard linking src/smartlife/static/smartlife/images/products/afstandsbediening_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2589. hard linking src/smartlife/static/smartlife/images/products/anna-huur_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2590. hard linking src/smartlife/static/smartlife/images/products/anna_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2591. hard linking src/smartlife/static/smartlife/images/products/anna_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2592. hard linking src/smartlife/static/smartlife/images/products/bewegingssensor-huur_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2593. hard linking src/smartlife/static/smartlife/images/products/bewegingssensor_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2594. hard linking src/smartlife/static/smartlife/images/products/bewegingssensor_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2595. hard linking src/smartlife/static/smartlife/images/products/comfort-instap_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2596. hard linking src/smartlife/static/smartlife/images/products/comfort-pakket-1_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2597. hard linking src/smartlife/static/smartlife/images/products/comfort-pakket-2_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2598. hard linking src/smartlife/static/smartlife/images/products/comfort-pakket-3_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2599. hard linking src/smartlife/static/smartlife/images/products/comfort_instap_thumbnail.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2600. hard linking src/smartlife/static/smartlife/images/products/d-link-camera-extra_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2601. hard linking src/smartlife/static/smartlife/images/products/d-link-camera-extra_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2602. hard linking src/smartlife/static/smartlife/images/products/d-link-camera_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2603. hard linking src/smartlife/static/smartlife/images/products/d-link-camera_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2604. hard linking src/smartlife/static/smartlife/images/products/deur-raamsensor-huur_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2605. hard linking src/smartlife/static/smartlife/images/products/deur-raamsensor_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2606. hard linking src/smartlife/static/smartlife/images/products/deur-raamsensor_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2607. hard linking src/smartlife/static/smartlife/images/products/deur-raamsensor_thumbnail.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2608. hard linking src/smartlife/static/smartlife/images/products/deur-raamstickers_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2609. hard linking src/smartlife/static/smartlife/images/products/deur-raamstickers_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2610. hard linking src/smartlife/static/smartlife/images/products/deur-raamstickers_thumbnail.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2611. hard linking src/smartlife/static/smartlife/images/products/installatie-door-een-kpn-expert_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2612. hard linking src/smartlife/static/smartlife/images/products/installatieservice-anna_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2613. hard linking src/smartlife/static/smartlife/images/products/installatieservice-comfort_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2614. hard linking src/smartlife/static/smartlife/images/products/installatieservice-tom_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2615. hard linking src/smartlife/static/smartlife/images/products/installatieservice-veilig_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2616. hard linking src/smartlife/static/smartlife/images/products/instap_thumbnail.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2617. hard linking src/smartlife/static/smartlife/images/products/kpn-expert-large_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2618. hard linking src/smartlife/static/smartlife/images/products/kpn-expert-medium_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2619. hard linking src/smartlife/static/smartlife/images/products/kpn-expert-small_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2620. hard linking src/smartlife/static/smartlife/images/products/opzegging-veilig-abonnement_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2621. hard linking src/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-e27-extra_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2622. hard linking src/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-e27_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2623. hard linking src/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-e27_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2624. hard linking src/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-gu10-extra_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2625. hard linking src/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-gu10_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2626. hard linking src/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-gu10_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2627. hard linking src/smartlife/static/smartlife/images/products/philips-hue-starterspakket-e27-extra_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2628. hard linking src/smartlife/static/smartlife/images/products/philips-hue-starterspakket-e27-met-hue-bridge-10_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2629. hard linking src/smartlife/static/smartlife/images/products/philips-hue-starterspakket-e27_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2630. hard linking src/smartlife/static/smartlife/images/products/philips-hue-starterspakket-e27_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2631. hard linking src/smartlife/static/smartlife/images/products/philips-hue-starterspakket-gu10-extra_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2632. hard linking src/smartlife/static/smartlife/images/products/philips-hue-starterspakket-gu10-met-hue-bridge-10_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2633. hard linking src/smartlife/static/smartlife/images/products/philips-hue-starterspakket-gu10_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2634. hard linking src/smartlife/static/smartlife/images/products/philips-hue-starterspakket-gu10_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2635. hard linking src/smartlife/static/smartlife/images/products/rookmelder-met-alarmsirene-huur_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2636. hard linking src/smartlife/static/smartlife/images/products/rookmelder-met-alarmsirene_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2637. hard linking src/smartlife/static/smartlife/images/products/rookmelder-met-alarmsirene_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2638. hard linking src/smartlife/static/smartlife/images/products/slimme-stekker-huur_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2639. hard linking src/smartlife/static/smartlife/images/products/slimme-stekker_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2640. hard linking src/smartlife/static/smartlife/images/products/slimme-stekker_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2641. hard linking src/smartlife/static/smartlife/images/products/smartlife-basis_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2642. hard linking src/smartlife/static/smartlife/images/products/smartlife-box_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2643. hard linking src/smartlife/static/smartlife/images/products/smartlife-box_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2644. hard linking src/smartlife/static/smartlife/images/products/smartlife-comfort_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2645. hard linking src/smartlife/static/smartlife/images/products/smartlife-onbezorgd-aktief-zwart_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2646. hard linking src/smartlife/static/smartlife/images/products/smartlife-veilig_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2647. hard linking src/smartlife/static/smartlife/images/products/smartlife-vitaal-actief_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2648. hard linking src/smartlife/static/smartlife/images/products/smartlife-vitaal-thuis_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2649. hard linking src/smartlife/static/smartlife/images/products/smartlife-vitaal_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2650. hard linking src/smartlife/static/smartlife/images/products/smartlife_basis_thumbnail.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2651. hard linking src/smartlife/static/smartlife/images/products/standaard_thumbnail.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2652. hard linking src/smartlife/static/smartlife/images/products/stel-zelf-samen-pakket_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2653. hard linking src/smartlife/static/smartlife/images/products/tom_icon.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2654. hard linking src/smartlife/static/smartlife/images/products/tom_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2655. hard linking src/smartlife/static/smartlife/images/products/veilig-instap_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2656. hard linking src/smartlife/static/smartlife/images/products/veilig-pakket-1_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2657. hard linking src/smartlife/static/smartlife/images/products/veilig-pakket-2_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2658. hard linking src/smartlife/static/smartlife/images/products/veilig-pakket-3_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2659. hard linking src/smartlife/static/smartlife/images/products/veilig-pakket-zoetermeer_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2660. hard linking src/smartlife/static/smartlife/images/products/veilig-standaard_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2661. hard linking src/smartlife/static/smartlife/images/products/vitaal-actief-sensor_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2662. hard linking src/smartlife/static/smartlife/images/products/vitaal-thuis-appartement_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2663. hard linking src/smartlife/static/smartlife/images/products/vitaal-thuis-sensor_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2664. hard linking src/smartlife/static/smartlife/images/products/vitaal-thuis-woonhuis_packshot.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products
  2665. hard linking src/smartlife/static/smartlife/images/products/large/afstandsbediening-huur.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2666. hard linking src/smartlife/static/smartlife/images/products/large/afstandsbediening.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2667. hard linking src/smartlife/static/smartlife/images/products/large/anna-huur.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2668. hard linking src/smartlife/static/smartlife/images/products/large/anna.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2669. hard linking src/smartlife/static/smartlife/images/products/large/bewegingssensor-huur.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2670. hard linking src/smartlife/static/smartlife/images/products/large/bewegingssensor.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2671. hard linking src/smartlife/static/smartlife/images/products/large/comfort-instap.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2672. hard linking src/smartlife/static/smartlife/images/products/large/d-link-camera-extra.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2673. hard linking src/smartlife/static/smartlife/images/products/large/d-link-camera.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2674. hard linking src/smartlife/static/smartlife/images/products/large/d-link-camera_transparent.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2675. hard linking src/smartlife/static/smartlife/images/products/large/deur-raamsensor-huur.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2676. hard linking src/smartlife/static/smartlife/images/products/large/deur-raamsensor.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2677. hard linking src/smartlife/static/smartlife/images/products/large/deur-raamsticker.jpg -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2678. hard linking src/smartlife/static/smartlife/images/products/large/philips-hue-losse-lamp-e27-extra.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2679. hard linking src/smartlife/static/smartlife/images/products/large/philips-hue-losse-lamp-e27.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2680. hard linking src/smartlife/static/smartlife/images/products/large/philips-hue-losse-lamp-gu10-extra.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2681. hard linking src/smartlife/static/smartlife/images/products/large/philips-hue-losse-lamp-gu10.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2682. hard linking src/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-e27-extra.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2683. hard linking src/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-e27-met-hue-bridge-10.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2684. hard linking src/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-e27.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2685. hard linking src/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-gu10-extra.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2686. hard linking src/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-gu10-met-hue-bridge-10.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2687. hard linking src/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-gu10.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2688. hard linking src/smartlife/static/smartlife/images/products/large/rookmelder-met-alarmsirene-huur.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2689. hard linking src/smartlife/static/smartlife/images/products/large/rookmelder-met-alarmsirene.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2690. hard linking src/smartlife/static/smartlife/images/products/large/slimme-stekker-huur.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2691. hard linking src/smartlife/static/smartlife/images/products/large/slimme-stekker.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2692. hard linking src/smartlife/static/smartlife/images/products/large/smartlife-basis.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2693. hard linking src/smartlife/static/smartlife/images/products/large/smartlife-box.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2694. hard linking src/smartlife/static/smartlife/images/products/large/tom.png -> smartlife-4.0.6/src/smartlife/static/smartlife/images/products/large
  2695. hard linking src/smartlife/static/smartlife/js/features.min.js -> smartlife-4.0.6/src/smartlife/static/smartlife/js
  2696. hard linking src/smartlife/static/smartlife/js/mysmartlife.min.js -> smartlife-4.0.6/src/smartlife/static/smartlife/js
  2697. hard linking src/smartlife/static/smartlife/js/partnerportal.min.js -> smartlife-4.0.6/src/smartlife/static/smartlife/js
  2698. hard linking src/smartlife/static/smartlife/js/site.min.js -> smartlife-4.0.6/src/smartlife/static/smartlife/js
  2699. hard linking src/smartlife/static/smartlife/js/oscar/dashboard.min.js -> smartlife-4.0.6/src/smartlife/static/smartlife/js/oscar
  2700. hard linking src/smartlife/templates/403.html -> smartlife-4.0.6/src/smartlife/templates
  2701. hard linking src/smartlife/templates/404.html -> smartlife-4.0.6/src/smartlife/templates
  2702. hard linking src/smartlife/templates/500.html -> smartlife-4.0.6/src/smartlife/templates
  2703. hard linking src/smartlife/templates/robots.txt -> smartlife-4.0.6/src/smartlife/templates
  2704. hard linking src/smartlife/templates/accounts/mail/alert_filestore_mail_body.txt -> smartlife-4.0.6/src/smartlife/templates/accounts/mail
  2705. hard linking src/smartlife/templates/admin/accounts/filestorecredentialsset/change_list.html -> smartlife-4.0.6/src/smartlife/templates/admin/accounts/filestorecredentialsset
  2706. hard linking src/smartlife/templates/admin/accounts/filestorecredentialsset/upload_form.html -> smartlife-4.0.6/src/smartlife/templates/admin/accounts/filestorecredentialsset
  2707. hard linking src/smartlife/templates/admin/catalogue/wizardresult/change_list.html -> smartlife-4.0.6/src/smartlife/templates/admin/catalogue/wizardresult
  2708. hard linking src/smartlife/templates/admin/catalogue/wizardresult/csv_download.html -> smartlife-4.0.6/src/smartlife/templates/admin/catalogue/wizardresult
  2709. hard linking src/smartlife/templates/admin/catalogue/wizardresult/csv_upload.html -> smartlife-4.0.6/src/smartlife/templates/admin/catalogue/wizardresult
  2710. hard linking src/smartlife/templates/admin/interfaces/vouchercode/change_list.html -> smartlife-4.0.6/src/smartlife/templates/admin/interfaces/vouchercode
  2711. hard linking src/smartlife/templates/basket/bulk_add_demo.html -> smartlife-4.0.6/src/smartlife/templates/basket
  2712. hard linking src/smartlife/templates/basket/partials/basket_content.html -> smartlife-4.0.6/src/smartlife/templates/basket/partials
  2713. hard linking src/smartlife/templates/buckaroo/payment_request_form.html -> smartlife-4.0.6/src/smartlife/templates/buckaroo
  2714. hard linking src/smartlife/templates/buckaroo/payment_unsuccessful.html -> smartlife-4.0.6/src/smartlife/templates/buckaroo
  2715. hard linking src/smartlife/templates/campaignpages/campaign_address_form.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages
  2716. hard linking src/smartlife/templates/campaignpages/campaign_block.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages
  2717. hard linking src/smartlife/templates/campaignpages/campaign_formview.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages
  2718. hard linking src/smartlife/templates/campaignpages/campaign_overview.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages
  2719. hard linking src/smartlife/templates/campaignpages/campaign_page.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages
  2720. hard linking src/smartlife/templates/campaignpages/centered_text_block.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages
  2721. hard linking src/smartlife/templates/campaignpages/header_block.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages
  2722. hard linking src/smartlife/templates/campaignpages/offer_block.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages
  2723. hard linking src/smartlife/templates/campaignpages/text_and_image_block.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages
  2724. hard linking src/smartlife/templates/campaignpages/text_bgimage_block.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages
  2725. hard linking src/smartlife/templates/campaignpages/text_right_and_image_block.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages
  2726. hard linking src/smartlife/templates/campaignpages/partials/buttons.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages/partials
  2727. hard linking src/smartlife/templates/campaignpages/partials/formview_radio-options.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages/partials
  2728. hard linking src/smartlife/templates/campaignpages/partials/image-fluid.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages/partials
  2729. hard linking src/smartlife/templates/campaignpages/partials/postcode_out_of_range.html -> smartlife-4.0.6/src/smartlife/templates/campaignpages/partials
  2730. hard linking src/smartlife/templates/catalogue/abonnementen.html -> smartlife-4.0.6/src/smartlife/templates/catalogue
  2731. hard linking src/smartlife/templates/catalogue/apparatuur.html -> smartlife-4.0.6/src/smartlife/templates/catalogue
  2732. hard linking src/smartlife/templates/catalogue/component_detail.html -> smartlife-4.0.6/src/smartlife/templates/catalogue
  2733. hard linking src/smartlife/templates/catalogue/overview.html -> smartlife-4.0.6/src/smartlife/templates/catalogue
  2734. hard linking src/smartlife/templates/catalogue/packages_features.html -> smartlife-4.0.6/src/smartlife/templates/catalogue
  2735. hard linking src/smartlife/templates/catalogue/packages_features_comfort.html -> smartlife-4.0.6/src/smartlife/templates/catalogue
  2736. hard linking src/smartlife/templates/catalogue/packages_features_veilig.html -> smartlife-4.0.6/src/smartlife/templates/catalogue
  2737. hard linking src/smartlife/templates/catalogue/shop-alt.html -> smartlife-4.0.6/src/smartlife/templates/catalogue
  2738. hard linking src/smartlife/templates/catalogue/shop.html -> smartlife-4.0.6/src/smartlife/templates/catalogue
  2739. hard linking src/smartlife/templates/catalogue/subscriptions_features.html -> smartlife-4.0.6/src/smartlife/templates/catalogue
  2740. hard linking src/smartlife/templates/catalogue/subscriptions_features_comfort.html -> smartlife-4.0.6/src/smartlife/templates/catalogue
  2741. hard linking src/smartlife/templates/catalogue/subscriptions_features_veilig.html -> smartlife-4.0.6/src/smartlife/templates/catalogue
  2742. hard linking src/smartlife/templates/catalogue/partials/abonnementen_miniheader.html -> smartlife-4.0.6/src/smartlife/templates/catalogue/partials
  2743. hard linking src/smartlife/templates/catalogue/partials/abonnementen_subnav.html -> smartlife-4.0.6/src/smartlife/templates/catalogue/partials
  2744. hard linking src/smartlife/templates/catalogue/partials/catalogue_data_js_inline.html -> smartlife-4.0.6/src/smartlife/templates/catalogue/partials
  2745. hard linking src/smartlife/templates/catalogue/partials/de-basis.html -> smartlife-4.0.6/src/smartlife/templates/catalogue/partials
  2746. hard linking src/smartlife/templates/checkout/base.html -> smartlife-4.0.6/src/smartlife/templates/checkout
  2747. hard linking src/smartlife/templates/checkout/index.html -> smartlife-4.0.6/src/smartlife/templates/checkout
  2748. hard linking src/smartlife/templates/checkout/result-error.html -> smartlife-4.0.6/src/smartlife/templates/checkout
  2749. hard linking src/smartlife/templates/checkout/result-success.html -> smartlife-4.0.6/src/smartlife/templates/checkout
  2750. hard linking src/smartlife/templates/checkout/summary.html -> smartlife-4.0.6/src/smartlife/templates/checkout
  2751. hard linking src/smartlife/templates/checkout/partials/checkout_form_fieldset.html -> smartlife-4.0.6/src/smartlife/templates/checkout/partials
  2752. hard linking src/smartlife/templates/checkout/partials/pagination.html -> smartlife-4.0.6/src/smartlife/templates/checkout/partials
  2753. hard linking src/smartlife/templates/checkout/partials/steps.html -> smartlife-4.0.6/src/smartlife/templates/checkout/partials
  2754. hard linking src/smartlife/templates/content/acties.html -> smartlife-4.0.6/src/smartlife/templates/content
  2755. hard linking src/smartlife/templates/content/cucumber.html -> smartlife-4.0.6/src/smartlife/templates/content
  2756. hard linking src/smartlife/templates/content/livechat.html -> smartlife-4.0.6/src/smartlife/templates/content
  2757. hard linking src/smartlife/templates/content/service-contact/faq.html -> smartlife-4.0.6/src/smartlife/templates/content/service-contact
  2758. hard linking src/smartlife/templates/content/service-contact/partials/support_breadcrumb.html -> smartlife-4.0.6/src/smartlife/templates/content/service-contact/partials
  2759. hard linking src/smartlife/templates/content/service-contact/partials/support_miniheader.html -> smartlife-4.0.6/src/smartlife/templates/content/service-contact/partials
  2760. hard linking src/smartlife/templates/content/service-contact/partials/support_subnav.html -> smartlife-4.0.6/src/smartlife/templates/content/service-contact/partials
  2761. hard linking src/smartlife/templates/content/test/svg.html -> smartlife-4.0.6/src/smartlife/templates/content/test
  2762. hard linking src/smartlife/templates/customer/emails/commtype_order_placed_body.html -> smartlife-4.0.6/src/smartlife/templates/customer/emails
  2763. hard linking src/smartlife/templates/customer/emails/commtype_order_placed_body.txt -> smartlife-4.0.6/src/smartlife/templates/customer/emails
  2764. hard linking src/smartlife/templates/customer/emails/commtype_order_placed_subject.txt -> smartlife-4.0.6/src/smartlife/templates/customer/emails
  2765. hard linking src/smartlife/templates/customer/emails/commtype_password_reset_body.html -> smartlife-4.0.6/src/smartlife/templates/customer/emails
  2766. hard linking src/smartlife/templates/customer/emails/commtype_password_reset_body.txt -> smartlife-4.0.6/src/smartlife/templates/customer/emails
  2767. hard linking src/smartlife/templates/dashboard/index.html -> smartlife-4.0.6/src/smartlife/templates/dashboard
  2768. hard linking src/smartlife/templates/dashboard/layout.html -> smartlife-4.0.6/src/smartlife/templates/dashboard
  2769. hard linking src/smartlife/templates/dashboard/catalogue/product_update.html -> smartlife-4.0.6/src/smartlife/templates/dashboard/catalogue
  2770. hard linking src/smartlife/templates/dashboard/orders/line_detail.html -> smartlife-4.0.6/src/smartlife/templates/dashboard/orders
  2771. hard linking src/smartlife/templates/dashboard/orders/order_detail.html -> smartlife-4.0.6/src/smartlife/templates/dashboard/orders
  2772. hard linking src/smartlife/templates/dashboard/orders/order_list.html -> smartlife-4.0.6/src/smartlife/templates/dashboard/orders
  2773. hard linking src/smartlife/templates/dashboard/partials/form_field_checkbox_only.html -> smartlife-4.0.6/src/smartlife/templates/dashboard/partials
  2774. hard linking src/smartlife/templates/dashboard/reports/partials/voucher_application_report.html -> smartlife-4.0.6/src/smartlife/templates/dashboard/reports/partials
  2775. hard linking src/smartlife/templates/dashboard/users/update.html -> smartlife-4.0.6/src/smartlife/templates/dashboard/users
  2776. hard linking src/smartlife/templates/dashboard/users/user_row_actions.html -> smartlife-4.0.6/src/smartlife/templates/dashboard/users
  2777. hard linking src/smartlife/templates/dashboard/users/view.html -> smartlife-4.0.6/src/smartlife/templates/dashboard/users
  2778. hard linking src/smartlife/templates/dashboard/vouchers/voucher_detail.html -> smartlife-4.0.6/src/smartlife/templates/dashboard/vouchers
  2779. hard linking src/smartlife/templates/dashboard/vouchers/voucher_list.html -> smartlife-4.0.6/src/smartlife/templates/dashboard/vouchers
  2780. hard linking src/smartlife/templates/emails/base_email.html -> smartlife-4.0.6/src/smartlife/templates/emails
  2781. hard linking src/smartlife/templates/emails/base_support_personal_details.txt -> smartlife-4.0.6/src/smartlife/templates/emails
  2782. hard linking src/smartlife/templates/emails/change_email_confirmation.html -> smartlife-4.0.6/src/smartlife/templates/emails
  2783. hard linking src/smartlife/templates/emails/change_email_confirmation.txt -> smartlife-4.0.6/src/smartlife/templates/emails
  2784. hard linking src/smartlife/templates/emails/create_order_confirmation.html -> smartlife-4.0.6/src/smartlife/templates/emails
  2785. hard linking src/smartlife/templates/emails/create_order_confirmation.txt -> smartlife-4.0.6/src/smartlife/templates/emails
  2786. hard linking src/smartlife/templates/emails/index.html -> smartlife-4.0.6/src/smartlife/templates/emails
  2787. hard linking src/smartlife/templates/emails/order_confirmation.html -> smartlife-4.0.6/src/smartlife/templates/emails
  2788. hard linking src/smartlife/templates/emails/order_confirmation.txt -> smartlife-4.0.6/src/smartlife/templates/emails
  2789. hard linking src/smartlife/templates/emails/subscription_change_confirmation.html -> smartlife-4.0.6/src/smartlife/templates/emails
  2790. hard linking src/smartlife/templates/emails/subscription_change_confirmation.txt -> smartlife-4.0.6/src/smartlife/templates/emails
  2791. hard linking src/smartlife/templates/emails/cancel_order/customer.html -> smartlife-4.0.6/src/smartlife/templates/emails/cancel_order
  2792. hard linking src/smartlife/templates/emails/cancel_order/customer.txt -> smartlife-4.0.6/src/smartlife/templates/emails/cancel_order
  2793. hard linking src/smartlife/templates/emails/change_email_address/support.txt -> smartlife-4.0.6/src/smartlife/templates/emails/change_email_address
  2794. hard linking src/smartlife/templates/emails/change_password/customer.html -> smartlife-4.0.6/src/smartlife/templates/emails/change_password
  2795. hard linking src/smartlife/templates/emails/change_password/customer.txt -> smartlife-4.0.6/src/smartlife/templates/emails/change_password
  2796. hard linking src/smartlife/templates/emails/change_security_address/customer.html -> smartlife-4.0.6/src/smartlife/templates/emails/change_security_address
  2797. hard linking src/smartlife/templates/emails/change_security_address/customer.txt -> smartlife-4.0.6/src/smartlife/templates/emails/change_security_address
  2798. hard linking src/smartlife/templates/emails/contact/customer.html -> smartlife-4.0.6/src/smartlife/templates/emails/contact
  2799. hard linking src/smartlife/templates/emails/contact/customer.txt -> smartlife-4.0.6/src/smartlife/templates/emails/contact
  2800. hard linking src/smartlife/templates/emails/contact/support.html -> smartlife-4.0.6/src/smartlife/templates/emails/contact
  2801. hard linking src/smartlife/templates/emails/contact/support.txt -> smartlife-4.0.6/src/smartlife/templates/emails/contact
  2802. hard linking src/smartlife/templates/emails/logging/queued_orders_in_crm.txt -> smartlife-4.0.6/src/smartlife/templates/emails/logging
  2803. hard linking src/smartlife/templates/emails/partials/discounts.html -> smartlife-4.0.6/src/smartlife/templates/emails/partials
  2804. hard linking src/smartlife/templates/emails/partials/has_mechanic.html -> smartlife-4.0.6/src/smartlife/templates/emails/partials
  2805. hard linking src/smartlife/templates/emails/partials/has_mechanic.txt -> smartlife-4.0.6/src/smartlife/templates/emails/partials
  2806. hard linking src/smartlife/templates/emails/partials/copy/advice_and_installation.html -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2807. hard linking src/smartlife/templates/emails/partials/copy/advice_and_installation.txt -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2808. hard linking src/smartlife/templates/emails/partials/copy/advice_and_installation_with_date.html -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2809. hard linking src/smartlife/templates/emails/partials/copy/advice_and_installation_with_date.txt -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2810. hard linking src/smartlife/templates/emails/partials/copy/cancel_contract.html -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2811. hard linking src/smartlife/templates/emails/partials/copy/cancel_contract.txt -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2812. hard linking src/smartlife/templates/emails/partials/copy/change_proposition.html -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2813. hard linking src/smartlife/templates/emails/partials/copy/change_proposition.txt -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2814. hard linking src/smartlife/templates/emails/partials/copy/hardware.html -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2815. hard linking src/smartlife/templates/emails/partials/copy/hardware.txt -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2816. hard linking src/smartlife/templates/emails/partials/copy/new_proposition.html -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2817. hard linking src/smartlife/templates/emails/partials/copy/new_proposition.txt -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2818. hard linking src/smartlife/templates/emails/partials/copy/questions_signature.html -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2819. hard linking src/smartlife/templates/emails/partials/copy/questions_signature.txt -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2820. hard linking src/smartlife/templates/emails/partials/copy/signature.html -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2821. hard linking src/smartlife/templates/emails/partials/copy/signature.txt -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2822. hard linking src/smartlife/templates/emails/partials/copy/termination.html -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2823. hard linking src/smartlife/templates/emails/partials/copy/termination.txt -> smartlife-4.0.6/src/smartlife/templates/emails/partials/copy
  2824. hard linking src/smartlife/templates/emails/subscription_termination/customer.html -> smartlife-4.0.6/src/smartlife/templates/emails/subscription_termination
  2825. hard linking src/smartlife/templates/emails/subscription_termination/customer.txt -> smartlife-4.0.6/src/smartlife/templates/emails/subscription_termination
  2826. hard linking src/smartlife/templates/flatpages/default.html -> smartlife-4.0.6/src/smartlife/templates/flatpages
  2827. hard linking src/smartlife/templates/fup/login.html -> smartlife-4.0.6/src/smartlife/templates/fup
  2828. hard linking src/smartlife/templates/help_and_advice/faq_page.html -> smartlife-4.0.6/src/smartlife/templates/help_and_advice
  2829. hard linking src/smartlife/templates/interfaces/upload_voucher_codes.html -> smartlife-4.0.6/src/smartlife/templates/interfaces
  2830. hard linking src/smartlife/templates/interfaces/mail/error_mail_body.txt -> smartlife-4.0.6/src/smartlife/templates/interfaces/mail
  2831. hard linking src/smartlife/templates/mysmartlife/app_registration.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife
  2832. hard linking src/smartlife/templates/mysmartlife/dashboard.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife
  2833. hard linking src/smartlife/templates/mysmartlife/layout.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife
  2834. hard linking src/smartlife/templates/mysmartlife/layout_signin.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife
  2835. hard linking src/smartlife/templates/mysmartlife/login.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife
  2836. hard linking src/smartlife/templates/mysmartlife/trigion_test_link.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife
  2837. hard linking src/smartlife/templates/mysmartlife/my-details/overview.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details
  2838. hard linking src/smartlife/templates/mysmartlife/my-details/forms/base_partial.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms
  2839. hard linking src/smartlife/templates/mysmartlife/my-details/forms/base_standalone.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms
  2840. hard linking src/smartlife/templates/mysmartlife/my-details/forms/billing_address/partial.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/billing_address
  2841. hard linking src/smartlife/templates/mysmartlife/my-details/forms/billing_address/standalone.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/billing_address
  2842. hard linking src/smartlife/templates/mysmartlife/my-details/forms/change_email/partial.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_email
  2843. hard linking src/smartlife/templates/mysmartlife/my-details/forms/change_email/standalone.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_email
  2844. hard linking src/smartlife/templates/mysmartlife/my-details/forms/change_iban/error.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_iban
  2845. hard linking src/smartlife/templates/mysmartlife/my-details/forms/change_iban/partial.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_iban
  2846. hard linking src/smartlife/templates/mysmartlife/my-details/forms/change_iban/standalone.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_iban
  2847. hard linking src/smartlife/templates/mysmartlife/my-details/forms/change_iban/success.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_iban
  2848. hard linking src/smartlife/templates/mysmartlife/my-details/forms/change_internet_provider/partial.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_internet_provider
  2849. hard linking src/smartlife/templates/mysmartlife/my-details/forms/change_internet_provider/standalone.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_internet_provider
  2850. hard linking src/smartlife/templates/mysmartlife/my-details/forms/change_password/partial.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_password
  2851. hard linking src/smartlife/templates/mysmartlife/my-details/forms/change_password/standalone.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/change_password
  2852. hard linking src/smartlife/templates/mysmartlife/my-details/forms/personal_details/partial.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/personal_details
  2853. hard linking src/smartlife/templates/mysmartlife/my-details/forms/personal_details/standalone.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/personal_details
  2854. hard linking src/smartlife/templates/mysmartlife/my-details/forms/shipping_address/mechanic.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/shipping_address
  2855. hard linking src/smartlife/templates/mysmartlife/my-details/forms/shipping_address/partial.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/shipping_address
  2856. hard linking src/smartlife/templates/mysmartlife/my-details/forms/shipping_address/standalone.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/forms/shipping_address
  2857. hard linking src/smartlife/templates/mysmartlife/my-details/section/action.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/section
  2858. hard linking src/smartlife/templates/mysmartlife/my-details/section/read-only.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/my-details/section
  2859. hard linking src/smartlife/templates/mysmartlife/partials/alert-postcodecheck.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2860. hard linking src/smartlife/templates/mysmartlife/partials/alert.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2861. hard linking src/smartlife/templates/mysmartlife/partials/breadcrumb.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2862. hard linking src/smartlife/templates/mysmartlife/partials/components.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2863. hard linking src/smartlife/templates/mysmartlife/partials/footer_mysmartlife.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2864. hard linking src/smartlife/templates/mysmartlife/partials/form.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2865. hard linking src/smartlife/templates/mysmartlife/partials/generic_form.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2866. hard linking src/smartlife/templates/mysmartlife/partials/header.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2867. hard linking src/smartlife/templates/mysmartlife/partials/logout_btn.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2868. hard linking src/smartlife/templates/mysmartlife/partials/package.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2869. hard linking src/smartlife/templates/mysmartlife/partials/sidebar.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2870. hard linking src/smartlife/templates/mysmartlife/partials/user_address.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2871. hard linking src/smartlife/templates/mysmartlife/partials/user_address_blocks.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2872. hard linking src/smartlife/templates/mysmartlife/partials/user_billing_address.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2873. hard linking src/smartlife/templates/mysmartlife/partials/user_shipping_address.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials
  2874. hard linking src/smartlife/templates/mysmartlife/partials/forms/field.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials/forms
  2875. hard linking src/smartlife/templates/mysmartlife/partials/header/trigion.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials/header
  2876. hard linking src/smartlife/templates/mysmartlife/partials/products/add_on.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials/products
  2877. hard linking src/smartlife/templates/mysmartlife/partials/products/additional_component.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials/products
  2878. hard linking src/smartlife/templates/mysmartlife/partials/products/hardware_package.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials/products
  2879. hard linking src/smartlife/templates/mysmartlife/partials/products/subscription.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/partials/products
  2880. hard linking src/smartlife/templates/mysmartlife/service-contact/anna-koppelen-smartlife-app.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/service-contact
  2881. hard linking src/smartlife/templates/mysmartlife/service-contact/contact.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/service-contact
  2882. hard linking src/smartlife/templates/mysmartlife/subscription/cancel_order.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription
  2883. hard linking src/smartlife/templates/mysmartlife/subscription/invoices.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription
  2884. hard linking src/smartlife/templates/mysmartlife/subscription/order_history.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription
  2885. hard linking src/smartlife/templates/mysmartlife/subscription/replace_hardware.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription
  2886. hard linking src/smartlife/templates/mysmartlife/subscription/invoice/partials/invoice_row.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/invoice/partials
  2887. hard linking src/smartlife/templates/mysmartlife/subscription/order_history/order_details.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/order_history
  2888. hard linking src/smartlife/templates/mysmartlife/subscription/subscription/change.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/subscription
  2889. hard linking src/smartlife/templates/mysmartlife/subscription/subscription/change_complete.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/subscription
  2890. hard linking src/smartlife/templates/mysmartlife/subscription/subscription/change_error.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/subscription
  2891. hard linking src/smartlife/templates/mysmartlife/subscription/subscription/overview.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/subscription
  2892. hard linking src/smartlife/templates/mysmartlife/subscription/subscription/partials/steps.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/subscription/partials
  2893. hard linking src/smartlife/templates/mysmartlife/subscription/terminate/submission.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/terminate
  2894. hard linking src/smartlife/templates/mysmartlife/subscription/terminate/success.html -> smartlife-4.0.6/src/smartlife/templates/mysmartlife/subscription/terminate
  2895. hard linking src/smartlife/templates/partials/browserify.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2896. hard linking src/smartlife/templates/partials/faq.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2897. hard linking src/smartlife/templates/partials/footer_main.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2898. hard linking src/smartlife/templates/partials/global_config.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2899. hard linking src/smartlife/templates/partials/image_gallery.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2900. hard linking src/smartlife/templates/partials/list_components.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2901. hard linking src/smartlife/templates/partials/list_packages.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2902. hard linking src/smartlife/templates/partials/list_product_features.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2903. hard linking src/smartlife/templates/partials/list_services.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2904. hard linking src/smartlife/templates/partials/megamenu.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2905. hard linking src/smartlife/templates/partials/mini_basket.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2906. hard linking src/smartlife/templates/partials/mobile_main.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2907. hard linking src/smartlife/templates/partials/nojavascript.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2908. hard linking src/smartlife/templates/partials/notification.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2909. hard linking src/smartlife/templates/partials/pagination.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2910. hard linking src/smartlife/templates/partials/preloader.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2911. hard linking src/smartlife/templates/partials/search.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2912. hard linking src/smartlife/templates/partials/testimonials.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2913. hard linking src/smartlife/templates/partials/webpack.html -> smartlife-4.0.6/src/smartlife/templates/partials
  2914. hard linking src/smartlife/templates/partials/form/form_row.html -> smartlife-4.0.6/src/smartlife/templates/partials/form
  2915. hard linking src/smartlife/templates/partials/form/radio-option.html -> smartlife-4.0.6/src/smartlife/templates/partials/form
  2916. hard linking src/smartlife/templates/partials/google/tag_manager.html -> smartlife-4.0.6/src/smartlife/templates/partials/google
  2917. hard linking src/smartlife/templates/partials/header/veilig.html -> smartlife-4.0.6/src/smartlife/templates/partials/header
  2918. hard linking src/smartlife/templates/partials/homepage/hero.html -> smartlife-4.0.6/src/smartlife/templates/partials/homepage
  2919. hard linking src/smartlife/templates/partials/products/subscriptions.html -> smartlife-4.0.6/src/smartlife/templates/partials/products
  2920. hard linking src/smartlife/templates/partner_portal/index.html -> smartlife-4.0.6/src/smartlife/templates/partner_portal
  2921. hard linking src/smartlife/templates/partner_portal/login.html -> smartlife-4.0.6/src/smartlife/templates/partner_portal
  2922. hard linking src/smartlife/templates/partner_portal/partials/checkout_form.html -> smartlife-4.0.6/src/smartlife/templates/partner_portal/partials
  2923. hard linking src/smartlife/templates/partner_portal/partials/checkout_form_fieldset.html -> smartlife-4.0.6/src/smartlife/templates/partner_portal/partials
  2924. hard linking src/smartlife/templates/registration/activate.html -> smartlife-4.0.6/src/smartlife/templates/registration
  2925. hard linking src/smartlife/templates/registration/activation_complete.html -> smartlife-4.0.6/src/smartlife/templates/registration
  2926. hard linking src/smartlife/templates/registration/activation_email.html -> smartlife-4.0.6/src/smartlife/templates/registration
  2927. hard linking src/smartlife/templates/registration/activation_email.txt -> smartlife-4.0.6/src/smartlife/templates/registration
  2928. hard linking src/smartlife/templates/registration/activation_email_subject.txt -> smartlife-4.0.6/src/smartlife/templates/registration
  2929. hard linking src/smartlife/templates/registration/password_reset_complete.html -> smartlife-4.0.6/src/smartlife/templates/registration
  2930. hard linking src/smartlife/templates/registration/password_reset_confirm.html -> smartlife-4.0.6/src/smartlife/templates/registration
  2931. hard linking src/smartlife/templates/registration/password_reset_done.html -> smartlife-4.0.6/src/smartlife/templates/registration
  2932. hard linking src/smartlife/templates/registration/password_reset_form.html -> smartlife-4.0.6/src/smartlife/templates/registration
  2933. hard linking src/smartlife/templates/registration/password_set.html -> smartlife-4.0.6/src/smartlife/templates/registration
  2934. hard linking src/smartlife/templates/registration/partials/back-link.html -> smartlife-4.0.6/src/smartlife/templates/registration/partials
  2935. hard linking src/smartlife/templates/smartlife/base.html -> smartlife-4.0.6/src/smartlife/templates/smartlife
  2936. hard linking src/smartlife/templates/smartlife/error.html -> smartlife-4.0.6/src/smartlife/templates/smartlife
  2937. hard linking src/smartlife/templates/smartlife/home.html -> smartlife-4.0.6/src/smartlife/templates/smartlife
  2938. hard linking src/smartlife/templates/smartlife/layout.html -> smartlife-4.0.6/src/smartlife/templates/smartlife
  2939. hard linking src/smartlife/templates/smartlife/login.html -> smartlife-4.0.6/src/smartlife/templates/smartlife
  2940. hard linking src/smartlife/templates/smartlife/price_pebble.html -> smartlife-4.0.6/src/smartlife/templates/smartlife
  2941. hard linking src/smartlife/templates/smartlife/errors/403_forbidden.html -> smartlife-4.0.6/src/smartlife/templates/smartlife/errors
  2942. hard linking src/smartlife/templates/smartlife/errors/404_not_found.html -> smartlife-4.0.6/src/smartlife/templates/smartlife/errors
  2943. hard linking src/smartlife/templates/smartlife/errors/500_internal_server_error.html -> smartlife-4.0.6/src/smartlife/templates/smartlife/errors
  2944. hard linking src/smartlife/templates/smartlife/errors/account_activation_link_invalid.html -> smartlife-4.0.6/src/smartlife/templates/smartlife/errors
  2945. hard linking src/smartlife/templates/smartlife/errors/base_error.html -> smartlife-4.0.6/src/smartlife/templates/smartlife/errors
  2946. hard linking src/smartlife/templates/smartlife/errors/email_change_link_invalid.html -> smartlife-4.0.6/src/smartlife/templates/smartlife/errors
  2947. hard linking src/smartlife/templates/smartlife/errors/locked.html -> smartlife-4.0.6/src/smartlife/templates/smartlife/errors
  2948. hard linking src/smartlife/templates/smartlife/errors/payment_error.html -> smartlife-4.0.6/src/smartlife/templates/smartlife/errors
  2949. hard linking src/smartlife/templates/smartlife/errors/unsupported.html -> smartlife-4.0.6/src/smartlife/templates/smartlife/errors
  2950. hard linking src/smartlife/templates/smartlife/templatetags/price_pebble.html -> smartlife-4.0.6/src/smartlife/templates/smartlife/templatetags
  2951. hard linking src/smartlife/templates/smartlife/templatetags/show_product.html -> smartlife-4.0.6/src/smartlife/templates/smartlife/templatetags
  2952. hard linking src/smartlife/templates/wagtailadmin/block_forms/list.html -> smartlife-4.0.6/src/smartlife/templates/wagtailadmin/block_forms
  2953. hard linking src/smartlife/templates/wagtailadmin/block_forms/stream_menu.html -> smartlife-4.0.6/src/smartlife/templates/wagtailadmin/block_forms
  2954. hard linking src/smartlife/templates/wagtailadmin/pages/_editor_css_smartlife.html -> smartlife-4.0.6/src/smartlife/templates/wagtailadmin/pages
  2955. hard linking src/smartlife/templates/wagtailadmin/pages/edit.html -> smartlife-4.0.6/src/smartlife/templates/wagtailadmin/pages
  2956. hard linking src/smartlife/templates/wagtailadmin/pages/listing/_page_title_explore.html -> smartlife-4.0.6/src/smartlife/templates/wagtailadmin/pages/listing
  2957. hard linking src/smartlife/templates/wagtailadmin/pages/revisions/list.html -> smartlife-4.0.6/src/smartlife/templates/wagtailadmin/pages/revisions
  2958. hard linking src/smartlife/templatetags/__init__.py -> smartlife-4.0.6/src/smartlife/templatetags
  2959. hard linking src/smartlife/templatetags/smartlife_tags.py -> smartlife-4.0.6/src/smartlife/templatetags
  2960. copying setup.cfg -> smartlife-4.0.6
  2961. Writing smartlife-4.0.6/setup.cfg
  2962. Creating tar archive
  2963. removing 'smartlife-4.0.6' (and everything under it)
  2964. [localhost] local: python setup.py --name
  2965. [localhost] local: python setup.py --version
  2966. [jenkins@tvlapps1047b.support.local] Executing task 'deploy'
  2967. [localhost] local: python setup.py sdist
  2968. [localhost] local: python setup.py --fullname
  2969. [jenkins@tvlapps1047b.support.local] run: mkdir -p /tmp/python-dist-packages && chmod -R ugo+rX /tmp/python-dist-packages
  2970. [jenkins@tvlapps1047b.support.local] out:
  2971. [jenkins@tvlapps1047b.support.local] out: Red Hat Enterprise Linux Server release 6.9 (Santiago)
  2972. [jenkins@tvlapps1047b.support.local] out: 13 days | 0.00, 0.00, 0.00 | 2.6.32-696.el6.x86_64 x86_64 GNU/Linux
  2973. [jenkins@tvlapps1047b.support.local] out: RAM use: 2915 / 7868 Swap use: 0 / 999
  2974. [jenkins@tvlapps1047b.support.local] out:
  2975. [jenkins@tvlapps1047b.support.local] out: eth0 : 10.94.53.17 / 26 DNS: 10.94.53.17 tvlapps1047b.support.local.
  2976. [jenkins@tvlapps1047b.support.local] out: eth1 : 213.75.177.199 / 26 DNS: (no PTR record)
  2977. [jenkins@tvlapps1047b.support.local] out: default via 213.75.177.193 dev eth1
  2978. [jenkins@tvlapps1047b.support.local] out:
  2979. [jenkins@tvlapps1047b.support.local] out: 
  2980. [jenkins@tvlapps1047b.support.local] out: (1 unique user(s) in total)
  2981. [jenkins@tvlapps1047b.support.local] out:
  2982. [jenkins@tvlapps1047b.support.local] out: 
  2983. [jenkins@tvlapps1047b.support.local] run: rm -f smartlife-4.0.6.tar.gz
  2984. [jenkins@tvlapps1047b.support.local] out:
  2985. [jenkins@tvlapps1047b.support.local] out: Red Hat Enterprise Linux Server release 6.9 (Santiago)
  2986. [jenkins@tvlapps1047b.support.local] out: 13 days | 0.00, 0.00, 0.00 | 2.6.32-696.el6.x86_64 x86_64 GNU/Linux
  2987. [jenkins@tvlapps1047b.support.local] out: RAM use: 2914 / 7868 Swap use: 0 / 999
  2988. [jenkins@tvlapps1047b.support.local] out:
  2989. [jenkins@tvlapps1047b.support.local] out: eth0 : 10.94.53.17 / 26 DNS: 10.94.53.17 tvlapps1047b.support.local.
  2990. [jenkins@tvlapps1047b.support.local] out: eth1 : 213.75.177.199 / 26 DNS: (no PTR record)
  2991. [jenkins@tvlapps1047b.support.local] out: default via 213.75.177.193 dev eth1
  2992. [jenkins@tvlapps1047b.support.local] out:
  2993. [jenkins@tvlapps1047b.support.local] out: 
  2994. [jenkins@tvlapps1047b.support.local] out: (1 unique user(s) in total)
  2995. [jenkins@tvlapps1047b.support.local] out:
  2996. [jenkins@tvlapps1047b.support.local] out: 
  2997. [jenkins@tvlapps1047b.support.local] put: dist/smartlife-4.0.6.tar.gz -> /tmp/python-dist-packages/smartlife-4.0.6.tar.gz
  2998. [jenkins@tvlapps1047b.support.local] sudo: mkdir -p /vol/kpn-smartlife/virtualenvs/
  2999. [jenkins@tvlapps1047b.support.local] sudo: /vol/kpn-smartlife/virtualenvs/uwsgi/bin/pip install -U pip
  3000. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pip in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages
  3001. [jenkins@tvlapps1047b.support.local] out:
  3002.  
  3003. [jenkins@tvlapps1047b.support.local] sudo: /vol/kpn-smartlife/virtualenvs/uwsgi/bin/pip uninstall -y django-configurations
  3004. [jenkins@tvlapps1047b.support.local] out: Uninstalling django-configurations-1.0:
  3005. [jenkins@tvlapps1047b.support.local] out: Successfully uninstalled django-configurations-1.0
  3006. [jenkins@tvlapps1047b.support.local] out:
  3007.  
  3008. [jenkins@tvlapps1047b.support.local] sudo: rm -rf /vol/kpn-smartlife/virtualenvs/uwsgi/lib*/python2.7/site-packages/django_configurations-1.0.dist-info/
  3009. [jenkins@tvlapps1047b.support.local] sudo: /vol/kpn-smartlife/virtualenvs/uwsgi/bin/pip install --upgrade --force-reinstall django-configurations==1.0
  3010. [jenkins@tvlapps1047b.support.local] out: Collecting django-configurations==1.0
  3011. [jenkins@tvlapps1047b.support.local] out: Using cached django_configurations-1.0-py2.py3-none-any.whl
  3012. [jenkins@tvlapps1047b.support.local] out: Installing collected packages: django-configurations
  3013. [jenkins@tvlapps1047b.support.local] out: Successfully installed django-configurations-1.0
  3014. [jenkins@tvlapps1047b.support.local] out:
  3015.  
  3016. [jenkins@tvlapps1047b.support.local] sudo: /vol/kpn-smartlife/virtualenvs/uwsgi/bin/pip install -U --no-index --trusted-host smartlife-pypi.lukkien.com --find-links http://pypi:downloading@smartlife-pypi.lukkien.com/ /tmp/python-dist-packages/smartlife-4.0.6.tar.gz --use-wheel
  3017. [jenkins@tvlapps1047b.support.local] out: Processing /tmp/python-dist-packages/smartlife-4.0.6.tar.gz
  3018. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: Django==1.8.16 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3019. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: amqp==1.4.7 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3020. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: anyjson==0.3.3 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3021. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: billiard==3.3.0.19 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3022. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: celery==3.1.17 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3023. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: datadiff==1.1.6 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3024. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: dj-database-url==0.3.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3025. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-betterforms==1.1.1 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3026. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-cache-url==1.0.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3027. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-cache-utils==0.7.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3028. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-memoize==1.2.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3029. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-celery==3.1.16 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3030. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-constance[database]==1.1.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3031. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-configurations==1.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3032. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-picklefield==0.3.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3033. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-extensions==1.5.5 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3034. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-form-utils==1.0.3 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3035. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-healthchecks==0.1.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3036. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-localflavor==1.1 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3037. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-model-utils==2.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3038. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-oauth-toolkit==0.8.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3039. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-debug-toolbar==1.4 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3040. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-oscar==1.3 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3041. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-recaptcha==1.0.4 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3042. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-registration-redux==1.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3043. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-statsd-mozilla==0.3.15 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3044. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-tables2==1.0.7 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3045. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-treebeard==4.0.1 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3046. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-uuidfield==0.5.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3047. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-widget-tweaks==1.4.1 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3048. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: djangorestframework==3.4.7 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3049. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: djangorestframework-jwt==1.8.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3050. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: future==0.15.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3051. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: jdcal==1.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3052. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: kombu==3.0.30 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3053. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: markdown==2.6.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3054. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: ntplib==0.3.3 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3055. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: openpyxl==2.2.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3056. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: psycopg2==2.6 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3057. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pycountry==1.10 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3058. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pycrypto==2.6.1 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3059. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pyexcel-io==0.0.9 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3060. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pyexcel-xlsx==0.0.9 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3061. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pyexcel==0.1.7 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3062. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pylibmc==1.5.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3063. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: python-dateutil==2.6.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3064. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: python-stdnum==1.1 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3065. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pytz==2016.7 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3066. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: sqlparse==0.1.18 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3067. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: raven==5.5.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3068. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: requests==2.7.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3069. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: texttable==0.8.4 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3070. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: ua-parser==0.6.1 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3071. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: xlrd==0.9.4 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3072. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: xlwt-future==0.8.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3073. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: tablib==0.11.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3074. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: PyJWT==1.4.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3075. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-haystack==2.5.1 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3076. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-compressor==1.5 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3077. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: paramiko==1.12 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3078. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: Fabric==1.10.1 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3079. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: oauth2-provider in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3080. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: lxml==3.4.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3081. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: arrow==0.5.4 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3082. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: jsonfield==0.9.22 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3083. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-ratelimit==0.5.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3084. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-axes==1.3.9 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3085. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: wagtail==1.5.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3086. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: Willow==0.3 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3087. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-modelcluster==2.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3088. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-taggit==0.18.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3089. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: html5lib==0.9999999 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from smartlife==4.0.6)
  3090. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: six in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-betterforms==1.1.1->smartlife==4.0.6)
  3091. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: oauthlib>=0.6.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-oauth-toolkit==0.8.0->smartlife==4.0.6)
  3092. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-braces>=1.2.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-oauth-toolkit==0.8.0->smartlife==4.0.6)
  3093. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: phonenumbers<8.0.0,>=6.3.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3094. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pillow>=1.7.8 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3095. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-extra-views<0.6.5,>=0.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3096. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: mock<3.0,>=1.0.1 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3097. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: purl>=0.7 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3098. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: sorl-thumbnail>=12.4a1 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3099. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: Babel<3.0,>=1.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3100. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: Unidecode<0.05,>=0.04.12 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3101. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: factory-boy<3.0,>=2.4.1 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3102. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: statsd==2.1.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-statsd-mozilla==0.3.15->smartlife==4.0.6)
  3103. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-appconf>=0.4 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from django-compressor==1.5->smartlife==4.0.6)
  3104. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: ecdsa in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from paramiko==1.12->smartlife==4.0.6)
  3105. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: setuptools in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from oauth2-provider->smartlife==4.0.6)
  3106. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: beautifulsoup4>=4.3.2 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from wagtail==1.5.2->smartlife==4.0.6)
  3107. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: funcsigs>=1; python_version < "3.3" in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from mock<3.0,>=1.0.1->django-oscar==1.3->smartlife==4.0.6)
  3108. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pbr>=0.11 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from mock<3.0,>=1.0.1->django-oscar==1.3->smartlife==4.0.6)
  3109. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: fake-factory>=0.5.0 in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from factory-boy<3.0,>=2.4.1->django-oscar==1.3->smartlife==4.0.6)
  3110. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: ipaddress; python_version == "2.7" in /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages (from fake-factory>=0.5.0->factory-boy<3.0,>=2.4.1->django-oscar==1.3->smartlife==4.0.6)
  3111. [jenkins@tvlapps1047b.support.local] out: Building wheels for collected packages: smartlife
  3112. [jenkins@tvlapps1047b.support.local] out: Running setup.py bdist_wheel for smartlife ... [?25l- \ | / - \ | / - \ | / done
  3113. [jenkins@tvlapps1047b.support.local] out: [?25h Stored in directory: /vol/kpn-smartlife/.cache/pip/wheels/e0/c3/1f/913337f386a82781be69cf619436f9ba5cbab3b8e0fd96a4f0
  3114. [jenkins@tvlapps1047b.support.local] out: Successfully built smartlife
  3115. [jenkins@tvlapps1047b.support.local] out: Installing collected packages: smartlife
  3116. [jenkins@tvlapps1047b.support.local] out: Found existing installation: smartlife 4.0.6
  3117. [jenkins@tvlapps1047b.support.local] out: Uninstalling smartlife-4.0.6:
  3118. [jenkins@tvlapps1047b.support.local] out: Successfully uninstalled smartlife-4.0.6
  3119. [jenkins@tvlapps1047b.support.local] out: Successfully installed smartlife-4.0.6
  3120. [jenkins@tvlapps1047b.support.local] out:
  3121.  
  3122. [jenkins@tvlapps1047b.support.local] sudo: chmod +x /vol/kpn-smartlife/virtualenvs/uwsgi/bin/manage.py
  3123. [jenkins@tvlapps1047b.support.local] sudo: DJANGO_ENV_FILE=/vol/kpn-smartlife/etc/settings.env /vol/kpn-smartlife/virtualenvs/uwsgi/bin/manage.py collectstatic --noinput
  3124. [jenkins@tvlapps1047b.support.local] out: /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/raven/conf/remote.py:61: UserWarning: Transport selection via DSN is deprecated. You should explicitly pass the transport class to Client() instead.
  3125. [jenkins@tvlapps1047b.support.local] out: warnings.warn('Transport selection via DSN is deprecated. You should explicitly pass the transport class to Client() instead.')
  3126. [jenkins@tvlapps1047b.support.local] out:
  3127. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/css/main-partnerportal.min.css'
  3128. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/css/main-webshop.min.css'
  3129. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/css/main-mysmartlife.min.css'
  3130. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/css/admin/hide-original.min.css'
  3131. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/css/wagtailadmin/wagtailadmin.min.css'
  3132. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Veilig_programmas_beheren.pdf'
  3133. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Technische_Specificaties.pdf'
  3134. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Comfort_Anna_slimme_thermostaat.pdf'
  3135. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Privacy_Statement.pdf'
  3136. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Comfort_Anna_app.pdf'
  3137. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_160226_technische_gegevens_tom_anna_v001.pdf'
  3138. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Handleiding.pdf'
  3139. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Veilig_Huisoppas.pdf'
  3140. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Factuuruitleg.pdf'
  3141. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Veilig_Alarmopvolging.pdf'
  3142. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Algemene_Voorwaarden.pdf'
  3143. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Comfort_Anna_smartlife_app.pdf'
  3144. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Pricing.woff'
  3145. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Icons.eot'
  3146. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Light-WF.eot'
  3147. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/icomoon.eot'
  3148. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/icomoon.woff'
  3149. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Normal-WF.woff'
  3150. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Normal-WF.eot'
  3151. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Icons.ttf'
  3152. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Normal-WF.ttf'
  3153. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Pricing.eot'
  3154. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Icons.svg'
  3155. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Normal-WF.woff'
  3156. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Light-WF.ttf'
  3157. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/selection.json'
  3158. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Light-WF.eot'
  3159. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Bold-WF.ttf'
  3160. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/icomoon.ttf'
  3161. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Normal-WF.eot'
  3162. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/icomoon.svg'
  3163. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Pricing.ttf'
  3164. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Icons.woff'
  3165. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Light-WF.woff'
  3166. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Bold-WF.eot'
  3167. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Normal-WF.ttf'
  3168. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Light-WF.woff'
  3169. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Bold-WF.ttf'
  3170. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Light-WF.ttf'
  3171. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Bold-WF.eot'
  3172. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Bold-WF.woff'
  3173. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Bold-WF.woff'
  3174. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.woff2'
  3175. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.eot'
  3176. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.ttf'
  3177. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.svg'
  3178. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.woff'
  3179. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/example-data/product-wizard.json'
  3180. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/example-data/catalogue.json'
  3181. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/example-data/basket.json'
  3182. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/js/mysmartlife.min.js'
  3183. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/js/features.min.js'
  3184. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/js/site.min.js'
  3185. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/js/partnerportal.min.js'
  3186. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/js/oscar/dashboard.min.js'
  3187. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/kpn-logo.png'
  3188. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-kpn-groot.png'
  3189. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-smartveilig-mobile@2x.png'
  3190. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/sitewide-footer-logo-kpn@2x.png'
  3191. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-ideal@2x.png'
  3192. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/email_login.png'
  3193. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/activity-grey.png'
  3194. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-smartveilig-desktop.png'
  3195. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/email_logo.png'
  3196. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/email_footer.jpg'
  3197. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/sitewide-footer-logo-kpn.png'
  3198. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-smartveilig-mobile.png'
  3199. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-ideal.png'
  3200. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-smartveilig-desktop@2x.png'
  3201. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/kpn_favicon.ico'
  3202. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/kpn-logo-footer.png'
  3203. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/activity@2x-grey.png'
  3204. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/kpn-logo-footer@2x.png'
  3205. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/forum.jpg'
  3206. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/forum@2x.jpg'
  3207. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/logo/KPN_Logo.png'
  3208. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/logo/KPN_Logo_small.png'
  3209. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/logo/KPN_Logo@2x.png'
  3210. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/loader/kpn_loader.gif'
  3211. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/bg/bg_header_@2x.png'
  3212. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/bg/bg_header.png'
  3213. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/bg/mijnsmartlife-visual.jpg'
  3214. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/keuzewijzer_1280.jpg'
  3215. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/vader-en-kind.jpg'
  3216. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/about_reliablesolution.jpg'
  3217. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/overview_packages_320.png'
  3218. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/dame-in-bed_320.jpg'
  3219. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/overview_services_320.jpg'
  3220. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/app_whatissmartlife.png'
  3221. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/home_carousel.jpg'
  3222. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/actie_320.jpg'
  3223. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/keuzewijzer_320_v2.jpg'
  3224. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/blank.png'
  3225. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/overview_packages_1280.jpg'
  3226. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/app_smartlifeveilig.jpg'
  3227. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/error.jpg'
  3228. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/dame-in-bed.jpg'
  3229. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/actie_1280.jpg'
  3230. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/about_operatingdistance.jpg'
  3231. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/alarmopvolging_320.jpg'
  3232. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/checkout_thankyou.jpg'
  3233. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/home_comfort.jpg'
  3234. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/overview_services_1280.jpg'
  3235. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/keuzewijzer_320.jpg'
  3236. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/kpn-smartlife-app.jpg'
  3237. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/kpn-smartlife-app-small.jpg'
  3238. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/alarmopvolging_1280.jpg'
  3239. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/branding/kpn-smartlife.png'
  3240. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/anna-infographic.png'
  3241. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/thermostatisch.jpg'
  3242. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/about_alwaysontop.jpg'
  3243. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/service_philips.jpg'
  3244. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/thankyou.jpg'
  3245. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/keuzehulp_tip2.png'
  3246. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/home_kpnsmartlife.png'
  3247. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/alarmopvolging.jpg'
  3248. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/gezin-thuis.jpg'
  3249. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/smartwatch.jpg'
  3250. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/service_photo1.jpg'
  3251. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/kpnsmartlife-infographic.png'
  3252. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/about_bestsolution.jpg'
  3253. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/campagne_korting.png'
  3254. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/service_trigion_2.jpg'
  3255. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/keuzehulp_tip1.png'
  3256. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/keuzehulp_tip3.png'
  3257. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/handknop.jpg'
  3258. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/smartlife-abbonnementen-apparatuur.jpg'
  3259. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/service_photo2.jpg'
  3260. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/video.jpg'
  3261. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/video/programmas.jpg'
  3262. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/video/smartlife-app.jpg'
  3263. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/labels/philips-hue.jpg'
  3264. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/labels/trigion.png'
  3265. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/hero/kpn-smartlife-home-faq.jpg'
  3266. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/hero/kpn-carousel-introductiekorting.jpg'
  3267. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/hero/kpn-sonos.jpg'
  3268. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/landing/sonos/wat-kun-je-met-sonos-via-kpn-smartlife.jpg'
  3269. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/landing/sonos/waarom-sonos-via-kpn-smartlife.jpg'
  3270. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/landing/sonos/alarm-aan-muziek-uit.jpg'
  3271. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/iphone7.png'
  3272. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/kpn-prijs-vaantjes-veiligpakket.png'
  3273. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/slimhuis.jpg'
  3274. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/kpn-prijs-vaantjes-veiligpakket2.png'
  3275. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/xperia.png'
  3276. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/kpn-prijs-vaantjes-box.png'
  3277. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/slimleven.jpg'
  3278. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/philips-hue/philips-hue-starterspakket.png'
  3279. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/philips-hue/background.jpg'
  3280. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/campaign_mobile.jpg'
  3281. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/partnerportal_tablet.jpg'
  3282. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/partnerportal_mobile.jpg'
  3283. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/help_tablet.jpg'
  3284. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/home_mobile.jpg'
  3285. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/partnerportal_tablet@2x.jpg'
  3286. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/about_mobile.jpg'
  3287. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/home_tablet.jpg'
  3288. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/about_tablet@2x.jpg'
  3289. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/abonnementen_tablet@2x.jpg'
  3290. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/partnerportal_mobile@2x.jpg'
  3291. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/abonnementen_mobile.jpg'
  3292. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/about_tablet.jpg'
  3293. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/campaign_tablet.jpg'
  3294. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/abonnementen_tablet.jpg'
  3295. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/help_mobile@2x.jpg'
  3296. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/help_mobile.jpg'
  3297. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/help_tablet@2x.jpg'
  3298. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/about_mobile@2x.jpg'
  3299. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/abonnementen_mobile@2x.jpg'
  3300. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/browser-unsupported/mobile.jpg'
  3301. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/browser-unsupported/desktop.jpg'
  3302. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/kpn-smartlife-box.jpg'
  3303. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/veilig-pakket-2.jpg'
  3304. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/background-intro.jpg'
  3305. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/google-maps.jpg'
  3306. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/background-packages.jpg'
  3307. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/opties-in-huis.png'
  3308. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/pakket.png'
  3309. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/pakket1_price.png'
  3310. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/pakket2_price.png'
  3311. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/producten/slimme-stekker.png'
  3312. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/producten/buitencamera.png'
  3313. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/producten/rookmelder.png'
  3314. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/producten/deur-raam-sensor.png'
  3315. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/producten/bewegings-sensor.png'
  3316. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/slimhuis/prijs-pakket-1.png'
  3317. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/slimhuis/prijs-pakket-3.png'
  3318. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/slimhuis/prijs-pakket-2.png'
  3319. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/pakketvoordeel/prijs-pakket-2.png'
  3320. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/overview/introduction.jpg'
  3321. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/overview/philips-hue.jpg'
  3322. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/overview/kpn-header-acties.jpg'
  3323. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/tom_packshot.jpg'
  3324. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-gu10_icon.png'
  3325. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/instap_thumbnail.jpg'
  3326. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/tom_icon.png'
  3327. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/vitaal-thuis-sensor_packshot.jpg'
  3328. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/anna-huur_packshot.jpg'
  3329. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-gu10-extra_packshot.jpg'
  3330. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/installatieservice-tom_packshot.jpg'
  3331. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/bewegingssensor-huur_packshot.jpg'
  3332. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-gu10_icon.png'
  3333. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/abonnement-basis-huur_packshot.jpg'
  3334. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/rookmelder-met-alarmsirene_packshot.jpg'
  3335. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/comfort-instap_packshot.jpg'
  3336. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-gu10_packshot.jpg'
  3337. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-vitaal_packshot.jpg'
  3338. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/comfort_instap_thumbnail.jpg'
  3339. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/bewegingssensor_packshot.jpg'
  3340. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-gu10-extra_packshot.jpg'
  3341. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamsensor_packshot.jpg'
  3342. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/installatieservice-comfort_packshot.jpg'
  3343. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/installatie-door-een-kpn-expert_packshot.jpg'
  3344. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/veilig-pakket-3_packshot.jpg'
  3345. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/afstandsbediening-huur_packshot.jpg'
  3346. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/veilig-pakket-1_packshot.jpg'
  3347. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife_basis_thumbnail.jpg'
  3348. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-e27_icon.png'
  3349. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-vitaal-actief_packshot.jpg'
  3350. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/veilig-pakket-zoetermeer_packshot.jpg'
  3351. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/slimme-stekker_packshot.jpg'
  3352. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-e27-extra_packshot.jpg'
  3353. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/veilig-pakket-2_packshot.jpg'
  3354. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/bewegingssensor_icon.png'
  3355. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-gu10_packshot.jpg'
  3356. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/veilig-instap_packshot.jpg'
  3357. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/d-link-camera_packshot.jpg'
  3358. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/stel-zelf-samen-pakket_packshot.jpg'
  3359. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamsensor_thumbnail.jpg'
  3360. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-e27_packshot.jpg'
  3361. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/vitaal-actief-sensor_packshot.jpg'
  3362. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-veilig_packshot.jpg'
  3363. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/vitaal-thuis-appartement_packshot.jpg'
  3364. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/afstandsbediening_icon.png'
  3365. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/anna_packshot.jpg'
  3366. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/kpn-expert-medium_packshot.jpg'
  3367. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/d-link-camera-extra_icon.png'
  3368. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamstickers_packshot.jpg'
  3369. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/installatieservice-veilig_packshot.jpg'
  3370. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/standaard_thumbnail.jpg'
  3371. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-onbezorgd-aktief-zwart_packshot.jpg'
  3372. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-e27-extra_packshot.jpg'
  3373. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/installatieservice-anna_packshot.jpg'
  3374. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamsensor-huur_packshot.jpg'
  3375. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-gu10-met-hue-bridge-10_packshot.jpg'
  3376. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/d-link-camera_icon.png'
  3377. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/veilig-standaard_packshot.jpg'
  3378. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-e27_icon.png'
  3379. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-e27-met-hue-bridge-10_packshot.jpg'
  3380. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/vitaal-thuis-woonhuis_packshot.jpg'
  3381. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/d-link-camera-extra_packshot.jpg'
  3382. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-box_icon.png'
  3383. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-vitaal-thuis_packshot.jpg'
  3384. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/anna_icon.png'
  3385. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/slimme-stekker_icon.png'
  3386. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamsensor_icon.png'
  3387. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-basis_packshot.jpg'
  3388. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamstickers_icon.png'
  3389. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/opzegging-veilig-abonnement_packshot.jpg'
  3390. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/comfort-pakket-2_packshot.jpg'
  3391. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/kpn-expert-small_packshot.jpg'
  3392. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-e27_packshot.jpg'
  3393. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/slimme-stekker-huur_packshot.jpg'
  3394. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/kpn-expert-large_packshot.jpg'
  3395. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/comfort-pakket-3_packshot.jpg'
  3396. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/afstandsbediening_packshot.jpg'
  3397. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/rookmelder-met-alarmsirene-huur_packshot.jpg'
  3398. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-box_packshot.jpg'
  3399. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/rookmelder-met-alarmsirene_icon.png'
  3400. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-comfort_packshot.jpg'
  3401. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/comfort-pakket-1_packshot.jpg'
  3402. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamstickers_thumbnail.jpg'
  3403. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/slimme-stekker.png'
  3404. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/comfort-instap.png'
  3405. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-losse-lamp-gu10-extra.png'
  3406. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/smartlife-box.png'
  3407. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/rookmelder-met-alarmsirene-huur.png'
  3408. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-losse-lamp-e27-extra.png'
  3409. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/d-link-camera.png'
  3410. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-losse-lamp-e27.png'
  3411. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-gu10-met-hue-bridge-10.png'
  3412. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/rookmelder-met-alarmsirene.png'
  3413. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/bewegingssensor.png'
  3414. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/bewegingssensor-huur.png'
  3415. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-gu10.png'
  3416. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/d-link-camera_transparent.png'
  3417. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-gu10-extra.png'
  3418. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/smartlife-basis.png'
  3419. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-e27.png'
  3420. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/deur-raamsensor-huur.png'
  3421. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/anna.png'
  3422. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/anna-huur.png'
  3423. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/tom.png'
  3424. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/deur-raamsensor.png'
  3425. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/deur-raamsticker.jpg'
  3426. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/afstandsbediening-huur.png'
  3427. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/slimme-stekker-huur.png'
  3428. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-e27-met-hue-bridge-10.png'
  3429. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-e27-extra.png'
  3430. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/afstandsbediening.png'
  3431. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/d-link-camera-extra.png'
  3432. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-losse-lamp-gu10.png'
  3433. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/data/megamenu.json'
  3434. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/smartlife/static/smartlife/data/KeuzewijzerAPI.json'
  3435. [jenkins@tvlapps1047b.support.local] out:
  3436. [jenkins@tvlapps1047b.support.local] out: 308 static files copied to '/vol/kpn-smartlife/public/static/4.0.6', 425 unmodified.
  3437. [jenkins@tvlapps1047b.support.local] out:
  3438.  
  3439. [jenkins@tvlapps1047b.support.local] sudo: chmod +x /vol/kpn-smartlife/virtualenvs/uwsgi/bin/manage.py
  3440. [jenkins@tvlapps1047b.support.local] sudo: DJANGO_ENV_FILE=/vol/kpn-smartlife/etc/settings.env /vol/kpn-smartlife/virtualenvs/uwsgi/bin/manage.py rebuild_index --noinput
  3441. [jenkins@tvlapps1047b.support.local] out: /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/raven/conf/remote.py:61: UserWarning: Transport selection via DSN is deprecated. You should explicitly pass the transport class to Client() instead.
  3442. [jenkins@tvlapps1047b.support.local] out: warnings.warn('Transport selection via DSN is deprecated. You should explicitly pass the transport class to Client() instead.')
  3443. [jenkins@tvlapps1047b.support.local] out:
  3444. [jenkins@tvlapps1047b.support.local] out: Removing all documents from your index because you said so.
  3445. [jenkins@tvlapps1047b.support.local] out: /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/haystack/backends/simple_backend.py:47: UserWarning: clear is not implemented in this backend
  3446. [jenkins@tvlapps1047b.support.local] out: warn('clear is not implemented in this backend')
  3447. [jenkins@tvlapps1047b.support.local] out:
  3448. [jenkins@tvlapps1047b.support.local] out: All documents removed.
  3449. [jenkins@tvlapps1047b.support.local] out: Indexing 181 Products
  3450. [jenkins@tvlapps1047b.support.local] out: /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/haystack/backends/simple_backend.py:41: UserWarning: update is not implemented in this backend
  3451. [jenkins@tvlapps1047b.support.local] out: warn('update is not implemented in this backend')
  3452. [jenkins@tvlapps1047b.support.local] out:
  3453. [jenkins@tvlapps1047b.support.local] out:
  3454.  
  3455. [jenkins@tvlapps1047b.support.local] sudo: chmod +x /vol/kpn-smartlife/virtualenvs/uwsgi/bin/manage.py
  3456. [jenkins@tvlapps1047b.support.local] sudo: DJANGO_ENV_FILE=/vol/kpn-smartlife/etc/settings.env /vol/kpn-smartlife/virtualenvs/uwsgi/bin/manage.py migrate --noinput --database=default
  3457. [jenkins@tvlapps1047b.support.local] out: /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/raven/conf/remote.py:61: UserWarning: Transport selection via DSN is deprecated. You should explicitly pass the transport class to Client() instead.
  3458. [jenkins@tvlapps1047b.support.local] out: warnings.warn('Transport selection via DSN is deprecated. You should explicitly pass the transport class to Client() instead.')
  3459. [jenkins@tvlapps1047b.support.local] out:
  3460. [jenkins@tvlapps1047b.support.local] out: Operations to perform:
  3461. [jenkins@tvlapps1047b.support.local] out:  Synchronize unmigrated apps: reports_dashboard, axes, djcelery, reviews_dashboard, form_utils, registration, rest_framework, treebeard, localflavor, raven_contrib_django, communications_dashboard, wagtailsites, offers_dashboard, pages_dashboard, shipping_dashboard, haystack, memoize, vouchers_dashboard, django_tables2, partners_dashboard, staticfiles, oscar, modelcluster, betterforms, compressor, catalogue_dashboard, users_dashboard, oauth2_provider, search, promotions_dashboard, fup, messages, widget_tweaks, dashboard, wagtailsnippets, django_healthchecks, ranges_dashboard, constance, orders_dashboard
  3462. [jenkins@tvlapps1047b.support.local] out:  Apply all migrations: prospect, redirects, flatpages, sites, captcha, buckaroo, accounts, voucher, partner, wagtailforms, wagtailredirects, wagtailimages, authtoken, wagtailadmin, sessions, contenttypes, campaignpages, catalogue, wagtaildocs, smartlife, checkout, thumbnail, promotions, wagtailusers, terms, wishlists, wagtailembeds, offer, interfaces, auth, help_and_advice, wagtailcore, kombu_transport_django, address, payment, customer, analytics, admin, database, shipping, reviews, taggit, basket, partner_portal, auth_custom, order, crm
  3463. [jenkins@tvlapps1047b.support.local] out: Synchronizing apps without migrations:
  3464. [jenkins@tvlapps1047b.support.local] out: Creating tables...
  3465. [jenkins@tvlapps1047b.support.local] out: Running deferred SQL...
  3466. [jenkins@tvlapps1047b.support.local] out: Installing custom SQL...
  3467. [jenkins@tvlapps1047b.support.local] out: Running migrations:
  3468. [jenkins@tvlapps1047b.support.local] out: No migrations to apply.
  3469. [jenkins@tvlapps1047b.support.local] out:  Your models have changes that are not yet reflected in a migration, and so won't be applied.
  3470. [jenkins@tvlapps1047b.support.local] out:  Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
  3471. [jenkins@tvlapps1047b.support.local] out:
  3472.  
  3473. [jenkins@tvlapps1047b.support.local] sudo: /usr/bin/scl enable python27 postgresql92 -- supervisorctl restart uwsgi
  3474. [jenkins@tvlapps1047b.support.local] out: uwsgi: stopped
  3475. [jenkins@tvlapps1047b.support.local] out: uwsgi: started
  3476. [jenkins@tvlapps1047b.support.local] out:
  3477.  
  3478. [jenkins@tvlapps1047b.support.local] sudo: chmod +x /vol/kpn-smartlife/virtualenvs/uwsgi/bin/manage.py
  3479. [jenkins@tvlapps1047b.support.local] sudo: DJANGO_ENV_FILE=/vol/kpn-smartlife/etc/settings.env /vol/kpn-smartlife/virtualenvs/uwsgi/bin/manage.py flushcache
  3480. [jenkins@tvlapps1047b.support.local] out: /vol/kpn-smartlife/virtualenvs/uwsgi/lib/python2.7/site-packages/raven/conf/remote.py:61: UserWarning: Transport selection via DSN is deprecated. You should explicitly pass the transport class to Client() instead.
  3481. [jenkins@tvlapps1047b.support.local] out: warnings.warn('Transport selection via DSN is deprecated. You should explicitly pass the transport class to Client() instead.')
  3482. [jenkins@tvlapps1047b.support.local] out:
  3483. [jenkins@tvlapps1047b.support.local] out:
  3484.  
  3485. [jenkins@tvlapps1047b.support.local] sudo: mkdir -p /vol/kpn-smartlife/virtualenvs/
  3486. [jenkins@tvlapps1047b.support.local] sudo: /usr/bin/scl enable python27 postgresql92 -- supervisorctl stop celerybeat
  3487. [jenkins@tvlapps1047b.support.local] out: celerybeat: stopped
  3488. [jenkins@tvlapps1047b.support.local] out:
  3489.  
  3490. [jenkins@tvlapps1047b.support.local] sudo: /usr/bin/scl enable python27 postgresql92 -- supervisorctl stop celeryd
  3491. [jenkins@tvlapps1047b.support.local] out: celeryd: stopped
  3492. [jenkins@tvlapps1047b.support.local] out:
  3493.  
  3494. [jenkins@tvlapps1047b.support.local] sudo: /usr/bin/scl enable python27 postgresql92 -- supervisorctl stop celeryd_highprio
  3495. [jenkins@tvlapps1047b.support.local] out: celeryd_highprio: stopped
  3496. [jenkins@tvlapps1047b.support.local] out:
  3497.  
  3498. [jenkins@tvlapps1047b.support.local] sudo: /vol/kpn-smartlife/virtualenvs/celery/bin/pip install -U pip
  3499. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pip in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages
  3500. [jenkins@tvlapps1047b.support.local] out:
  3501.  
  3502. [jenkins@tvlapps1047b.support.local] sudo: /vol/kpn-smartlife/virtualenvs/celery/bin/pip uninstall -y django-configurations
  3503. [jenkins@tvlapps1047b.support.local] out: Uninstalling django-configurations-1.0:
  3504. [jenkins@tvlapps1047b.support.local] out: Successfully uninstalled django-configurations-1.0
  3505. [jenkins@tvlapps1047b.support.local] out:
  3506.  
  3507. [jenkins@tvlapps1047b.support.local] sudo: rm -rf /vol/kpn-smartlife/virtualenvs/celery/lib*/python2.7/site-packages/django_configurations-1.0.dist-info/
  3508. [jenkins@tvlapps1047b.support.local] sudo: /vol/kpn-smartlife/virtualenvs/celery/bin/pip install --upgrade --force-reinstall django-configurations==1.0
  3509. [jenkins@tvlapps1047b.support.local] out: Collecting django-configurations==1.0
  3510. [jenkins@tvlapps1047b.support.local] out: Using cached django_configurations-1.0-py2.py3-none-any.whl
  3511. [jenkins@tvlapps1047b.support.local] out: Installing collected packages: django-configurations
  3512. [jenkins@tvlapps1047b.support.local] out: Successfully installed django-configurations-1.0
  3513. [jenkins@tvlapps1047b.support.local] out:
  3514.  
  3515. [jenkins@tvlapps1047b.support.local] sudo: /vol/kpn-smartlife/virtualenvs/celery/bin/pip install -U --no-index --trusted-host smartlife-pypi.lukkien.com --find-links http://pypi:downloading@smartlife-pypi.lukkien.com/ /tmp/python-dist-packages/smartlife-4.0.6.tar.gz --use-wheel
  3516. [jenkins@tvlapps1047b.support.local] out: Processing /tmp/python-dist-packages/smartlife-4.0.6.tar.gz
  3517. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: Django==1.8.16 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3518. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: amqp==1.4.7 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3519. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: anyjson==0.3.3 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3520. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: billiard==3.3.0.19 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3521. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: celery==3.1.17 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3522. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: datadiff==1.1.6 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3523. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: dj-database-url==0.3.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3524. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-betterforms==1.1.1 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3525. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-cache-url==1.0.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3526. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-cache-utils==0.7.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3527. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-memoize==1.2.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3528. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-celery==3.1.16 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3529. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-constance[database]==1.1.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3530. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-configurations==1.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3531. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-picklefield==0.3.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3532. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-extensions==1.5.5 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3533. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-form-utils==1.0.3 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3534. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-healthchecks==0.1.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3535. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-localflavor==1.1 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3536. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-model-utils==2.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3537. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-oauth-toolkit==0.8.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3538. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-debug-toolbar==1.4 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3539. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-oscar==1.3 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3540. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-recaptcha==1.0.4 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3541. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-registration-redux==1.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3542. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-statsd-mozilla==0.3.15 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3543. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-tables2==1.0.7 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3544. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-treebeard==4.0.1 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3545. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-uuidfield==0.5.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3546. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-widget-tweaks==1.4.1 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3547. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: djangorestframework==3.4.7 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3548. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: djangorestframework-jwt==1.8.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3549. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: future==0.15.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3550. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: jdcal==1.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3551. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: kombu==3.0.30 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3552. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: markdown==2.6.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3553. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: ntplib==0.3.3 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3554. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: openpyxl==2.2.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3555. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: psycopg2==2.6 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3556. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pycountry==1.10 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3557. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pycrypto==2.6.1 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3558. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pyexcel-io==0.0.9 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3559. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pyexcel-xlsx==0.0.9 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3560. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pyexcel==0.1.7 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3561. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pylibmc==1.5.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3562. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: python-dateutil==2.6.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3563. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: python-stdnum==1.1 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3564. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pytz==2016.7 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3565. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: sqlparse==0.1.18 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3566. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: raven==5.5.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3567. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: requests==2.7.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3568. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: texttable==0.8.4 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3569. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: ua-parser==0.6.1 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3570. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: xlrd==0.9.4 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3571. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: xlwt-future==0.8.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3572. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: tablib==0.11.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3573. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: PyJWT==1.4.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3574. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-haystack==2.5.1 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3575. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-compressor==1.5 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3576. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: paramiko==1.12 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3577. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: Fabric==1.10.1 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3578. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: oauth2-provider in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3579. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: lxml==3.4.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3580. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: arrow==0.5.4 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3581. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: jsonfield==0.9.22 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3582. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-ratelimit==0.5.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3583. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-axes==1.3.9 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3584. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: wagtail==1.5.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3585. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: Willow==0.3 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3586. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-modelcluster==2.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3587. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-taggit==0.18.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3588. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: html5lib==0.9999999 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from smartlife==4.0.6)
  3589. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: six in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-betterforms==1.1.1->smartlife==4.0.6)
  3590. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: oauthlib>=0.6.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-oauth-toolkit==0.8.0->smartlife==4.0.6)
  3591. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-braces>=1.2.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-oauth-toolkit==0.8.0->smartlife==4.0.6)
  3592. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: phonenumbers<8.0.0,>=6.3.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3593. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pillow>=1.7.8 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3594. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-extra-views<0.6.5,>=0.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3595. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: mock<3.0,>=1.0.1 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3596. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: sorl-thumbnail>=12.4a1 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3597. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: Babel<3.0,>=1.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3598. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: Unidecode<0.05,>=0.04.12 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3599. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: purl>=0.7 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3600. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: factory-boy<3.0,>=2.4.1 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-oscar==1.3->smartlife==4.0.6)
  3601. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: statsd==2.1.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-statsd-mozilla==0.3.15->smartlife==4.0.6)
  3602. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: django-appconf>=0.4 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from django-compressor==1.5->smartlife==4.0.6)
  3603. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: ecdsa in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from paramiko==1.12->smartlife==4.0.6)
  3604. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: setuptools in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from oauth2-provider->smartlife==4.0.6)
  3605. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: beautifulsoup4>=4.3.2 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from wagtail==1.5.2->smartlife==4.0.6)
  3606. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: funcsigs>=1; python_version < "3.3" in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from mock<3.0,>=1.0.1->django-oscar==1.3->smartlife==4.0.6)
  3607. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: pbr>=0.11 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from mock<3.0,>=1.0.1->django-oscar==1.3->smartlife==4.0.6)
  3608. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: fake-factory>=0.5.0 in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from factory-boy<3.0,>=2.4.1->django-oscar==1.3->smartlife==4.0.6)
  3609. [jenkins@tvlapps1047b.support.local] out: Requirement already up-to-date: ipaddress; python_version == "2.7" in /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages (from fake-factory>=0.5.0->factory-boy<3.0,>=2.4.1->django-oscar==1.3->smartlife==4.0.6)
  3610. [jenkins@tvlapps1047b.support.local] out: Building wheels for collected packages: smartlife
  3611. [jenkins@tvlapps1047b.support.local] out: Running setup.py bdist_wheel for smartlife ... [?25l- \ | / - \ | / - \ | / done
  3612. [jenkins@tvlapps1047b.support.local] out: [?25h Stored in directory: /vol/kpn-smartlife/.cache/pip/wheels/e0/c3/1f/913337f386a82781be69cf619436f9ba5cbab3b8e0fd96a4f0
  3613. [jenkins@tvlapps1047b.support.local] out: Successfully built smartlife
  3614. [jenkins@tvlapps1047b.support.local] out: Installing collected packages: smartlife
  3615. [jenkins@tvlapps1047b.support.local] out: Found existing installation: smartlife 4.0.6
  3616. [jenkins@tvlapps1047b.support.local] out: Uninstalling smartlife-4.0.6:
  3617. [jenkins@tvlapps1047b.support.local] out: Successfully uninstalled smartlife-4.0.6
  3618. [jenkins@tvlapps1047b.support.local] out: Successfully installed smartlife-4.0.6
  3619. [jenkins@tvlapps1047b.support.local] out:
  3620.  
  3621. [jenkins@tvlapps1047b.support.local] sudo: chmod +x /vol/kpn-smartlife/virtualenvs/celery/bin/manage.py
  3622. [jenkins@tvlapps1047b.support.local] sudo: DJANGO_ENV_FILE=/vol/kpn-smartlife/etc/settings.env /vol/kpn-smartlife/virtualenvs/celery/bin/manage.py collectstatic --noinput
  3623. [jenkins@tvlapps1047b.support.local] out: /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/raven/conf/remote.py:61: UserWarning: Transport selection via DSN is deprecated. You should explicitly pass the transport class to Client() instead.
  3624. [jenkins@tvlapps1047b.support.local] out: warnings.warn('Transport selection via DSN is deprecated. You should explicitly pass the transport class to Client() instead.')
  3625. [jenkins@tvlapps1047b.support.local] out:
  3626. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/css/main-partnerportal.min.css'
  3627. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/css/main-webshop.min.css'
  3628. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/css/main-mysmartlife.min.css'
  3629. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/css/admin/hide-original.min.css'
  3630. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/css/wagtailadmin/wagtailadmin.min.css'
  3631. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Veilig_programmas_beheren.pdf'
  3632. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Technische_Specificaties.pdf'
  3633. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Comfort_Anna_slimme_thermostaat.pdf'
  3634. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Privacy_Statement.pdf'
  3635. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Comfort_Anna_app.pdf'
  3636. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_160226_technische_gegevens_tom_anna_v001.pdf'
  3637. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Handleiding.pdf'
  3638. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Veilig_Huisoppas.pdf'
  3639. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Factuuruitleg.pdf'
  3640. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Veilig_Alarmopvolging.pdf'
  3641. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Algemene_Voorwaarden.pdf'
  3642. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/documents/KPN_SmartLife_Comfort_Anna_smartlife_app.pdf'
  3643. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Pricing.woff'
  3644. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Icons.eot'
  3645. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Light-WF.eot'
  3646. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/icomoon.eot'
  3647. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/icomoon.woff'
  3648. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Normal-WF.woff'
  3649. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Normal-WF.eot'
  3650. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Icons.ttf'
  3651. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Normal-WF.ttf'
  3652. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Pricing.eot'
  3653. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Icons.svg'
  3654. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Normal-WF.woff'
  3655. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Light-WF.ttf'
  3656. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/selection.json'
  3657. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Light-WF.eot'
  3658. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Bold-WF.ttf'
  3659. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/icomoon.ttf'
  3660. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Normal-WF.eot'
  3661. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/icomoon.svg'
  3662. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Pricing.ttf'
  3663. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Icons.woff'
  3664. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Light-WF.woff'
  3665. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Bold-WF.eot'
  3666. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Normal-WF.ttf'
  3667. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Light-WF.woff'
  3668. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Bold-WF.ttf'
  3669. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Light-WF.ttf'
  3670. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Bold-WF.eot'
  3671. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Sans-Bold-WF.woff'
  3672. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/KPN-Accent-Bold-WF.woff'
  3673. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.woff2'
  3674. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.eot'
  3675. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.ttf'
  3676. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.svg'
  3677. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/fonts/bootstrap/glyphicons-halflings-regular.woff'
  3678. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/example-data/product-wizard.json'
  3679. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/example-data/catalogue.json'
  3680. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/example-data/basket.json'
  3681. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/js/mysmartlife.min.js'
  3682. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/js/features.min.js'
  3683. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/js/site.min.js'
  3684. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/js/partnerportal.min.js'
  3685. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/js/oscar/dashboard.min.js'
  3686. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/kpn-logo.png'
  3687. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-kpn-groot.png'
  3688. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-smartveilig-mobile@2x.png'
  3689. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/sitewide-footer-logo-kpn@2x.png'
  3690. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-ideal@2x.png'
  3691. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/email_login.png'
  3692. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/activity-grey.png'
  3693. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-smartveilig-desktop.png'
  3694. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/email_logo.png'
  3695. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/email_footer.jpg'
  3696. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/sitewide-footer-logo-kpn.png'
  3697. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-smartveilig-mobile.png'
  3698. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-ideal.png'
  3699. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/logo-smartveilig-desktop@2x.png'
  3700. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/kpn_favicon.ico'
  3701. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/kpn-logo-footer.png'
  3702. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/activity@2x-grey.png'
  3703. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/kpn-logo-footer@2x.png'
  3704. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/forum.jpg'
  3705. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/forum@2x.jpg'
  3706. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/logo/KPN_Logo.png'
  3707. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/logo/KPN_Logo_small.png'
  3708. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/logo/KPN_Logo@2x.png'
  3709. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/loader/kpn_loader.gif'
  3710. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/bg/bg_header_@2x.png'
  3711. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/bg/bg_header.png'
  3712. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/mysmartlife/bg/mijnsmartlife-visual.jpg'
  3713. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/keuzewijzer_1280.jpg'
  3714. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/vader-en-kind.jpg'
  3715. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/about_reliablesolution.jpg'
  3716. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/overview_packages_320.png'
  3717. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/dame-in-bed_320.jpg'
  3718. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/overview_services_320.jpg'
  3719. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/app_whatissmartlife.png'
  3720. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/home_carousel.jpg'
  3721. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/actie_320.jpg'
  3722. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/keuzewijzer_320_v2.jpg'
  3723. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/blank.png'
  3724. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/overview_packages_1280.jpg'
  3725. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/app_smartlifeveilig.jpg'
  3726. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/error.jpg'
  3727. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/dame-in-bed.jpg'
  3728. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/actie_1280.jpg'
  3729. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/about_operatingdistance.jpg'
  3730. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/alarmopvolging_320.jpg'
  3731. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/checkout_thankyou.jpg'
  3732. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/home_comfort.jpg'
  3733. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/overview_services_1280.jpg'
  3734. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/keuzewijzer_320.jpg'
  3735. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/kpn-smartlife-app.jpg'
  3736. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/kpn-smartlife-app-small.jpg'
  3737. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/backgrounds/alarmopvolging_1280.jpg'
  3738. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/branding/kpn-smartlife.png'
  3739. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/anna-infographic.png'
  3740. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/thermostatisch.jpg'
  3741. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/about_alwaysontop.jpg'
  3742. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/service_philips.jpg'
  3743. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/thankyou.jpg'
  3744. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/keuzehulp_tip2.png'
  3745. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/home_kpnsmartlife.png'
  3746. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/alarmopvolging.jpg'
  3747. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/gezin-thuis.jpg'
  3748. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/smartwatch.jpg'
  3749. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/service_photo1.jpg'
  3750. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/kpnsmartlife-infographic.png'
  3751. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/about_bestsolution.jpg'
  3752. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/campagne_korting.png'
  3753. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/service_trigion_2.jpg'
  3754. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/keuzehulp_tip1.png'
  3755. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/keuzehulp_tip3.png'
  3756. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/handknop.jpg'
  3757. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/smartlife-abbonnementen-apparatuur.jpg'
  3758. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/service_photo2.jpg'
  3759. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/video.jpg'
  3760. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/video/programmas.jpg'
  3761. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/content/video/smartlife-app.jpg'
  3762. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/labels/philips-hue.jpg'
  3763. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/labels/trigion.png'
  3764. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/hero/kpn-smartlife-home-faq.jpg'
  3765. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/hero/kpn-carousel-introductiekorting.jpg'
  3766. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/hero/kpn-sonos.jpg'
  3767. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/landing/sonos/wat-kun-je-met-sonos-via-kpn-smartlife.jpg'
  3768. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/landing/sonos/waarom-sonos-via-kpn-smartlife.jpg'
  3769. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/landing/sonos/alarm-aan-muziek-uit.jpg'
  3770. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/iphone7.png'
  3771. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/kpn-prijs-vaantjes-veiligpakket.png'
  3772. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/slimhuis.jpg'
  3773. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/kpn-prijs-vaantjes-veiligpakket2.png'
  3774. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/xperia.png'
  3775. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/kpn-prijs-vaantjes-box.png'
  3776. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/slimleven.jpg'
  3777. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/philips-hue/philips-hue-starterspakket.png'
  3778. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/actie/philips-hue/background.jpg'
  3779. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/campaign_mobile.jpg'
  3780. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/partnerportal_tablet.jpg'
  3781. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/partnerportal_mobile.jpg'
  3782. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/help_tablet.jpg'
  3783. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/home_mobile.jpg'
  3784. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/partnerportal_tablet@2x.jpg'
  3785. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/about_mobile.jpg'
  3786. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/home_tablet.jpg'
  3787. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/about_tablet@2x.jpg'
  3788. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/abonnementen_tablet@2x.jpg'
  3789. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/partnerportal_mobile@2x.jpg'
  3790. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/abonnementen_mobile.jpg'
  3791. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/about_tablet.jpg'
  3792. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/campaign_tablet.jpg'
  3793. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/abonnementen_tablet.jpg'
  3794. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/help_mobile@2x.jpg'
  3795. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/help_mobile.jpg'
  3796. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/help_tablet@2x.jpg'
  3797. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/about_mobile@2x.jpg'
  3798. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/miniheaders/abonnementen_mobile@2x.jpg'
  3799. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/browser-unsupported/mobile.jpg'
  3800. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/browser-unsupported/desktop.jpg'
  3801. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/kpn-smartlife-box.jpg'
  3802. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/veilig-pakket-2.jpg'
  3803. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/background-intro.jpg'
  3804. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/google-maps.jpg'
  3805. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/background-packages.jpg'
  3806. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/opties-in-huis.png'
  3807. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/pakket.png'
  3808. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/pakket1_price.png'
  3809. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/pakket2_price.png'
  3810. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/producten/slimme-stekker.png'
  3811. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/producten/buitencamera.png'
  3812. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/producten/rookmelder.png'
  3813. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/producten/deur-raam-sensor.png'
  3814. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/eindhoven/producten/bewegings-sensor.png'
  3815. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/slimhuis/prijs-pakket-1.png'
  3816. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/slimhuis/prijs-pakket-3.png'
  3817. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/slimhuis/prijs-pakket-2.png'
  3818. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/pakketvoordeel/prijs-pakket-2.png'
  3819. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/overview/introduction.jpg'
  3820. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/overview/philips-hue.jpg'
  3821. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/campaign/overview/kpn-header-acties.jpg'
  3822. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/tom_packshot.jpg'
  3823. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-gu10_icon.png'
  3824. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/instap_thumbnail.jpg'
  3825. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/tom_icon.png'
  3826. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/vitaal-thuis-sensor_packshot.jpg'
  3827. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/anna-huur_packshot.jpg'
  3828. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-gu10-extra_packshot.jpg'
  3829. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/installatieservice-tom_packshot.jpg'
  3830. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/bewegingssensor-huur_packshot.jpg'
  3831. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-gu10_icon.png'
  3832. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/abonnement-basis-huur_packshot.jpg'
  3833. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/rookmelder-met-alarmsirene_packshot.jpg'
  3834. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/comfort-instap_packshot.jpg'
  3835. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-gu10_packshot.jpg'
  3836. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-vitaal_packshot.jpg'
  3837. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/comfort_instap_thumbnail.jpg'
  3838. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/bewegingssensor_packshot.jpg'
  3839. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-gu10-extra_packshot.jpg'
  3840. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamsensor_packshot.jpg'
  3841. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/installatieservice-comfort_packshot.jpg'
  3842. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/installatie-door-een-kpn-expert_packshot.jpg'
  3843. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/veilig-pakket-3_packshot.jpg'
  3844. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/afstandsbediening-huur_packshot.jpg'
  3845. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/veilig-pakket-1_packshot.jpg'
  3846. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife_basis_thumbnail.jpg'
  3847. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-e27_icon.png'
  3848. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-vitaal-actief_packshot.jpg'
  3849. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/veilig-pakket-zoetermeer_packshot.jpg'
  3850. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/slimme-stekker_packshot.jpg'
  3851. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-e27-extra_packshot.jpg'
  3852. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/veilig-pakket-2_packshot.jpg'
  3853. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/bewegingssensor_icon.png'
  3854. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-gu10_packshot.jpg'
  3855. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/veilig-instap_packshot.jpg'
  3856. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/d-link-camera_packshot.jpg'
  3857. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/stel-zelf-samen-pakket_packshot.jpg'
  3858. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamsensor_thumbnail.jpg'
  3859. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-e27_packshot.jpg'
  3860. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/vitaal-actief-sensor_packshot.jpg'
  3861. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-veilig_packshot.jpg'
  3862. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/vitaal-thuis-appartement_packshot.jpg'
  3863. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/afstandsbediening_icon.png'
  3864. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/anna_packshot.jpg'
  3865. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/kpn-expert-medium_packshot.jpg'
  3866. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/d-link-camera-extra_icon.png'
  3867. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamstickers_packshot.jpg'
  3868. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/installatieservice-veilig_packshot.jpg'
  3869. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/standaard_thumbnail.jpg'
  3870. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-onbezorgd-aktief-zwart_packshot.jpg'
  3871. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-e27-extra_packshot.jpg'
  3872. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/installatieservice-anna_packshot.jpg'
  3873. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamsensor-huur_packshot.jpg'
  3874. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-gu10-met-hue-bridge-10_packshot.jpg'
  3875. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/d-link-camera_icon.png'
  3876. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/veilig-standaard_packshot.jpg'
  3877. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-losse-lamp-e27_icon.png'
  3878. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-e27-met-hue-bridge-10_packshot.jpg'
  3879. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/vitaal-thuis-woonhuis_packshot.jpg'
  3880. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/d-link-camera-extra_packshot.jpg'
  3881. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-box_icon.png'
  3882. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-vitaal-thuis_packshot.jpg'
  3883. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/anna_icon.png'
  3884. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/slimme-stekker_icon.png'
  3885. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamsensor_icon.png'
  3886. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-basis_packshot.jpg'
  3887. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamstickers_icon.png'
  3888. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/opzegging-veilig-abonnement_packshot.jpg'
  3889. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/comfort-pakket-2_packshot.jpg'
  3890. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/kpn-expert-small_packshot.jpg'
  3891. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/philips-hue-starterspakket-e27_packshot.jpg'
  3892. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/slimme-stekker-huur_packshot.jpg'
  3893. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/kpn-expert-large_packshot.jpg'
  3894. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/comfort-pakket-3_packshot.jpg'
  3895. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/afstandsbediening_packshot.jpg'
  3896. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/rookmelder-met-alarmsirene-huur_packshot.jpg'
  3897. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-box_packshot.jpg'
  3898. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/rookmelder-met-alarmsirene_icon.png'
  3899. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/smartlife-comfort_packshot.jpg'
  3900. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/comfort-pakket-1_packshot.jpg'
  3901. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/deur-raamstickers_thumbnail.jpg'
  3902. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/slimme-stekker.png'
  3903. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/comfort-instap.png'
  3904. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-losse-lamp-gu10-extra.png'
  3905. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/smartlife-box.png'
  3906. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/rookmelder-met-alarmsirene-huur.png'
  3907. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-losse-lamp-e27-extra.png'
  3908. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/d-link-camera.png'
  3909. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-losse-lamp-e27.png'
  3910. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-gu10-met-hue-bridge-10.png'
  3911. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/rookmelder-met-alarmsirene.png'
  3912. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/bewegingssensor.png'
  3913. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/bewegingssensor-huur.png'
  3914. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-gu10.png'
  3915. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/d-link-camera_transparent.png'
  3916. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-gu10-extra.png'
  3917. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/smartlife-basis.png'
  3918. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-e27.png'
  3919. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/deur-raamsensor-huur.png'
  3920. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/anna.png'
  3921. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/anna-huur.png'
  3922. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/tom.png'
  3923. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/deur-raamsensor.png'
  3924. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/deur-raamsticker.jpg'
  3925. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/afstandsbediening-huur.png'
  3926. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/slimme-stekker-huur.png'
  3927. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-e27-met-hue-bridge-10.png'
  3928. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-starterspakket-e27-extra.png'
  3929. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/afstandsbediening.png'
  3930. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/d-link-camera-extra.png'
  3931. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/images/products/large/philips-hue-losse-lamp-gu10.png'
  3932. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/data/megamenu.json'
  3933. [jenkins@tvlapps1047b.support.local] out: Copying '/vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/smartlife/static/smartlife/data/KeuzewijzerAPI.json'
  3934. [jenkins@tvlapps1047b.support.local] out:
  3935. [jenkins@tvlapps1047b.support.local] out: 308 static files copied to '/vol/kpn-smartlife/public/static/4.0.6', 425 unmodified.
  3936. [jenkins@tvlapps1047b.support.local] out:
  3937.  
  3938. [jenkins@tvlapps1047b.support.local] sudo: chmod +x /vol/kpn-smartlife/virtualenvs/celery/bin/manage.py
  3939. [jenkins@tvlapps1047b.support.local] sudo: DJANGO_ENV_FILE=/vol/kpn-smartlife/etc/settings.env /vol/kpn-smartlife/virtualenvs/celery/bin/manage.py rebuild_index --noinput
  3940. [jenkins@tvlapps1047b.support.local] out: /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/raven/conf/remote.py:61: UserWarning: Transport selection via DSN is deprecated. You should explicitly pass the transport class to Client() instead.
  3941. [jenkins@tvlapps1047b.support.local] out: warnings.warn('Transport selection via DSN is deprecated. You should explicitly pass the transport class to Client() instead.')
  3942. [jenkins@tvlapps1047b.support.local] out:
  3943. [jenkins@tvlapps1047b.support.local] out: Removing all documents from your index because you said so.
  3944. [jenkins@tvlapps1047b.support.local] out: /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/haystack/backends/simple_backend.py:47: UserWarning: clear is not implemented in this backend
  3945. [jenkins@tvlapps1047b.support.local] out: warn('clear is not implemented in this backend')
  3946. [jenkins@tvlapps1047b.support.local] out:
  3947. [jenkins@tvlapps1047b.support.local] out: All documents removed.
  3948. [jenkins@tvlapps1047b.support.local] out: Indexing 181 Products
  3949. [jenkins@tvlapps1047b.support.local] out: /vol/kpn-smartlife/virtualenvs/celery/lib/python2.7/site-packages/haystack/backends/simple_backend.py:41: UserWarning: update is not implemented in this backend
  3950. [jenkins@tvlapps1047b.support.local] out: warn('update is not implemented in this backend')
  3951. [jenkins@tvlapps1047b.support.local] out:
  3952. [jenkins@tvlapps1047b.support.local] out:
  3953.  
  3954. [jenkins@tvlapps1047b.support.local] sudo: /usr/bin/scl enable python27 postgresql92 -- supervisorctl start celeryd_highprio
  3955. [jenkins@tvlapps1047b.support.local] out: celeryd_highprio: started
  3956. [jenkins@tvlapps1047b.support.local] out:
  3957.  
  3958. [jenkins@tvlapps1047b.support.local] sudo: /usr/bin/scl enable python27 postgresql92 -- supervisorctl start celeryd
  3959. [jenkins@tvlapps1047b.support.local] out: celeryd: started
  3960. [jenkins@tvlapps1047b.support.local] out:
  3961.  
  3962. [jenkins@tvlapps1047b.support.local] sudo: /usr/bin/scl enable python27 postgresql92 -- supervisorctl start celerybeat
  3963. [jenkins@tvlapps1047b.support.local] out: celerybeat: started
  3964. [jenkins@tvlapps1047b.support.local] out:
  3965.  
  3966. [jenkins@tvlapps1047b.support.local] sudo: /usr/bin/scl enable python27 postgresql92 -- supervisorctl restart celerycam
  3967. [jenkins@tvlapps1047b.support.local] out: celerycam: stopped
  3968. [jenkins@tvlapps1047b.support.local] out: celerycam: started
  3969. [jenkins@tvlapps1047b.support.local] out:
  3970.  
  3971.  
  3972. Done.
  3973. Disconnecting from tvlapps1047b.support.local... done.
  3974. [Cobertura] Publishing Cobertura coverage report...
  3975. Publishing Cobertura coverage results...
  3976. Cobertura coverage report found.
  3977. Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
  3978. Triggering a new build of Smartlife-Cucumber
  3979. Finished: SUCCESS
  3980. Help us localize this page Page generated: Jul 26, 2017 5:02:12 PM CESTREST APIJenkins ver. 1.652
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement