view quietsync @ 18:6f38aa08408d

starting over: make a web page that draws a streamed graph from collector, with plans for services to scrape the data that collector will subscribe to
author drewp@bigasterisk.com
date Sun, 09 Jan 2022 00:21:41 -0800
parents f714a6a7842c
children
line wrap: on
line source

#!/bin/zsh
eval `keychain --quiet --eval id_ecdsa`
cd `dirname $0`
bin/python sync.py |& egrep -v "^(Running....(darcs|git)|INFO|Nothing to pull|Comparing final state|Contents match|Everything up)" | egrep -v "will be deprecated" | egrep -v "^$"

for repo (traps blender-addons streamed-graph bigast-front-door rdf_elements webfilter) {
  cd /my/repo/${repo}/
  hg up
  hg bookmark -r default master
  hg push git+ssh://git@github.com/drewp/${repo}.git --quiet
}