Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: add new line at end of lock file ......................................................................
packaging: add new line at end of lock file Change-Id: I06622d9a87dfd8d7854fff39fc677f430f9fe847 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/fedora/setup/common_utils.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/91/11091/1 diff --git a/packaging/fedora/setup/common_utils.py b/packaging/fedora/setup/common_utils.py index fb75fb4..c90a822 100755 --- a/packaging/fedora/setup/common_utils.py +++ b/packaging/fedora/setup/common_utils.py @@ -1333,7 +1333,7 @@ # Create RPM lock list with open(basedefs.FILE_YUM_VERSION_LOCK, 'a') as yumlock: - yumlock.write("\n".join(pkgs)) + yumlock.write("\n".join(pkgs) + "\n") def setHttpPortsToNonProxyDefault(controller): logging.debug("Changing HTTP_PORT & HTTPS_PORT to the default non-proxy values (8700 & 8701)") -- To view, visit http://gerrit.ovirt.org/11091 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I06622d9a87dfd8d7854fff39fc677f430f9fe847 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
