cpack: artifacts
[m6w6/libmemcached] / scripts / push-artifacts.sh
1 #!/bin/bash
2 # push artifacts to https://artifacts.m6w6.name/libmemcached/
3
4 if test -n "$PUSH_ARTIFACTS_ID"
5 then
6 echo "$PUSH_ARTIFACTS_ID" > push-artifacts.id
7 fi
8
9 RSYNC_CONF=$(dirname $0)/push-artifacts.conf
10 rsync -RPae "ssh -F $RSYNC_CONF" "$@" m6w6.name::artifacts/libmemcached/