• R/O
  • SSH

ateles: 提交

Adaptive Tree based Efficient and Lithe Equation Solver | DG solver of APES; Now found at https://github.com/apes-suite/ateles


Commit MetaInfo

修訂b70df047df45916e844ce6b4c9d7d7d210631b06 (tree)
時間2022-06-22 17:53:00
作者Harald Klimach <harald.klimach@dlr....>
CommiterHarald Klimach

Log Message

Updated recheck.py

Change Summary

差異

diff -r e31e826fed0d -r b70df047df45 recheck.py
--- a/recheck.py Wed Jun 22 10:19:33 2022 +0200
+++ b/recheck.py Wed Jun 22 10:53:00 2022 +0200
@@ -31,11 +31,14 @@
3131 loglevel = 'INFO'
3232
3333 # source for the mercurial functions
34-hg_clone_source = 'ssh://geb.sts.nt.uni-siegen.de//var/www/repos/hg/'
34+hg_clone_source = 'https://hg.osdn.net/view/apes/ateles'
3535
3636 # mail adress
3737 from recheck import notify_list
38-mail_address = notify_list
38+mail_address = ( 'harald.klimach@mailbox.tu-dresden.de',
39+ 'neda.ebrahimipour@dlr.de',
40+ 'nikhil.anand@uni-siegen.de' )
41+smtp_server = { 'tunnel' : {'host':'robin.inf.tu-dresden.de'} }
3942
4043 # name of the shepherd log file
4144 shepherd_out = 'shepherd.log'
@@ -46,7 +49,7 @@
4649
4750 # Set this to true to have the current revision marked as working when all tests
4851 # succeed.
49-create_tag_on = True
52+create_tag_on = False
5053 # Set this to true to have shepherd store the performance results in the loris
5154 # repository.
5255 grep_performance = True
Show on old repository browser