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 7171 "display_name" : " mormot [async]" ,
7272 "notes" : " " ,
7373 "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"
9674 }
9775 }
9876 ]
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ echo "Download statics from $URL ..."
3535wget -qO- " $URL " | tar -xz -C ./libs/mORMot/static
3636
3737# 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/29ee5335a07f5f8b8765e112d046e874a9893a41
39+ # URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
4040echo " Download and unpacking mORMot sources from $URL ..."
4141wget -qO- " $URL " | tar -xz -C ./libs/mORMot --strip-components=1
4242
You can’t perform that action at this time.
0 commit comments