[Rpm-maint] [rpm-software-management/rpm] Major cleanup of the rpmInstall() structures (PR #4073)

Michal Domonkos notifications at github.com
Wed Feb 4 12:07:35 UTC 2026


@dmnks commented on this pull request.



> +	if (rc || ac == 0) {
+	    if (giFlags & RPMGI_NOGLOB) {
+		rpmlog(RPMLOG_ERR, _("File not found: %s\n"), *fnp);
+	    } else {
+		rpmlog(RPMLOG_ERR, _("File not found by glob: %s\n"), *fnp);
+	    }
+	    numFailed++;
+	} else {
+	    queue.insert(queue.end(), av, av+ac);
+	}
+	argvFree(av);
+    }
+    return numFailed;
+}
+
+std::string getFile(rpmts ts, const std::string & arg)

This still ain't static :laughing: 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4073#discussion_r2763683952
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/4073/review/3750689639 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20260204/6a82586c/attachment.htm>


More information about the Rpm-maint mailing list