@@ -6,38 +6,39 @@ For pull requests or local commits:
66 time (./test/bef && ./test/install && ./test/script_start && ./test/script_end) ; beep
77 docker exec grid versions && ./test/after_script && travis lint
88 open ./images/grid_console.png && open ./videos/chrome/*.mkv
9- git checkout -b tmp-2.53.1v && git checkout ./images/grid_console.png
9+ git checkout -b tmp-2.53.1w && git checkout ./images/grid_console.png
1010 #git add ... git commit ... git push ... open pull request
1111
1212For repository owners only:
1313
14- git commit -m "Upgrade Chromedriver from 2.23 to 2.24 "
15- git tag -d latest && git tag 2.53.1v && git push origin tmp-2.53.1v && git push --tags
14+ git commit -m "Upgrade Chrome stable patch 113 & SC 4.4.0 "
15+ git tag -d latest && git tag 2.53.1w && git push origin tmp-2.53.1w && git push --tags
1616
1717-- Wait for Travis to pass OK
1818-- Make sure changes got merged into master by elgalubot
1919
20- git checkout master && git pull && git branch -d tmp-2.53.1v && git push origin --delete tmp-2.53.1v
20+ git checkout master && git pull && git branch -d tmp-2.53.1w && git push origin --delete tmp-2.53.1w
2121
2222-- Re-add TBD_ * section in CHANGELOG.md starting with TBD_DOCKER_TAG
2323-- If Chrome version changed upload:
2424
25- ~/docker/binaries/
25+ ~/tmp_binaries
2626
2727### Chrome artifact
2828Keep certain bins if chrome version changed for example:
2929
30- cd binaries && VER="53.0.2785.101 "
30+ cd ~/tmp_binaries && VER="53.0.2785.113 "
3131 NAME="google-chrome-stable_${VER}_amd64" && echo ${NAME}
3232 wget -nv --show-progress -O ${NAME}.deb "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
3333 md5sum ${NAME}.deb > ${NAME}.md5 && shasum ${NAME}.deb > ${NAME}.sha
34+ cp ${NAME}.md5 ${NAME}.sha ~/docker/binaries
3435
3536## Retry
3637Failed in Travis? retry
3738
38- git tag -d 2.53.1v && git push origin :2.53.1v
39+ git tag -d 2.53.1w && git push origin :2.53.1w
3940 #git add ...
40- git commit --amend && git tag 2.53.1v && git push --force origin tmp-2.53.1v && git push --tags
41+ git commit --amend && git tag 2.53.1w && git push --force origin tmp-2.53.1w && git push --tags
4142
4243## Docker push from Travis CI
4344Travis [ steps] ( https://docs.travis-ci.com/user/docker/#Pushing-a-Docker-Image-to-a-Registry ) involve ` docker login ` and docker credentials encryptions.
0 commit comments