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
›
aec69ab35189a9e6d6f06f341c038049d7c1a06f
Remove debugging
Bryan Drewery
committed
12 years ago
commit aec69ab35189a9e6d6f06f341c038049d7c1a06f
parent
18b9cf8c6fc1c42b7fb9677bf6e802717c49cb6c
1 file changed
+0
-2
modified
libpkg/pkg_repo.c
@@ -492,8 +492,6 @@ cmd_sign(char *path, char **argv, int argc, struct sbuf **sig, struct sbuf **cer
sbuf_finish(*sig);
sbuf_finish(*cert);
-
printf("%s\n", sbuf_data(*cert));
-
return (EPKG_OK);
}