Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Reset the done flag as well
Baptiste Daroussin committed 9 years ago
commit 05d8dbc7632d7c4bc8375dbaf0ae78b5ebc34b00
parent 51ad2b3aeb48258961df2147bfbbb8b971bccf95
2 files changed +2 -0
modified src/install.c
@@ -249,6 +249,7 @@ again:
				    "iteration is needed to resolve them.\n");
				pkg_jobs_free(jobs);
				jobs = NULL;
+
				done = 0;
				goto again;
			}
			else if (retcode != EPKG_OK)
modified src/upgrade.c
@@ -204,6 +204,7 @@ again:
				    "iteration is needed to resolve them.\n");
				pkg_jobs_free(jobs);
				jobs = NULL;
+
				done = 0;
				goto again;
			}
			else if (retcode != EPKG_OK)