Ondřej Svoboda has uploaded a new change for review. Change subject: shell_helper: fix _latest_version as all packages are now noarch ......................................................................
shell_helper: fix _latest_version as all packages are now noarch Change-Id: I0c42c88978eed4edb1d04db3ff676c0c10ac8e8e Signed-off-by: Ondřej Svoboda <[email protected]> --- M contrib/shell_helper 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/88/41188/1 diff --git a/contrib/shell_helper b/contrib/shell_helper index a4c1c80..e22d82d 100755 --- a/contrib/shell_helper +++ b/contrib/shell_helper @@ -5,7 +5,7 @@ VDSM_DIR=~/code/vdsm _latest_version() { - ls ~/rpmbuild/RPMS/x86_64/ -t -w 1 | head -1 | perl -pe 's|^.*?git|git|' | perl -pe 's|\..*$||' + ls ~/rpmbuild/RPMS/noarch/ -t -w 1 | head -1 | perl -pe 's|^.*?git|git|' | perl -pe 's|\..*$||' } _latest_rpms() { -- To view, visit https://gerrit.ovirt.org/41188 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0c42c88978eed4edb1d04db3ff676c0c10ac8e8e Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ondřej Svoboda <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
