Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Show progress bar for skipped packages as well.
Vsevolod Stakhov committed 12 years ago
commit e09c7ebda7f39394a618d3b88f131516f7564f5b
parent 0f8ffa075f6dbb38ccea768339bae35e799bac32
1 file changed +3 -3
modified libpkg/pkg_repo.c
@@ -551,6 +551,9 @@ pkg_create_repo(char *path, bool force, bool filelist,
			continue;
		}

+
		if (progress != NULL)
+
			progress(r->pkg, data);
+

		/* do not add if package if already in repodb
		   (possibly at a different pkg_path) */

@@ -564,9 +567,6 @@ pkg_create_repo(char *path, bool force, bool filelist,
			continue;
		}

-
		if (progress != NULL)
-
			progress(r->pkg, data);
-

		manifest_pos = ftell(psyml);
		pkg_emit_manifest_file(r->pkg, psyml, PKG_MANIFEST_EMIT_COMPACT, &manifest_digest);
		if (filelist) {