Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
81aa182
)
Correction in script for building longbow docs
96/10596/1
author
Mauro Sardara
<
[email protected]
>
Thu, 15 Feb 2018 16:57:00 +0000
(17:57 +0100)
committer
Mauro Sardara
<
[email protected]
>
Fri, 16 Feb 2018 09:14:05 +0000
(10:14 +0100)
Change-Id: I256d3d89a77db99b4bbbb63713582c44e775eab4
Signed-off-by: Mauro Sardara <
[email protected]
>
jjb/cicn/include-raw-cicn-longbow-docs.sh
patch
|
blob
|
history
diff --git
a/jjb/cicn/include-raw-cicn-longbow-docs.sh
b/jjb/cicn/include-raw-cicn-longbow-docs.sh
index
1d8215f
..
a37756d
100644
(file)
--- a/
jjb/cicn/include-raw-cicn-longbow-docs.sh
+++ b/
jjb/cicn/include-raw-cicn-longbow-docs.sh
@@
-1,8
+1,6
@@
#!/bin/bash
set -xe -o pipefail
-SCRIPT_PATH=$( cd "$(dirname "${BASH_SOURCE}")" ; pwd -P )
-
update_cmake_repo() {
cat /etc/resolv.conf
echo "nameserver 8.8.8.8" | sudo tee -a /etc/resolv.conf
@@
-26,6
+24,8
@@
update_cmake_repo() {
[ "$MVN" ] || MVN="/opt/apache/maven/bin/mvn"
[ "$VERSION" ] || VERSION=$(bash scripts/version rpm-version)
+echo "Current directory: $(pwd)"
+
update_cmake_repo
mkdir -p build
pushd build