Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 644822

Summary: app-portage/mirrorselect-2.2.3: 2.2.3 tag is not in git.gentoo.org/proj/mirrorselect.git
Product: Gentoo Linux Reporter: Zac Medico <zmedico>
Component: Current packagesAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Zac Medico gentoo-dev 2018-01-16 23:27:10 UTC
Also version 2.2.3 has this change that's not in mirrorselect.git yet:

--- a/mirrorselect/main.py
+++ b/mirrorselect/main.py
@@ -101,7 +101,10 @@
 			SYNC and GENTOO_MIRRORS make.conf variable target
 		"""
 		if sync:
-			var = "sync-uri"
+			if 'repos.conf' in config_path:
+				var = "sync-uri"
+			else:
+				var = 'SYNC'
 		else:
 			var = 'GENTOO_MIRRORS'
Comment 1 Zac Medico gentoo-dev 2019-05-27 16:37:03 UTC
Tagged:

https://gitweb.gentoo.org/proj/mirrorselect.git/tag/?h=2.2.3