Code Review
/
hc2vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
027b5b3
)
docker: fix path in copy_packages.sh
96/12596/1
author
Marek Gradzki
<
[email protected]
>
Wed, 16 May 2018 12:04:35 +0000
(14:04 +0200)
committer
Marek Gradzki
<
[email protected]
>
Wed, 16 May 2018 12:06:09 +0000
(12:06 +0000)
Change-Id: I737000a63c81d6812a8fb6aa6d4d8d6b87ffdc7d
Signed-off-by: Marek Gradzki <
[email protected]
>
(cherry picked from commit
03f6001049d60c59c81408c472996cba4e703a75
)
examples/docker/copy_packages.sh
patch
|
blob
|
history
diff --git
a/examples/docker/copy_packages.sh
b/examples/docker/copy_packages.sh
index
555907e
..
5fd9a47
100755
(executable)
--- a/
examples/docker/copy_packages.sh
+++ b/
examples/docker/copy_packages.sh
@@
-3,4
+3,4
@@
rm packages/*.deb
# Copies locally-built vpp and hc2vpp packages
-cp ~/vpp/build-root/*.deb ../packaging/deb/xenial/*.deb packages/
\ No newline at end of file
+cp ~/vpp/build-root/*.deb ../
../
packaging/deb/xenial/*.deb packages/
\ No newline at end of file