X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=jhbuild.js;h=aac7cd8d5194c95e89dbd24293046ab132ad6e70;hb=61a128a56345a9fe663b3ede9514977a5f39d4e6;hp=9fab929d621d2009a548bdbff76e101f91d02f9b;hpb=81bbd073ecc445f79daa1b9d4c66b1a04613197f;p=gnome.introspection-doc-generator diff --git a/jhbuild.js b/jhbuild.js index 9fab929..aac7cd8 100755 --- a/jhbuild.js +++ b/jhbuild.js @@ -12,7 +12,9 @@ File = imports.File.File; console = imports.console.console; -Date = imports.Date.Date; + + = imports.DateExtra.DateExtra; + // these should come from args @@ -23,7 +25,7 @@ var UPDATE_SOURCES = false; -var LOGFILE = "jhbuild-" + (new Date()).format("Y-m-d-H") + '.log'; +var LOGFILE = "jhbuild-" + (new DateExtra()).format("Y-m-d-H") + '.log'; // change src & deleteGirs when you add / remove girs..