aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-02-25 17:52:35 -0500
committerRyan Kavanagh <rak@debian.org>2013-02-25 17:52:35 -0500
commitea95120f18d9b3d173e558c832beea3644a0484e (patch)
tree0c879932bf2ef9a60089c4dafa735e1db3335659 /Makefile
parentComment out my custom GSConfig in xmonad, not needed (diff)
Fix './dm udh' to allow copying from hosts other than master
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d9a5f55..caa9408 100755
--- a/Makefile
+++ b/Makefile
@@ -211,8 +211,12 @@ verify:
}' sha256sums
$(GPG_BINARY) --verify sha256sums.asc
-udh:
- rsync -avz master.debian.org:/var/lib/misc/master.debian.org/ssh_known_hosts .ssh/known_hosts.d/debian
+udh: udh-master
+
+# As a backup for when master changes
+udh-%:
+ # -L to follow symlinks
+ rsync -avzL $(@:udh-%=%).debian.org:/var/lib/misc/ssh_known_hosts .ssh/known_hosts.d/debian
clean:
rm -fr build