View | Details | Raw Unified | Return to bug 395333
Collapse All | Expand All

(-)inst_suse_register.ycp.old (+6 lines)
Lines 626-631 Link Here
626
        {
626
        {
627
            if ( configure_status == true )
627
            if ( configure_status == true )
628
            {
628
            {
629
		if (Mode::normal()) {
630
		    Pkg::SourceRestore();
631
		    y2milestone ("Current sources: %1",  Pkg::SourceGetCurrent (true));
632
		}
633
629
                // remove the zmd flag file (requested by mvidner)
634
                // remove the zmd flag file (requested by mvidner)
630
                SCR::Execute(.target.bash, " rm -f /var/lib/zypp/zmd_updated_the_sources " );
635
                SCR::Execute(.target.bash, " rm -f /var/lib/zypp/zmd_updated_the_sources " );
631
636
Lines 849-854 Link Here
849
854
850
    if (Mode::normal())
855
    if (Mode::normal())
851
    {
856
    {
857
	y2milestone ("Current sources: %1",  Pkg::SourceGetCurrent (true));
852
	// #172665
858
	// #172665
853
	Pkg::SourceFinishAll ();
859
	Pkg::SourceFinishAll ();
854
	Pkg::TargetFinish ();
860
	Pkg::TargetFinish ();

Return to bug 395333