Code cleanup removing old commented code parts.

This commit is contained in:
Christoph Niethammer 2016-05-02 08:55:19 +00:00
parent ad39567ef5
commit ebca0efb8e

13
sit
View file

@ -266,19 +266,6 @@ case $sit_action in
esac
#sit_sitinfo >> "$LOGDIR/sit_cmd.log"
#sit_unpack 2>&1 | tee "$LOGDIR/unpack.log"; ( exit ${PIPESTATUS[0]} )
#sit_prepare 2>&1 | tee "$LOGDIR/prepare.log"; ( exit ${PIPESTATUS[0]} )
#sit_configure 2>&1 | tee "$LOGDIR/configure.log"; ( exit ${PIPESTATUS[0]} )
#sit_build 2>&1 | tee "$LOGDIR/make.log"; ( exit ${PIPESTATUS[0]} )
#sit_pretest 2>&1 | tee "$LOGDIR/pretest.log"; ( exit ${PIPESTATUS[0]} )
#sit_install 2>&1 | tee "$LOGDIR/make_install.log"; ( exit ${PIPESTATUS[0]} )
#sit_posttest 2>&1 | tee "$LOGDIR/posttest.log"; ( exit ${PIPESTATUS[0]} )
#sit_postinst 2>&1 | tee "$LOGDIR/postinst.log"; ( exit ${PIPESTATUS[0]} )
#sit_copy_logs
#sit_setperms
cat <<EOF
##############################################################################