#!/bin/sh

# This script pushes a copy of the maemo mirror to amazon s3

s3cmd --acl-public --skip-existing sync /var/www/repository.maemo.org s3://freemoe-maemo/

