Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69621
Collapse All | Expand All

(-)/portage-2.0.51-r2/bin/emerge (+2 lines)
Lines 2342-2350 Link Here
2342
			"--delete-after", # Delete only after everything else is done
2342
			"--delete-after", # Delete only after everything else is done
2343
			"--stats",        # Show final statistics about what was transfered
2343
			"--stats",        # Show final statistics about what was transfered
2344
      "--timeout="+str(mytimeout), # IO timeout if not done in X seconds
2344
      "--timeout="+str(mytimeout), # IO timeout if not done in X seconds
2345
			"--exclude='/config'",      # Exclude config	from consideration (for people who have PORTDIR set to /var/lib/portage)
2345
			"--exclude='/distfiles'",   # Exclude distfiles from consideration
2346
			"--exclude='/distfiles'",   # Exclude distfiles from consideration
2346
			"--exclude='/local'",       # Exclude local     from consideration
2347
			"--exclude='/local'",       # Exclude local     from consideration
2347
			"--exclude='/packages'",    # Exclude packages  from consideration
2348
			"--exclude='/packages'",    # Exclude packages  from consideration
2349
			"--exclude='/world'",       # Exclude world	from consideration (for people who have PORTDIR set to /var/lib/portage)
2348
		]
2350
		]
2349
2351
2350
		if "--quiet" in myopts:
2352
		if "--quiet" in myopts:

Return to bug 69621