Change in vdsm[master]: constants: remove unused EXT_* paths to binaries

osvoboda at redhat.com osvoboda at redhat.com
Thu May 28 22:23:56 UTC 2015


Ondřej Svoboda has uploaded a new change for review.

Change subject: constants: remove unused EXT_* paths to binaries
......................................................................

constants: remove unused EXT_* paths to binaries

git grep (in the root of the repository) cannot find their use.

Change-Id: I1625a42bd50ee165068f08e6c0662b6a3afc64a8
Signed-off-by: Ondřej Svoboda <osvoboda at redhat.com>
---
M lib/vdsm/constants.py.in
1 file changed, 0 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/97/41597/1

diff --git a/lib/vdsm/constants.py.in b/lib/vdsm/constants.py.in
index 2890f3e..8a7e6ea 100644
--- a/lib/vdsm/constants.py.in
+++ b/lib/vdsm/constants.py.in
@@ -94,7 +94,6 @@
 EXT_BLKID = '@BLKID_PATH@'
 EXT_BRCTL = '@BRCTL_PATH@'
 
-EXT_CAT = '@CAT_PATH@'
 EXT_CHOWN = '@CHOWN_PATH@'
 EXT_CP = '@CP_PATH@'
 
@@ -127,13 +126,7 @@
 
 EXT_NICE = '@NICE_PATH@'
 
-EXT_PGREP = '@PGREP_PATH@'
-
 EXT_PYTHON = '@PYTHON@'
-
-EXT_QEMUIMG = '@QEMUIMG_PATH@'
-
-EXT_RSYNC = '@RSYNC_PATH@'
 
 EXT_SETSID = '@SETSID_PATH@'
 EXT_SH = '/bin/sh'  # The shell path is invariable
@@ -141,7 +134,6 @@
 EXT_SUDO = '@SUDO_PATH@'
 
 EXT_TAR = '@TAR_PATH@'
-EXT_TEE = '@TEE_PATH@'
 EXT_TUNE2FS = '@TUNE2FS_PATH@'
 
 EXT_UDEVADM = '@UDEVADM_PATH@'
@@ -149,12 +141,7 @@
 EXT_UMOUNT = '@UMOUNT_PATH@'
 
 EXT_SAFELEASE = '@SAFELEASE_PATH@'
-EXT_VDSM_RESTORE_NET_CONFIG = '@VDSMDIR@/vdsm-restore-net-config'
 EXT_VDSM_STORE_NET_CONFIG = '@VDSMDIR@/vdsm-store-net-config'
-
-EXT_WGET = '@WGET_PATH@'
-
-EXT_VDSM_TOOL = os.path.join('@BINDIR@', 'vdsm-tool')
 
 EXT_CURL_IMG_WRAP = '@LIBEXECDIR@/curl-img-wrap'
 EXT_FC_SCAN = '@LIBEXECDIR@/fc-scan'


-- 
To view, visit https://gerrit.ovirt.org/41597
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1625a42bd50ee165068f08e6c0662b6a3afc64a8
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ondřej Svoboda <osvoboda at redhat.com>


More information about the vdsm-patches mailing list