summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-07-21 15:29:52 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-21 15:29:52 (EDT)
commit6ad74261ec5deb7090d67b7e00a02dca04be1a63 (patch)
treee1629d129b3fff74650e848c7e2e27b0dd695112
parent58bafdcd5514e1794d019dd437e798b39415b5b3 (diff)
downloaddeb-6ad74261ec5deb7090d67b7e00a02dca04be1a63.zip
deb-6ad74261ec5deb7090d67b7e00a02dca04be1a63.tar.gz
deb-6ad74261ec5deb7090d67b7e00a02dca04be1a63.tar.bz2
Add comment to "push" command.
-rwxr-xr-xsrc/deb.sh1
1 files changed, 1 insertions, 0 deletions
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/"
}