close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 28, 2010, 1:23:50 PM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v29
|
v30
|
|
| 241 | 241 | |
| 242 | 242 | {{{ |
| 243 | | #!graphviz |
| 244 | | digraph "live-helper" { |
| 245 | | node [shape=record]; |
| 246 | | struct3 [label="lh_config |{ lh_build |{<f3> lh_bootstrap|<f4> lh_chroot|<f5> lh_binary}}"]; |
| 247 | | } |
| 248 | | }}} |
| 249 | | |
| 250 | | {{{ |
| 251 | 243 | digraph "live-helper" { |
| 252 | 244 | node [shape=record]; |
| 253 | | struct1 [label="<f1> lh_config |{ <f2> lh_build | { <f3> lh_bootstrap | <f4> lh_chroot | <f5> lh_binary } }"]; |
| | 245 | struct1 [label="<f1> lh_config |{<f2> lh_build |{<f3> lh_bootstrap|<f4> lh_chroot|<f5> lh_binary}}"]; |
| 254 | 246 | node [shape=box]; |
| 255 | 247 | rankdir=TD; |