Page MenuHomePhabricator
Paste P17127

sandsync
ActivePublic

Authored by Kormat on Sep 1 2021, 2:32 PM.
Tags
None
Referenced Files
F34627831: raw-paste-data.txt
Sep 1 2021, 2:32 PM
Subscribers
None
$ cat ~/bin/sandsync
#!/bin/bash
set -e
cd ~/gerrit/operations/puppet.git
git checkout production
git pull
git rebase production pontoon-mariadb104-test
git push -f origin HEAD:sandbox/kormat/pontoon-mariadb104-test
git push -v -f pontoon HEAD:production
git checkout production

Event Timeline

Kormat changed the title of this paste from untitled to sandsync.Sep 7 2021, 12:19 PM