Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
ae514d1f0d0428a19e1f237f89df260341be8059
check: fix progress for -s
Baptiste Daroussin
committed
6 months ago
commit ae514d1f0d0428a19e1f237f89df260341be8059
parent
679832893af297aa42e8e831ad7c8f025e505e52
1 file changed
+2
-1
modified
libpkg/pkg.c
@@ -1555,7 +1555,8 @@ emit_status:
}
if (file_status == FILE_OK)
-
pkg_emit_file_meta_ok(pkg, f);
+
if (metadata)
+
pkg_emit_file_meta_ok(pkg, f);
else
rc = EPKG_FATAL;