#!/bin/bash # Temporary script for uploading mips64el packages to the server source /etc/makepkg.conf pushd ${PKGDEST} >/dev/null #TODO: repo-add should stage to a local db and not stage3 repo-add stage3.db.tar.gz $@ popd >/dev/null exit $?