فهرست منبع

Merge pull request #1119 from appropriate/jetty-9.3.5

Jetty 9.3.5.v20151012
Tianon Gravi 10 سال پیش
والد
کامیت
4c0696e3f8
2فایلهای تغییر یافته به همراه9 افزوده شده و 9 حذف شده
  1. 8 8
      library/jetty
  2. 1 1
      test/tests/jetty-hello-web/run.sh

+ 8 - 8
library/jetty

@@ -1,14 +1,14 @@
 # maintainer: Mike Dillon <[email protected]> (@md5)
 # maintainer: Greg Wilkins <[email protected]> (@gregw)
 
-9.3.3: git://github.com/appropriate/docker-jetty@ed49a52a75f5d685edcf3671bf4a2b99987c16ab 9.3-jre8
-9.3: git://github.com/appropriate/docker-jetty@ed49a52a75f5d685edcf3671bf4a2b99987c16ab 9.3-jre8
-9: git://github.com/appropriate/docker-jetty@ed49a52a75f5d685edcf3671bf4a2b99987c16ab 9.3-jre8
-9.3.3-jre8: git://github.com/appropriate/docker-jetty@ed49a52a75f5d685edcf3671bf4a2b99987c16ab 9.3-jre8
-9.3-jre8: git://github.com/appropriate/docker-jetty@ed49a52a75f5d685edcf3671bf4a2b99987c16ab 9.3-jre8
-9-jre8: git://github.com/appropriate/docker-jetty@ed49a52a75f5d685edcf3671bf4a2b99987c16ab 9.3-jre8
-latest: git://github.com/appropriate/docker-jetty@ed49a52a75f5d685edcf3671bf4a2b99987c16ab 9.3-jre8
-jre8: git://github.com/appropriate/docker-jetty@ed49a52a75f5d685edcf3671bf4a2b99987c16ab 9.3-jre8
+9.3.5: git://github.com/appropriate/docker-jetty@ef9adff33ab742c6304e19aa2201a6c30118c7df 9.3-jre8
+9.3: git://github.com/appropriate/docker-jetty@ef9adff33ab742c6304e19aa2201a6c30118c7df 9.3-jre8
+9: git://github.com/appropriate/docker-jetty@ef9adff33ab742c6304e19aa2201a6c30118c7df 9.3-jre8
+9.3.5-jre8: git://github.com/appropriate/docker-jetty@ef9adff33ab742c6304e19aa2201a6c30118c7df 9.3-jre8
+9.3-jre8: git://github.com/appropriate/docker-jetty@ef9adff33ab742c6304e19aa2201a6c30118c7df 9.3-jre8
+9-jre8: git://github.com/appropriate/docker-jetty@ef9adff33ab742c6304e19aa2201a6c30118c7df 9.3-jre8
+latest: git://github.com/appropriate/docker-jetty@ef9adff33ab742c6304e19aa2201a6c30118c7df 9.3-jre8
+jre8: git://github.com/appropriate/docker-jetty@ef9adff33ab742c6304e19aa2201a6c30118c7df 9.3-jre8
 
 9.2.13: git://github.com/appropriate/docker-jetty@8166bf5a7ac46194530d81e0281d0d729fb4b7a8 9.2-jre8
 9.2: git://github.com/appropriate/docker-jetty@8166bf5a7ac46194530d81e0281d0d729fb4b7a8 9.2-jre8

+ 1 - 1
test/tests/jetty-hello-web/run.sh

@@ -27,7 +27,7 @@ _request() {
 }
 
 # Make sure that Jetty is listening on port 8080
-. "$dir/../../retry.sh" --tries 40 --sleep 0.25 '[ "$(_request GET / --output /dev/null || echo $?)" = 7 ]'
+. "$dir/../../retry.sh" --tries 40 --sleep 0.25 '[ "$(_request GET / --output /dev/null || echo $?)" != 7 ]'
 
 # Check that we can request /index.jsp with no params
 [ "$(_request GET "/" | tail -1)" = "null" ]