[openrtm-commit:01665] r2686 - in branches/RELENG_1_1/OpenRTM-aist: . build
openrtm @ openrtm.org
openrtm @ openrtm.org
2015年 12月 14日 (月) 18:33:14 JST
Author: kawauchi
Date: 2015-12-14 18:33:14 +0900 (Mon, 14 Dec 2015)
New Revision: 2686
Modified:
branches/RELENG_1_1/OpenRTM-aist/
branches/RELENG_1_1/OpenRTM-aist/build/pkg_install_fedora.sh
Log:
[revert] r2685 has been reverted.
Property changes on: branches/RELENG_1_1/OpenRTM-aist
___________________________________________________________________
Modified: svn:mergeinfo
- /tags/RELEASE_1_1_0/OpenRTM-aist:2364-2372
/tags/RELEASE_1_1_0_RC2/OpenRTM-aist:2173
/trunk/OpenRTM-aist:2154-2172,2174-2176,2180,2183-2208,2213,2328,2346,2381-2383,2389-2393,2397-2398,2400-2401,2409,2411-2412,2512-2513,2515-2516,2522-2525,2530-2531,2534-2539,2542-2543,2545-2546,2548-2566,2568,2573-2574,2592,2605,2610,2626,2648,2652-2653,2670,2677-2678,2682,2684
+ /tags/RELEASE_1_1_0/OpenRTM-aist:2364-2372
/tags/RELEASE_1_1_0_RC2/OpenRTM-aist:2173
/trunk/OpenRTM-aist:2154-2172,2174-2176,2180,2183-2208,2213,2328,2346,2381-2383,2389-2393,2397-2398,2400-2401,2409,2411-2412,2512-2513,2515-2516,2522-2525,2530-2531,2534-2539,2542-2543,2545-2546,2548-2566,2568,2573-2574,2592,2605,2610,2626,2648,2652-2653,2670,2677-2678,2682
Modified: branches/RELENG_1_1/OpenRTM-aist/build/pkg_install_fedora.sh
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist/build/pkg_install_fedora.sh 2015-12-14 08:19:49 UTC (rev 2685)
+++ branches/RELENG_1_1/OpenRTM-aist/build/pkg_install_fedora.sh 2015-12-14 09:33:14 UTC (rev 2686)
@@ -27,15 +27,6 @@
reposervers="openrtm.org"
reposerver=""
-#---------------------------------------
-# yum / dnf コマンド切替え
-#---------------------------------------
-if [ $version_num -ge 22 ]; then
- COMMAND="dnf"
-else
- COMMAND="yum"
-fi
-
#----------------------------------------
# root かどうかをチェック
#----------------------------------------
@@ -126,7 +117,7 @@
ins=`rpm -qa $p`
if test "x$ins" = "x"; then
echo "Now installing: " $p
- $COMMAND install $p
+ yum install $p
echo "done."
echo ""
else
@@ -151,7 +142,7 @@
uninstall_packages () {
for p in $*; do
echo "Now uninstalling: " $p
- $COMMAND erase $p
+ yum erase $p
echo "done."
echo ""
done
More information about the openrtm-commit
mailing list