@@ -7,18 +7,18 @@ For pull requests or local commits:
77 docker exec grid versions && ./test/after_script && travis lint
88 open ./images/grid2_console.png && open ./images/grid3_console.png && open ./videos/mobile_emulation/*.mkv
99 open test/seleIDE/videos/rc/sele_ide.mkv
10- git checkout -b tmp-3.0.1d && git checkout ./images/grid2_console.png && git checkout ./images/grid3_console.png
10+ git checkout -b tmp-3.0.1e && git checkout ./images/grid2_console.png && git checkout ./images/grid3_console.png
1111 #git add ... git commit ... git push ... open pull request
1212
1313For repository owners only:
1414
15- git commit -m "Reduce image size by 55% "
16- git tag -d latest && git tag 3.0.1d && git push origin tmp-3.0.1d && git push --tags
15+ git commit -m "Upgrade Chrome patch 54.0.2840.100 "
16+ git tag -d latest && git tag 3.0.1e && git push origin tmp-3.0.1e && git push --tags
1717
1818-- Wait for Travis to pass OK
1919-- Make sure changes got merged into master by elgalubot
2020
21- git checkout master && git pull && git branch -d tmp-3.0.1d && git push origin --delete tmp-3.0.1d
21+ git checkout master && git pull && git branch -d tmp-3.0.1e && git push origin --delete tmp-3.0.1e
2222
2323-- Re-add TBD_ * section in CHANGELOG.md starting with TBD_DOCKER_TAG
2424-- If Chrome version changed upload:
@@ -28,17 +28,16 @@ For repository owners only:
2828### Chrome artifact
2929Keep certain bins if chrome version changed for example:
3030
31- cd ~/tmp_binaries && VER="54.0.2840.90 " && NAME="google-chrome-stable_${VER}_amd64" && echo ${NAME}
31+ cd ~/tmp_binaries && VER="54.0.2840.100 " && 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"
33- md5sum ${NAME}.deb > ${NAME}.md5 && shasum ${NAME}.deb > ${NAME}.sha
34- cp ${NAME}.md5 ${NAME}.sha ~/dosel/binaries
33+ md5sum ${NAME}.deb > ${NAME}.md5 && shasum ${NAME}.deb > ${NAME}.sha && cp ${NAME}.md5 ${NAME}.sha ~/dosel/binaries
3534
3635## Retry
3736Failed in Travis? retry
3837
39- git tag -d 3.0.1d && git push origin :3.0.1d
38+ git tag -d 3.0.1e && git push origin :3.0.1e
4039 #git add ...
41- git commit --amend && git tag 3.0.1d && git push --force origin tmp-3.0.1d && git push --tags
40+ git commit --amend && git tag 3.0.1e && git push --force origin tmp-3.0.1e && git push --tags
4241
4342## Docker push from Travis CI
4443Travis [ 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