Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 644822 - app-portage/mirrorselect-2.2.3: 2.2.3 tag is not in git.gentoo.org/proj/mirrorselect.git
Summary: app-portage/mirrorselect-2.2.3: 2.2.3 tag is not in git.gentoo.org/proj/mirro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-16 23:27 UTC by Zac Medico
Modified: 2019-05-27 16:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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