From 6ad74261ec5deb7090d67b7e00a02dca04be1a63 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 21 Jul 2012 15:29:52 -0400 Subject: Add comment to "push" command. --- diff --git a/src/deb.sh b/src/deb.sh index 319a66b..68dc958 100755 --- a/src/deb.sh +++ b/src/deb.sh @@ -391,6 +391,7 @@ EOF exit 1 fi + # Push source and binary package files to remot location. rsync -az --stats "${DEB_TREE}/pkgs/" "${CONFIG_remote}/pkgs/" rsync -az --stats "${DEB_TREE}/builds/" "${CONFIG_remote}/builds/" } -- cgit v0.9.1