This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import os | |
import subprocess | |
import sys | |
REPO="file:///var/backups/fsl-svn/felspar/" | |
def capture(args): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"root": "/var/chroot/", | |
"source": "http://th.archive.ubuntu.com/ubuntu/", | |
"http-proxy": "http://apt-cacher:3142/", | |
"defaults": {}, | |
"schroot": { | |
"skype": { | |
"release": "lucid", | |
"packages": [ | |
"libasound2", "libqt4-dbus", "libqt4-network", "libqt4-webkit", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
if (! jasmine) { | |
throw new Exception("jasmine library does not exist in global namespace!"); | |
} | |
var ConsoleReporter = function() { | |
this.started = false; | |
this.finished = false; | |
}; |
NewerOlder