Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128373 | Differences between
and this patch

Collapse All | Expand All

(-)portage-2.1_pre7/bin/emerge (-3 / +1 lines)
Lines 2583-2593 if myaction in ["sync","metadata"] and ( Link Here
2583
2583
2584
		if "--quiet" in myopts:
2584
		if "--quiet" in myopts:
2585
			rsync_opts.append("--quiet")    # Shut up a lot
2585
			rsync_opts.append("--quiet")    # Shut up a lot
2586
		else:
2587
			rsync_opts.append("--progress") # Progress meter for each file
2588
2586
2589
		if "--verbose" in myopts:
2587
		if "--verbose" in myopts:
2590
			rsync_opts.append("--verbose")  # More noise? Not really sure what
2588
			rsync_opts.append("--progress")  # Progress meter for each file
2591
2589
2592
		if "--debug" in myopts:
2590
		if "--debug" in myopts:
2593
			rsync_opts.append("--checksum") # Force checksum on all files
2591
			rsync_opts.append("--checksum") # Force checksum on all files

Return to bug 128373