[openrtm-commit:01912] r705 - trunk/OpenRTM-aist-Python/installer/install_scripts
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 4月 25日 (月) 12:50:19 JST
Author: miyamoto
Date: 2016-04-25 12:50:19 +0900 (Mon, 25 Apr 2016)
New Revision: 705
Modified:
trunk/OpenRTM-aist-Python/installer/install_scripts/pkg_install_python_debian.sh
Log:
[compat] add jessie to pkg_install_python_debian.sh
Modified: trunk/OpenRTM-aist-Python/installer/install_scripts/pkg_install_python_debian.sh
===================================================================
--- trunk/OpenRTM-aist-Python/installer/install_scripts/pkg_install_python_debian.sh 2016-04-11 07:31:25 UTC (rev 704)
+++ trunk/OpenRTM-aist-Python/installer/install_scripts/pkg_install_python_debian.sh 2016-04-25 03:50:19 UTC (rev 705)
@@ -63,7 +63,7 @@
# コードネーム取得
#---------------------------------------
check_codename () {
- cnames="sarge etch lenny squeeze wheezy"
+ cnames="sarge etch lenny squeeze wheezy jessie"
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