@@ -8,18 +8,18 @@ For pull requests or local commits:
88 open ./images/grid_console.png #to verify the versions are correct
99 git checkout ./images/grid_console.png && open ./videos/chrome/*.mkv
1010 travis lint #if you changed .travis.yml
11- git checkout -b tmp-2.53.1s #name your branch according to your changes
11+ git checkout -b tmp-2.53.1t #name your branch according to your changes
1212 #git add ... git commit ... git push ... open pull request
1313
1414For repository owners only:
1515
16- git commit -m "Chores: finish starting => be ready & apt-key 3B4FE6ACC0B21F32 "
17- git tag -d latest && git tag 2.53.1s && git push origin tmp-2.53.1s && git push --tags
16+ git commit -m "Upgrade Chrome patch to 53.0.2785.92 "
17+ git tag -d latest && git tag 2.53.1t && git push origin tmp-2.53.1t && git push --tags
1818
1919-- Wait for Travis to pass OK
2020-- Make sure changes got merged into master by elgalubot
2121
22- git checkout master && git pull && git branch -d tmp-2.53.1s && git push origin --delete tmp-2.53.1s
22+ git checkout master && git pull && git branch -d tmp-2.53.1t && git push origin --delete tmp-2.53.1t
2323
2424-- Re-add TBD_ * section in CHANGELOG.md starting with TBD_DOCKER_TAG
2525-- If Chrome version changed upload:
@@ -31,7 +31,7 @@ Keep certain bins if chrome version changed for example:
3131
3232 cd binaries && wget -O stable_updates.html "http://googlechromereleases.blogspot.de/search/label/Stable%20updates"
3333 VER=$(grep -Po '([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)' stable_updates.html | head -1)
34- echo $VER; VER="53.0.2785.89 "
34+ echo $VER; VER="53.0.2785.92 "
3535 NAME="google-chrome-stable_${VER}_amd64" && echo ${NAME}
3636 wget -nv --show-progress -O ${NAME}.deb "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
3737 md5sum ${NAME}.deb > ${NAME}.md5 && shasum ${NAME}.deb > ${NAME}.sha
@@ -40,9 +40,9 @@ Keep certain bins if chrome version changed for example:
4040## Retry
4141Failed in Travis? retry
4242
43- git tag -d 2.53.1s && git push origin :2.53.1s
43+ git tag -d 2.53.1t && git push origin :2.53.1t
4444 #git add ...
45- git commit --amend && git tag 2.53.1s && git push --force origin tmp-2.53.1s && git push --tags
45+ git commit --amend && git tag 2.53.1t && git push --force origin tmp-2.53.1t && git push --tags
4646
4747## Docker push from Travis CI
4848Travis [ 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