Update BonjourGrid archive, Upgrade BonjourGrid-Client
[slapos.git] / software / bonjourgrid-client / software.cfg
1 [buildout]
2
3 # Local development - to be remove
4 develop =
5   ${:parts-directory}/slapos.cookbook-repository
6
7 parts=
8   slapos-cookbook
9   boinc
10   condor
11   computer-info
12   bonjourgrid
13   template
14   template-boinc
15   template-condor
16   template-bonjourgrid
17   slapos.cookbook-repository
18   check-recipe
19
20 extends =
21   ../../component/boinc-client/buildout.cfg
22   ../../component/condor/buildout.cfg
23   ../../component/git/buildout.cfg
24   ../../stack/slapos.cfg
25
26 [template-bonjourgrid]
27 recipe = slapos.recipe.template
28 url = ${:_profile_base_location_}/bonjourgrid-instance.cfg
29 output = ${buildout:directory}/template-bonjourgrid.cfg
30 mode = 0644
31 md5sum = 4cf5a1a44bc7185f8882ab7247f309fc
32
33 [bonjourgrid]
34 recipe = hexagonit.recipe.download
35 url = ${:_profile_base_location_}/bonjourgrid.src/bonjourgrid.slapos.tar.gz
36 md5sum = 5b4594b8451d83eedfa5224dbdcbb872
37
38 [template]
39 # Default template for boinc-client instance.
40 recipe = slapos.recipe.template
41 url = ${:_profile_base_location_}/instance.cfg
42 md5sum = 1fad063b948b00be92cbd4d6b1bb8c10
43 output = ${buildout:directory}/template.cfg
44 mode = 0644
45
46 [computer-info]
47 recipe = hexagonit.recipe.download
48 url = ${:_profile_base_location_}/templates/machineinfo.worker.sh.in
49 md5sum = 994fcb4dff1c86755b27f7c4a085e24a
50 filename = machineinfo.worker.sh.in
51 download-only = true
52
53 [template-boinc]
54 # Default template for boinc-client instance.
55 recipe = slapos.recipe.template
56 url = ${:_profile_base_location_}/boinc-instance.cfg
57 md5sum = 0d9da949721c58494fde07ab03684331
58 output = ${buildout:directory}/template-boinc.cfg
59 mode = 0644
60
61 [template-condor]
62 recipe = slapos.recipe.template
63 url = ${:_profile_base_location_}/condor-instance.cfg
64 output = ${buildout:directory}/template-condor.cfg
65 md5sum = c314c3a338e5f5fa7862cf2ff14bef1b
66 mode = 0644
67
68 # Local development
69 [slapos.cookbook-repository]
70 recipe = plone.recipe.command
71 stop-on-error = true
72 branch = grid-computing
73 revision =
74 location = ${buildout:parts-directory}/${:_buildout_section_name_}
75 command = "${git:location}/bin/git" clone --branch "${:branch}" --quiet http://git.erp5.org/repos/slapos.git "${:location}" && if [ -n "${:revision}" ]; then cd "${:location}" && "${git:location}/bin/git" reset --quiet --hard "${:revision}" ; fi
76 update-command = cd "${:location}" && "${git:location}/bin/git" fetch --quiet && if [ -n "${:revision}" ]; then "${git:location}/bin/git" reset --hard "${:revision}"; else "${git:location}/bin/git" reset --quiet --hard @{upstream} ; fi
77
78 [check-recipe]
79 recipe = plone.recipe.command
80 stop-on-error = true
81 update-command = ${:command}
82 command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
83
84 [versions]
85 lxml = 2.3.6