git.samba.org
/
sfrench
/
samba-autobuild
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
r9722: Initial attempt at converting samba3dump to EJS..
[sfrench/samba-autobuild/.git]
/
source4
/
scripting
/
libjs
/
upgrade.js
1
/*
2
backend code for upgrading from Samba3
3
Copyright Jelmer Vernooij 2005
4
Released under the GNU GPL v2 or later
5
*/
6
7
libinclude("base.js");
8
9
function foo()
10
{
11
12
return 0;
13
}