# XXX: ajust based on account MAILTO=demo@localhost # minute hour day-of-month month day-of-week command # Occasionaly update GNUnet @monthly { cd $HOME/gnunet/ && make && make install; } &>/dev/null # Update mint 3 * * * * { cd $HOME/mint && git pull && cd $HOME/deployment && ./build_mint.sh && ./launch_mint.sh; } &>/dev/null # Update the landing page, which is in the wallet repo 3 * * * * cd $HOME/wallet && git pull &>/dev/null # Update merchant 13 * * * * { cd $HOME/merchant/ && git pull && cd $HOME/deployment && ./build_merchant.sh && ./launch_merchant.sh; } &>/dev/null # Update bank */13 * * * * { cd $HOME/bank/ && git pull && cd $HOME/deployment && ./django_wsgi.sh; } &>/dev/null