annotate maintainers_raise_codeworker_dl_timeout.patch @ 49:0c55f24c6b3d

Add a series of patch related to the build systme
author Louis Opter <louis@lse.epitech.net>
date Sun, 15 Jan 2012 21:36:15 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
49
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
1 # HG changeset patch
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
2 # Parent 9605d78aad53acc0b593bfbfecfe572be5de37f5
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
3 maintainers: raise the timeout for the CodeWorker download to 20 seconds
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
4
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
5 diff --git a/maintainers/CMakeScripts/FindCodeWorker.cmake b/maintainers/CMakeScripts/FindCodeWorker.cmake
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
6 --- a/maintainers/CMakeScripts/FindCodeWorker.cmake
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
7 +++ b/maintainers/CMakeScripts/FindCodeWorker.cmake
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
8 @@ -39,7 +39,7 @@
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
9 "http://rathaxes.googlecode.com/files/${CODEWORKER_BINARY_NAME}"
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
10 ${CODEWORKER_BINARY_PATH}
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
11 STATUS CODEWORKER_DL_STATUS
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
12 - TIMEOUT 10)
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
13 + TIMEOUT 20)
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
14
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
15 LIST(GET CODEWORKER_DL_STATUS 0 CODEWORKER_DL_RETURN)
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
16 LIST(GET CODEWORKER_DL_STATUS 1 CODEWORKER_DL_MESSAGE)