[openrtm-commit:02908] r3065 - trunk/OpenRTM-aist/build
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 11月 7日 (火) 18:43:30 JST
Author: kawauchi
Date: 2017-11-07 18:43:30 +0900 (Tue, 07 Nov 2017)
New Revision: 3065
Modified:
trunk/OpenRTM-aist/build/pkg_install_debian.sh
trunk/OpenRTM-aist/build/pkg_install_raspbian.sh
Log:
[compat, ->RELENG_1_1] Public key registration has been added. refs #4221
Modified: trunk/OpenRTM-aist/build/pkg_install_debian.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install_debian.sh 2017-11-07 09:33:19 UTC (rev 3064)
+++ trunk/OpenRTM-aist/build/pkg_install_debian.sh 2017-11-07 09:43:30 UTC (rev 3065)
@@ -308,7 +308,7 @@
else
echo $openrtm_repo >> /etc/apt/sources.list
# 公開鍵登録
- #apt-key adv --keyserver keys.gnupg.net --recv-keys 4BCE106E087AFAC0
+ apt-key adv --keyserver keys.gnupg.net --recv-keys 4BCE106E087AFAC0
fi
fi
}
Modified: trunk/OpenRTM-aist/build/pkg_install_raspbian.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install_raspbian.sh 2017-11-07 09:33:19 UTC (rev 3064)
+++ trunk/OpenRTM-aist/build/pkg_install_raspbian.sh 2017-11-07 09:43:30 UTC (rev 3065)
@@ -298,7 +298,7 @@
else
echo $openrtm_repo >> /etc/apt/sources.list
# 公開鍵登録
- #apt-key adv --keyserver keys.gnupg.net --recv-keys 4BCE106E087AFAC0
+ apt-key adv --keyserver keys.gnupg.net --recv-keys 4BCE106E087AFAC0
fi
fi
}
More information about the openrtm-commit
mailing list