File tree Expand file tree Collapse file tree 3 files changed +80
-115
lines changed Expand file tree Collapse file tree 3 files changed +80
-115
lines changed Original file line number Diff line number Diff line change 71
71
"display_name" : " mormot [async]" ,
72
72
"notes" : " " ,
73
73
"versus" : " None"
74
- },
75
- "postgres-async2" : {
76
- "dockerfile" : " mormot.dockerfile" ,
77
- "db_url" : " /asyncdb" ,
78
- "query_url" : " /asyncqueries?queries=" ,
79
- "fortune_url" : " /asyncfortunes" ,
80
- "update_url" : " /asyncupdates?queries=" ,
81
- "port" : 8080 ,
82
- "approach" : " Realistic" ,
83
- "classification" : " Fullstack" ,
84
- "database" : " postgres" ,
85
- "framework" : " mormot" ,
86
- "language" : " Pascal" ,
87
- "flavor" : " None" ,
88
- "orm" : " Raw" ,
89
- "platform" : " None" ,
90
- "webserver" : " None" ,
91
- "os" : " Linux" ,
92
- "database_os" : " Linux" ,
93
- "display_name" : " mormot [async,nopin]" ,
94
- "notes" : " " ,
95
- "versus" : " None"
96
74
}
97
75
}
98
76
]
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ echo "Download statics from $URL ..."
35
35
wget -qO- " $URL " | tar -xz -C ./libs/mORMot/static
36
36
37
37
# uncomment for fixed commit URL
38
- # URL=https://github.com/synopse/mORMot2/tarball/6dc09ceca456931384857b383ed61b63f11f3be7
39
- URL=" https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG "
38
+ URL=https://github.com/synopse/mORMot2/tarball/2017bddac17a838c9584763e4bd7538aa6f8a529
39
+ # URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
40
40
echo " Download and unpacking mORMot sources from $URL ..."
41
41
wget -qO- " $URL " | tar -xz -C ./libs/mORMot --strip-components=1
42
42
You can’t perform that action at this time.
0 commit comments