Change in vdsm[master]: contrib: add useful zsh functions to assist in vdsm development

phoracek at redhat.com phoracek at redhat.com
Mon Jan 5 14:17:30 UTC 2015


Petr Horáček has posted comments on this change.

Change subject: contrib: add useful zsh functions to assist in vdsm development
......................................................................


Patch Set 3:

(1 comment)

http://gerrit.ovirt.org/#/c/36344/3/contrib/zshrc
File contrib/zshrc:

Line 31: }
Line 32: 
Line 33: vdsm_remove() {
Line 34:     sudo yum erase -y `rpm -qa | grep vdsm | perl -pe 's|-[0-9].*||' | paste -sd " "` && \
Line 35:     git clean -fdx
cd would help
Line 36: }
Line 37: 
Line 38: vdsm_install() {
Line 39:     VERSION=`ls ~/rpmbuild/RPMS/x86_64/ -t -w 1 | head -1 | perl -pe 's|^.*?git|git|' | perl -pe 's|\..*$||'`


-- 
To view, visit http://gerrit.ovirt.org/36344
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ide4131db838640a5836fd029696849bced267308
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Antoni Segura Puimedon <toni at midokura.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Ido Barkan <ibarkan at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Ondřej Svoboda <osvoboda at redhat.com>
Gerrit-Reviewer: Petr Horáček <phoracek at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list