mirror of https://github.com/BOINC/boinc.git
Adding terminator
This commit is contained in:
parent
0655f09ff8
commit
842f76b26d
|
@ -356,6 +356,7 @@ global $server_version;
|
||||||
$git_commit = "{commit}";
|
$git_commit = "{commit}";
|
||||||
$server_version = "{version}";
|
$server_version = "{version}";
|
||||||
|
|
||||||
|
?>
|
||||||
'''.format(commit=commit, version=version)
|
'''.format(commit=commit, version=version)
|
||||||
f = open(os.path.join(dest_dir, 'release.inc'), 'w')
|
f = open(os.path.join(dest_dir, 'release.inc'), 'w')
|
||||||
f.write(content)
|
f.write(content)
|
||||||
|
|
Loading…
Reference in New Issue