2025-04-21 00:35:47 by Jonathan Schleifer | Files touched by this commit (2) |
Log message:
pkgtools/pkg_rolling-replace: Silence spam about using egrep
GNU grep when invoked as egrep outputs this:
egrep: warning: egrep is obsolescent; using grep -E
pkg_rolling-replace (via egrep) printed many of those, making the output
unreadable.
|
2024-01-03 13:35:22 by Greg Troxel | Files touched by this commit (1) |
Log message:
pkgtools/pkg_rolling-replace: Revert unintended change
(Despite an explicit cvs diff of packages to review, ENOTENOUGHCOFFEE
lead to not carrying thatt to the commit. Sorry for the noise.)
|
2024-01-03 13:32:59 by Greg Troxel | Files touched by this commit (4) |
Log message:
pkgtools/*: revbump for libfetch
libfetch's recent behavior change can be viewed as a bugfix or as an
ABI change. pkg_install vendors libfetch from the sources, for
bootstrapping reasons and thus needs a revbump. For consistency and
to reduce confusion, also bump the other two packages that depend on
it.
|
2023-06-03 13:54:24 by Greg Troxel | Files touched by this commit (2) |
Log message:
pkgtools/pkg_rolling-replace: Update to 0.24.14
Update pass on man page:
prune no-longer-working bbn.com email addresses and replace with
alternate attribution
Rewrite bug section about likely failures with many packages; this
is not a pkg_rr bug.
Add bug section about PKGNAME vs PKGPATH. This is a pkg_rr bug :-(
Rewrite -r flag to be less confusing.
Rewrite -k flag to align caution to reality and explain why one
would want to use it.
Misc wording cleanups.
|
2023-03-05 21:23:59 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2) |
Log message:
pkg_rolling-replace: Fix PKG_DBDIR in manpage
|
2021-06-28 21:33:23 by Michael Forney | Files touched by this commit (2) |
Log message:
pkg_rolling-replace: use POSIX getopts(1) instead of getopt(1)
|
2021-04-22 10:54:18 by Masatake Daimon | Files touched by this commit (2) |
Log message:
Correct the order of redirection
|
2021-04-13 19:51:21 by Olaf Seibert | Files touched by this commit (3) |
Log message:
pkg_rolling-replace: catch permission errors from pkg_admin
and print a friendlier warning message instead (only once).
Document that the mismatch state may not persist if permissions are
insufficient.
|
2021-01-15 11:56:52 by Tobias Nygren | Files touched by this commit (2) |
Log message:
pkg_rr: substitute pkg_admin with PKG_ADMIN_CMD. Bump to 0.24.10.
|
2021-01-09 20:12:46 by Olaf Seibert | Files touched by this commit (3) |
Log message:
pkgtools/pkg_rolling-replace: Update to 0.24.9
When using the -u option to find mismatched packages, mark each affected
package with 'mismatch=YES'. Otherwise, consider such packages as
targets to rebuild.
ok gdt@.
|