]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
web: use checksum with rsync
authorVincent Bernat <bernat@luffy.cx>
Sun, 13 Jan 2013 21:49:40 +0000 (22:49 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sun, 13 Jan 2013 21:49:40 +0000 (22:49 +0100)
fabfile.py

index eda481e4781d5003d50268c9a9b91d82dd396953..9fc47d282a11f7ff67c14015a08f9285ad6d9b99 100644 (file)
@@ -57,7 +57,7 @@ def build():
     try:
         with lcd(tempdir):
             local("git clone %s -b gh-pages ." % lldpdir)
-            local("rsync --delete -a --exclude=.git %s/deploy/ ." % lldpdir)
+            local("rsync --delete -ac --exclude=.git %s/deploy/ ." % lldpdir)
             local("git add .")
             local("git diff --stat HEAD")
             answer = prompt("More diff?", default="yes")