Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
software
ndt_core_public
Commits
9f2eb936
Commit
9f2eb936
authored
Aug 22, 2018
by
Tomasz Kucner
Browse files
commeting out release msgs
parent
f1b8c193
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci/release.sh
.gitlab-ci/release.sh
+2
-2
setup.sh
setup.sh
+1
-1
No files found.
.gitlab-ci/release.sh
View file @
9f2eb936
...
...
@@ -48,9 +48,9 @@ move_debian_packages() {
}
release_package
()
{
release_messages
#
release_messages
release_dependency_packages
release_ros_wrappers
#
release_ros_wrappers
release_meta_package
}
...
...
setup.sh
View file @
9f2eb936
...
...
@@ -18,7 +18,7 @@ else
fi
echo
"Installing Dependencies for
V4R
(Ubuntu
${
ubuntu_version_name
}
using ROS
${
ros_version
}
)..."
echo
"Installing Dependencies for
ndt_core
(Ubuntu
${
ubuntu_version_name
}
using ROS
${
ros_version
}
)..."
echo
"If you want to change this you can pass in the codename of the Ubuntu release. Eg.
$0
xenial kinetic for 16.04 with ROS kinetic"
if
[
!
-f
/etc/apt/sources.list.d/ros-latest.list
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment