[openrtm-commit:02771] r3019 - trunk/OpenRTM-aist/build
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 8月 29日 (火) 13:56:09 JST
Author: kawauchi
Date: 2017-08-29 13:56:09 +0900 (Tue, 29 Aug 2017)
New Revision: 3019
Modified:
trunk/OpenRTM-aist/build/pkg_install_raspbian.sh
Log:
[compat,->RELENG_1_2] Support for 'stretch' has been added. refs #4165
Modified: trunk/OpenRTM-aist/build/pkg_install_raspbian.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install_raspbian.sh 2017-08-29 02:25:42 UTC (rev 3018)
+++ trunk/OpenRTM-aist/build/pkg_install_raspbian.sh 2017-08-29 04:56:09 UTC (rev 3019)
@@ -229,7 +229,7 @@
# コードネーム取得
#---------------------------------------
check_codename () {
- cnames="wheezy jessie"
+ cnames="wheezy jessie stretch"
for c in $cnames; do
if test -f "/etc/apt/sources.list"; then
res=`grep $c /etc/apt/sources.list`
More information about the openrtm-commit
mailing list