mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2274
This commit is contained in:
parent
6a05aa3f25
commit
7f5a69b4c0
|
@ -1,22 +0,0 @@
|
|||
# -*- python -*-
|
||||
# sample versions_config.py file.
|
||||
# $Id$
|
||||
|
||||
class Project:
|
||||
def __init__(self, **kwargs):
|
||||
self.__dict__.update(kwargs)
|
||||
|
||||
PROJECTS_ROOT = '~/projects/'
|
||||
URL_ROOT = 'http://setiboinc.ssl.berkeley.edu/'
|
||||
# syntax: (directory_name, db_name, url_name, [('AppName','app_exe_name')])
|
||||
PROJECTS = [ Project(directory_name ='AstroPulse_Beta',
|
||||
db_name ='ap',
|
||||
url_name ='ap',
|
||||
applications =[Project(appname='AstroPulse', exe_prefix='ap_1.*')]),
|
||||
Project(directory_name ='client_test',
|
||||
db_name ='boinc_client_test',
|
||||
url_name ='client_test',
|
||||
applications =[])
|
||||
]
|
||||
APPS_DIR = '../apps'
|
||||
KEY_DIR = '~/keys/'
|
Loading…
Reference in New Issue