Commit Graph

211 Commits

Author SHA1 Message Date
9f5096eb27 prtwash: use stricter regex to identify latest built package 2023-11-16 23:54:02 +00:00
bb58beecda prt-auf: add support for rmlog_on_uninst 2023-09-25 17:48:02 +00:00
1ea7303305 pkgmeek: cleanup work after reporting footprint mismatch 2023-09-25 17:47:25 +00:00
c23eb319d3 bread recipe: initial import 2023-09-24 20:38:13 +00:00
20d78a4e0d upload baking photos 2023-09-24 17:27:55 +00:00
dff03f9b00 prt-auf: report the targets omitted from an install transaction 2023-09-14 05:42:17 -04:00
0c301f6387 protect maintainer-clean-footprint from being deleted by prtwash,prtsweep 2023-09-13 07:53:36 -04:00
f91912b1f7 prtcheckmissing: new subroutine to check permissions (FS#63) 2023-09-13 07:51:39 -04:00
14d8e4257a ports drivers for git and rsync: initial import 2023-09-13 07:50:33 -04:00
9f2bfaa011 oldfiles: initial import 2023-09-06 09:56:07 -04:00
fe29385053 prtrej: initial import 2023-09-06 09:55:30 -04:00
ec3c8f87ab prt-get.8: revise the examples section 2023-08-24 19:55:13 -04:00
ae41c77bd4 prt-auf: guard against using invalid keys in a hash 2023-08-24 19:20:40 -04:00
ab4a9ee6fd pkgmeek: accommodate verbose output from signify 2023-08-20 19:52:16 -04:00
a9fb36fff0 prt-auf: more robust handling of whitespace in the dependency line 2023-08-19 16:42:37 -04:00
6bce0f06f5 pkgmeek: pass the -p flag to signify only when --public-key is given 2023-08-19 16:41:28 -04:00
a34fa96166 prtwash, prtsweep: add author and copyright 2023-08-07 10:38:45 -04:00
495ce0457f prtsweep.pl: fall back to md5sums if signature file is not found 2023-08-07 08:50:12 -04:00
9ca23cc68d prtwash.pl: use a hash map to test files against the keeplist 2023-08-07 08:46:44 -04:00
c04e9cf3e8 pkgmeek: explicitly choose the compression mode for the created package
(workaround for buggy pkginfo -f)
2023-07-19 14:38:36 -04:00
9e3c7e2c49 prt-auf: fix function signatures 2023-07-19 14:35:15 -04:00
d48fcba47b pkgmeek: do not try to retain xattrs when unpacking 2023-07-02 20:55:33 -04:00
69b9a3dc2b prt-auf: prevent locked ports from affecting the exit status of 'diff'
fix some post-transaction reports
2023-07-02 20:54:41 -04:00
8b6807d7f8 prt-auf: notify user about pre- or post-install scripts in test mode 2023-06-26 09:04:06 -04:00
7d6795728d pkgmeek: update man-page
restore a needed flag for the bsdtar command
2023-06-26 08:55:39 -04:00
9d4f22e6d1 prt-auf: respect the --run-scripts flag
update the man-page
2023-06-22 17:44:51 -04:00
801587943d prt-auf.8: fix indentation 2023-06-20 11:58:23 -04:00
c2583c3642 prt-auf: clean up whitespace; improve documentation 2023-06-20 11:32:09 -04:00
b690906b27 pkgmeek: handle errors more flexibly in make_signature() 2023-06-13 16:02:22 -04:00
01bba80566 pkgmeek: automatically create new signature if one is not present, similar to how footprints are handled 2023-06-12 13:14:03 -04:00
b740564de5 prt-auf: fix the return type in uninstall() 2023-06-10 09:22:34 -04:00
da3539c83a prtorphan.awk: initial import 2023-06-09 14:14:44 -04:00
64a5505821 prt-auf: expand the documentation of --install-root 2023-06-09 14:03:36 -04:00
a76248a9cb prt-auf: respect --install-root when running pre- and post-install scripts 2023-06-02 15:17:14 -04:00
99d51f625d prt-auf: replace Fun's algorithm with a depth-first search 2023-05-25 16:00:33 -04:00
bc438288c5 prt-auf: use Fun's algorithm instead of Kahn's 2023-05-24 08:57:02 -04:00
646e3b74a3 prt-auf: minor optimization in the softdep sorting algorithm 2023-05-19 17:37:10 -04:00
1165eb8dae prt-auf: fix the handling of sysup --softdeps 2023-05-19 16:00:18 -04:00
f014d86816 prt-auf: respect aliases when performing an isinst query 2023-05-01 12:05:14 -04:00
6e181f870d prt-auf: do not resolve dependencies when forcing a rebuild 2023-04-13 16:49:48 -04:00
40d0787003 prtcheckmissing: no need to distinguish between symlinks and regular files 2023-03-27 15:37:34 -04:00
287e853171 prt-auf: rename the built package after a footprint mismatch, to prevent false reports of 'up-to-date' 2023-03-27 15:34:56 -04:00
b75ee0be7f prtcheckmissing: detect missing symlinks too 2023-03-25 11:00:24 -04:00
c225a44932 prt-auf: fix the sorting by soft dependencies 2023-03-25 10:11:42 -04:00
8d43e3cd4d prt-auf: fix the handling of locked ports 2023-03-22 09:24:23 -04:00
c8842b786d find-iso-orphans: initial import 2023-03-21 20:39:05 -04:00
35ded8f2f8 prtcheckmissing: initial import, honoring custom rules in pkgadd.conf 2023-03-21 20:34:20 -04:00
4037fba241 prt-auf: rewrite the deporder subroutine 2023-03-21 20:33:05 -04:00
47dae3092c prt-auf: ensure that port_diff does not pass bogus data to sysup 2023-03-20 08:35:15 -04:00
9682dcde14 prt-auf: fix bugs in the arg parser 2023-03-19 18:52:28 -04:00