]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
mac build: updates to respect UPLOAD_DEST argument to make
authorrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 27 Feb 2008 00:03:53 +0000 (17:03 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 27 Feb 2008 00:03:53 +0000 (17:03 -0700)
commit1a02f38cf336aa9db09d183218a3a48a81977b9e
tree298aea4dfb99d008a76aa75b7d9709deeec7ef3b
parent301dd3d489c3651737c066dec354577654fa2a29
mac build: updates to respect UPLOAD_DEST argument to make

the make mac-upload target now requires an UPLOAD_DEST argument to be given,
which is the rsync destination (including trailing '/') to which the version
stamped directory containing the .dmg should be placed.  the account the
build is running as (e.g. 'buildslave') should have ssh access to the account
specified in that dest. one might also consider locking the key down to the
target directory by adding something like
command="rsync --server -vlogDtpr . /home/amduser/public_html/dist/mac-blah/"
to the corresponding authorized_key entry on the target machine.
Makefile
mac/Makefile