[Rpm-maint] [rpm-software-management/rpm] Move ~/.rpmmacros and ~/.rpmrc to ~/.config/rpm/ (PR #3750)
Panu Matilainen
notifications at github.com
Mon Jun 9 13:52:28 UTC 2025
@pmatilai commented on this pull request.
> @@ -358,6 +361,105 @@ const char * lookupInDefaultTable(const char * name,
return name;
}
+static int moveConfigFiles(std::string userdir)
+{
+ fs::path home = std::getenv("HOME");
+ std::error_code ec;
+ std::error_code ec2;
+ fs::path oldmacros = home / ".rpmmacros";
+ fs::path oldrpmrc = home / ".rpmrc";
+ fs::path lockfile = home / ".rpmrc_conversion_lock";
We're not converting anything here, just call it migration like it's called in the commit message itself. On that note, the summary should be talking about migrating instead of moving too.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3750#pullrequestreview-2910143336
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3750/review/2910143336 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250609/51253a2d/attachment-0001.htm>
More information about the Rpm-maint
mailing list