Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add CONSERVATIVE_UPGRADE option.
Vsevolod Stakhov committed 11 years ago
commit c3b0f6fdca8769273d8c74bc6847188bbd6e39ff
parent f0b581b
1 file changed +6 -0
modified libpkg/pkg_config.c
@@ -342,6 +342,12 @@ static struct config_entry c[] = {
		NULL,
		"Version source for pkg-version (I, P, R), default is auto detect"
	},
+
	{
+
		PKG_BOOL,
+
		"CONSERVATIVE_UPGRADE",
+
		NULL,
+
		"Prefer repos with higher priority during upgrade"
+
	},
};

static bool parsed = false;