chiark / gitweb /
fix bad syncing from local copy, force trailing slash to make rsync happy
authorHans-Christoph Steiner <hans@eds.org>
Mon, 30 Jun 2014 20:09:57 +0000 (16:09 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 1 Jul 2014 03:01:47 +0000 (23:01 -0400)
commit9dd138b25384e6b49b970b821f25fc119bdfd94b
tree377e78cf2e1be9a4b1162b0fb6bfa7ced56a04d0
parent3dbe503071ca34d514c40657ea2e2f678e61b232
fix bad syncing from local copy, force trailing slash to make rsync happy

It seems that paths for rsync must have a trailing slash in order to sync
rather than make a subdir, i.e. this makes a duplicate subdir:

  rsync /tmp/fdroid/repo repo

While this syncs the dirs

  rsync /tmp/fdroid/repo/ repo/
fdroidserver/server.py