#!/bin/bash if [ "$1" != "--git" ]; then fwmirror -s rsync://rsync.frugalware.org/pub/frugalware/ -v current \ -a i686,source -d /home/ftp/pub/frugalware/ -- -vP --delete #--exclude "*.zip" #--exclude "*.tar.bz2" --exclude "*.tar.gz" --exclude "*.fpm" fi cd /home/ftp/pub/frugalware/frugalware-current git update-index --refresh git remote add origin vmiklos@git.frugalware.org:/home/ftp/pub/frugalware/frugalware-current git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master tools/getall.py