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 <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Ido Barkan <[email protected]>
Gerrit-Reviewer: Nir Soffer <[email protected]>
Gerrit-Reviewer: Ondřej Svoboda <[email protected]>
Gerrit-Reviewer: Petr Horáček <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to