Skip to content
bgnori edited this page Jul 20, 2011 · 2 revisions

Welcome to the gnubg wiki!.

How it works: my stupid script does it.

#!/bin/sh
cd /usr/local/repos/git/public/mirror/gnubg
date >> /var/log/gitbot/gnubg.log
git cvsimport -C /usr/local/repos/git/public/mirror/gnubg -o master -d:pserver:[email protected]:/sources/gnubg gnubg >> /var/log/gitbot/gnubg.log 2>&1
git repack >> /var/log/gitbot/gnubg.log 2>&1
git reset HEAD --hard >> /var/log/gitbot/gnubg.log 2>&1
git update-server-info >> /var/log/gitbot/gnubg.log 2>&1
git push --all github >> /var/log/gitbot/gnubg.log 2>&1
Clone this wiki locally