mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Cleaning architecture
This commit is contained in:
parent
a857a3438f
commit
6f7c59e8c5
9 changed files with 12 additions and 4 deletions
|
@ -9,10 +9,10 @@ from ansi2html.style import get_styles
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
output_dir = "./www/"
|
output_dir = "../www/"
|
||||||
|
|
||||||
template_path = os.path.join(output_dir,"template.html")
|
template_path = os.path.join(output_dir,"template_pullrequests.html")
|
||||||
output_path = os.path.join(output_dir,"index.html")
|
output_path = os.path.join(output_dir,"pullrequests.html")
|
||||||
|
|
||||||
summary_path = os.path.join("./", "summary.json")
|
summary_path = os.path.join("./", "summary.json")
|
||||||
|
|
8
refresh.sh
Executable file
8
refresh.sh
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
cd roadmap
|
||||||
|
./fetch.py
|
||||||
|
./analayze.py
|
||||||
|
./publish.py
|
||||||
|
cd pullrequests
|
||||||
|
./fetch.py
|
||||||
|
./analayze.py
|
||||||
|
./publish.py
|
|
@ -11,7 +11,7 @@ from ansi2html.style import get_styles
|
||||||
|
|
||||||
output_dir = "../www/"
|
output_dir = "../www/"
|
||||||
|
|
||||||
template_path = os.path.join(output_dir,"template_roadmapdashboard.html")
|
template_path = os.path.join(output_dir,"template_roadmap.html")
|
||||||
output_path = os.path.join(output_dir,"roadmap.html")
|
output_path = os.path.join(output_dir,"roadmap.html")
|
||||||
|
|
||||||
summary_path = os.path.join("./", "summary.json")
|
summary_path = os.path.join("./", "summary.json")
|
||||||
|
|
Loading…
Add table
Reference in a new issue