summaryrefslogtreecommitdiff
path: root/mipsrelease
blob: 925748ff12ce41a00cefa0744462560b619ad0d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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 $?