Michael Burns has posted comments on this change. Change subject: [DONTCOMMIT] drop to shell after autoinstall ......................................................................
Patch Set 1: (1 inline comment) .................................................... File scripts/ovirt-init-functions.sh.in Line 1028: is_auto_install Line 1029: auto_install=$? Line 1030: if [ "$auto_install" = "0" -o "$stateless" = "0" ]; then Line 1031: /usr/libexec/ovirt-auto-install Line 1032: bash if we wrap this in a block like: if [ OVIRT_TEST_AUTOINSTALL ]; then bash fi and set TEST_AUTOINSTALL in /etc/default/ovirt, this could be useful longterm... Line 1033: rc=$? Line 1034: # Handle Log file Line 1035: if [ -f $OVIRT_TMP_LOGFILE ]; then Line 1036: cat $OVIRT_TMP_LOGFILE >> $OVIRT_LOGFILE -- To view, visit http://gerrit.ovirt.org/15547 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ifa0ccdf6eb80529992ab3e8b948a30fd9cd4d3b7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Michael Burns <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
