@@ -6,18 +6,18 @@ 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.1w && git checkout ./images/grid_console.png
9+ git checkout -b tmp-2.53.1x && 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 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
14+ git commit -m "Upgrade Chrome stable patch 53.0.2785.116 "
15+ git tag -d latest && git tag 2.53.1w && git push origin tmp-2.53.1x && 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.1w && git push origin --delete tmp-2.53.1w
20+ git checkout master && git pull && git branch -d tmp-2.53.1x && git push origin --delete tmp-2.53.1x
2121
2222-- Re-add TBD_ * section in CHANGELOG.md starting with TBD_DOCKER_TAG
2323-- If Chrome version changed upload:
@@ -27,7 +27,7 @@ For repository owners only:
2727### Chrome artifact
2828Keep certain bins if chrome version changed for example:
2929
30- cd ~/tmp_binaries && VER="53.0.2785.113 "
30+ cd ~/tmp_binaries && VER="53.0.2785.116 "
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
@@ -38,7 +38,7 @@ Failed in Travis? retry
3838
3939 git tag -d 2.53.1w && git push origin :2.53.1w
4040 #git add ...
41- git commit --amend && git tag 2.53.1w && git push --force origin tmp-2.53.1w && git push --tags
41+ git commit --amend && git tag 2.53.1w && git push --force origin tmp-2.53.1x && git push --tags
4242
4343## Docker push from Travis CI
4444Travis [ 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