Blame | Last modification | View Log | RSS feed
EVENT=report_Bugzilla component=anaconda# remove sensitive information from the sensitive filesfor sf in backtrace ks.cfg anaconda-tb; doif [ -f $sf ]; then# blindly remove entire line# filing a less usable bug is surely better than publishing passwordssed 's/^.*rootpw.*$/<auto-removed line containing rootpw>/' -i $sffidone# file a bug in Bugzillareporter-bugzilla -b \-F /etc/libreport/plugins/bugzilla_format_anaconda.conf \-A /etc/libreport/plugins/bugzilla_formatdup_anaconda.confEVENT=report-gui component=anacondareport-gtk -- "$DUMP_DIR"EVENT=report-cli component=anacondareport-cli -- "$DUMP_DIR"