Skip to content

Conversation

ading007
Copy link

@ading007 ading007 commented Sep 10, 2019

testing.
[skip ci]

@codecov-io
Copy link

codecov-io commented Sep 10, 2019

Codecov Report

Merging #8590 into master will decrease coverage by 0.11%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master   #8590      +/-   ##
=========================================
- Coverage   31.51%   31.4%   -0.12%     
=========================================
  Files         293     293              
  Lines       44382   44382              
=========================================
- Hits        13986   13937      -49     
- Misses      29173   29223      +50     
+ Partials     1223    1222       -1
Impacted Files Coverage Δ
lib/portlayer/attach/communication/lazy.go 68.18% <0%> (-22.73%) ⬇️
lib/portlayer/attach/communication/connector.go 54.2% <0%> (-7.48%) ⬇️
cmd/vic-machine/common/images.go 60.97% <0%> (-6.51%) ⬇️
pkg/logmgr/logmgr.go 62.79% <0%> (-3.88%) ⬇️
lib/portlayer/attach/communication/interactor.go 24.08% <0%> (-2.92%) ⬇️
cmd/tether/attach.go 62.21% <0%> (-0.62%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7011492...76e1305. Read the comment docs.

@ading007 ading007 force-pushed the update_vchpkg_dockerfile branch from f63b80c to 76463b2 Compare September 16, 2019 02:51
RUN wget -e robots=off -r -nH -nd -np -R $EXCLUDE_LIST https://dl.bintray.com/vmware/photon_release_2.0_x86_64/noarch/ -P /usr/share/nginx/html/photon/noarch/
RUN wget -e robots=off -r -nH -nd -np -R $EXCLUDE_LIST https://dl.bintray.com/vmware/photon_updates_2.0_x86_64/x86_64/ -P /usr/share/nginx/html/photon-updates/x86_64/
RUN wget -e robots=off -r -nH -nd -np -R $EXCLUDE_LIST https://dl.bintray.com/vmware/photon_updates_2.0_x86_64/noarch/ -P /usr/share/nginx/html/photon-updates/noarch/
RUN wget -qO- https://dl.bintray.com/vmware/photon_release_2.0_x86_64/x86_64/ | grep -i "</a>" | cut -d : -f 2 | cut -d '"' -f 1 | xargs -I {} wget -e robots=off -r -nH -nd -np -R $EXCLUDE_LIST https://dl.bintray.com/vmware/photon_release_2.0_x86_64/x86_64/{} -P /usr/share/nginx/html/photon/x86_64/
Copy link
Contributor

@DanielXiao DanielXiao Sep 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Why do you still use recursive download?
  2. Use a regex to grep out the rpm name would be easier for maintenance than cut.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay.

@ading007 ading007 force-pushed the update_vchpkg_dockerfile branch from 76463b2 to 76e1305 Compare September 16, 2019 03:54
@ading007 ading007 merged commit dc425af into vmware:master Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants