Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add CONSERVATIVE_UPGRADE option.
Vsevolod Stakhov committed 11 years ago
commit c3b0f6fdca8769273d8c74bc6847188bbd6e39ff
parent f0b581b1f151f84a4439eab5d75ecd7ffd1fde0d
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;