summaryrefslogtreecommitdiffstats
path: root/docker/copy_packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/copy_packages.sh')
-rwxr-xr-xdocker/copy_packages.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/copy_packages.sh b/docker/copy_packages.sh
new file mode 100755
index 000000000..79d1ed5d1
--- /dev/null
+++ b/docker/copy_packages.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# Copies locally-built vpp and hc2vpp packages
+cp ~/vpp/build-root/*.deb ../packaging/deb/xenial/*.deb packages/ \ No newline at end of file