Parent Directory
|
Revision Log
|
Patch
| revision 1944 by lucas, Tue Oct 12 09:11:00 2010 UTC | revision 1945 by lucas, Sun May 15 08:29:17 2011 UTC | |
|---|---|---|
| # | Line 6 require 'uri' | Line 6 require 'uri' |
| 6 | require 'net/http' | require 'net/http' |
| 7 | require 'json/pure' | require 'json/pure' |
| 8 | ||
| 9 | URELEASE='natty' | URELEASE='oneiric' |
| 10 | ||
| 11 | puts "Content-type: application/json\n\n" | puts "Content-type: application/json\n\n" |
| 12 | ||
| 13 | DREL='sid' | DREL='sid' |
| 14 | UREL='natty' | UREL='oneiric' |
| 15 | ||
| 16 | dbh = DBI::connect('DBI:Pg:dbname=udd;port=5441;host=localhost', 'guest') | dbh = DBI::connect('DBI:Pg:dbname=udd;port=5441;host=localhost', 'guest') |
| 17 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |