Преглед изворни кода

ULib: remove debug comment (#4080)

stefano casazza пре 6 година
родитељ
комит
ae97cd2199

+ 1 - 1
frameworks/C++/ulib/ulib-json.dockerfile

@@ -45,7 +45,7 @@ RUN tar xf ULib-${ULIB_VERSION}.tar.gz
 WORKDIR $IROOT/ULib-$ULIB_VERSION
 
 # AVOID "configure: error: newly created file is older than distributed files! Check your system clock"
-#RUN cp /src/* src/ulib/net/server/plugin/usp 
+RUN cp /src/* src/ulib/net/server/plugin/usp 
 RUN find . -exec touch {} \;
 
 RUN echo "userver {" >> $ULIB_ROOT/benchmark.cfg

+ 1 - 1
frameworks/C++/ulib/ulib-json_fit.dockerfile

@@ -45,7 +45,7 @@ RUN tar xf ULib-${ULIB_VERSION}.tar.gz
 WORKDIR $IROOT/ULib-$ULIB_VERSION
 
 # AVOID "configure: error: newly created file is older than distributed files! Check your system clock"
-#RUN cp /src/* src/ulib/net/server/plugin/usp 
+RUN cp /src/* src/ulib/net/server/plugin/usp 
 RUN find . -exec touch {} \;
 
 RUN echo "userver {" >> $ULIB_ROOT/benchmark.cfg

+ 1 - 1
frameworks/C++/ulib/ulib-mongodb.dockerfile

@@ -51,7 +51,7 @@ RUN tar xf ULib-${ULIB_VERSION}.tar.gz
 WORKDIR $IROOT/ULib-$ULIB_VERSION
 
 # AVOID "configure: error: newly created file is older than distributed files! Check your system clock"
-#RUN cp /src/* src/ulib/net/server/plugin/usp
+RUN cp /src/* src/ulib/net/server/plugin/usp
 RUN find . -exec touch {} \;
 
 RUN echo "userver {" >> $ULIB_ROOT/benchmark.cfg

+ 1 - 1
frameworks/C++/ulib/ulib-mysql.dockerfile

@@ -45,7 +45,7 @@ RUN tar xf ULib-${ULIB_VERSION}.tar.gz
 WORKDIR $IROOT/ULib-$ULIB_VERSION
 
 # AVOID "configure: error: newly created file is older than distributed files! Check your system clock"
-#RUN cp /src/* src/ulib/net/server/plugin/usp
+RUN cp /src/* src/ulib/net/server/plugin/usp
 RUN find . -exec touch {} \;
 
 RUN echo "userver {" >> $ULIB_ROOT/benchmark.cfg

+ 1 - 1
frameworks/C++/ulib/ulib-plaintext_fit.dockerfile

@@ -45,7 +45,7 @@ RUN tar xf ULib-${ULIB_VERSION}.tar.gz
 WORKDIR $IROOT/ULib-$ULIB_VERSION
 
 # AVOID "configure: error: newly created file is older than distributed files! Check your system clock"
-#RUN cp /src/* src/ulib/net/server/plugin/usp 
+RUN cp /src/* src/ulib/net/server/plugin/usp 
 RUN find . -exec touch {} \;
 
 RUN echo "userver {" >> $ULIB_ROOT/benchmark.cfg

+ 1 - 1
frameworks/C++/ulib/ulib-postgres.dockerfile

@@ -45,7 +45,7 @@ RUN tar xf ULib-${ULIB_VERSION}.tar.gz
 WORKDIR $IROOT/ULib-$ULIB_VERSION
 
 # AVOID "configure: error: newly created file is older than distributed files! Check your system clock"
-#RUN cp /src/* src/ulib/net/server/plugin/usp
+RUN cp /src/* src/ulib/net/server/plugin/usp
 RUN find . -exec touch {} \;
 
 RUN echo "userver {" >> $ULIB_ROOT/benchmark.cfg

+ 1 - 1
frameworks/C++/ulib/ulib-postgres_fit.dockerfile

@@ -45,7 +45,7 @@ RUN tar xf ULib-${ULIB_VERSION}.tar.gz
 WORKDIR $IROOT/ULib-$ULIB_VERSION
 
 # AVOID "configure: error: newly created file is older than distributed files! Check your system clock"
-#RUN cp /src/* src/ulib/net/server/plugin/usp
+RUN cp /src/* src/ulib/net/server/plugin/usp
 RUN find . -exec touch {} \;
 
 RUN echo "userver {" >> $ULIB_ROOT/benchmark.cfg

+ 1 - 1
frameworks/C++/ulib/ulib.dockerfile

@@ -45,7 +45,7 @@ RUN tar xf ULib-${ULIB_VERSION}.tar.gz
 WORKDIR $IROOT/ULib-$ULIB_VERSION
 
 # AVOID "configure: error: newly created file is older than distributed files! Check your system clock"
-#RUN cp /src/* src/ulib/net/server/plugin/usp 
+RUN cp /src/* src/ulib/net/server/plugin/usp 
 RUN find . -exec touch {} \;
 
 RUN echo "userver {" >> $ULIB_ROOT/benchmark.cfg