Gitiles
Code Review
Sign In
gerrit.nordix.org
/
oransc
/
ric-plt
/
sdl
/
c6dae5f39aeee509277990fd7ea7c99f1d408c04
/
.
/
docker_test
/
publish.sh
blob: be40ba3373d2c211ddbc2a93922899034481b9b3 [
file
] [
log
] [
blame
]
#!/bin/bash
echo
"$0: start copying packages"
TARGET
=/
export
if
[
$
# -eq 1 ]
then
TARGET
=
$1
fi
if
[
!
-
d
"$TARGET"
]
then
echo
"$0: Error: target dir $TARGET does not exist"
exit
1
fi
cp
-
v
/
tmp
/
pkgs
/*.
rpm
/
tmp
/
pkgs
/*.
deb
"$TARGET"