summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"
}