fix deployed name in minneapolis-talk, add summary/deploy to chicago talk
parent
b35bb10123
commit
a172d61f2e
|
@ -0,0 +1,12 @@
|
||||||
|
USING: tools.deploy.config ;
|
||||||
|
V{
|
||||||
|
{ deploy-ui? t }
|
||||||
|
{ deploy-io 1 }
|
||||||
|
{ deploy-reflection 1 }
|
||||||
|
{ deploy-compiler? t }
|
||||||
|
{ deploy-math? t }
|
||||||
|
{ deploy-word-props? f }
|
||||||
|
{ deploy-c-types? f }
|
||||||
|
{ "stop-after-last-window?" t }
|
||||||
|
{ deploy-name "Chicago Talk" }
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
Slides for a talk at the Pycon VM Summit, Chicago, IL, March 2009
|
|
@ -8,5 +8,5 @@ V{
|
||||||
{ deploy-word-props? f }
|
{ deploy-word-props? f }
|
||||||
{ deploy-c-types? f }
|
{ deploy-c-types? f }
|
||||||
{ "stop-after-last-window?" t }
|
{ "stop-after-last-window?" t }
|
||||||
{ deploy-name "Catalyst Talk" }
|
{ deploy-name "Minnesota Talk" }
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Slides for a talk at Ruby.mn, Minneapolis MN, January 2008
|
Slides for a talk at Ruby.mn, Minneapolis, MN, January 2008
|
||||||
|
|
Loading…
Reference in New Issue