4c1f71ec9e
Rpm allows URLs as cli parameters. The files are then automatically downloaded with %_urlhelper which defaults to curl(1). So far failures have been ignored right away and error messages are generated later when the file was not found on disk. Issue a meaningful error message when the help program is failing or missing completely. This allows not to ship curl with rpm while still giving the user a chance to find out what is going on. This is not quite ideal as the operation continues and creates a second error message later on, but as good as it gets without redesigning the whole code. Related: rhbz#2216754 Resolves: #2683 |
||
---|---|---|
.github | ||
build | ||
cmake | ||
docs | ||
fileattrs | ||
include/rpm | ||
lib | ||
misc | ||
plugins | ||
po@d5cc5d368e | ||
python | ||
rpmio | ||
scripts | ||
sign | ||
tests | ||
tools | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
.mailmap | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
COPYING | ||
CREDITS | ||
INSTALL | ||
README | ||
config.h.in | ||
installplatform | ||
macros.in | ||
platform.in | ||
rpm.pc.in | ||
rpmpopt.in | ||
rpmrc.in |
README
This is RPM, the RPM Package Manager. The latest releases are always available at: http://rpm.org/download.html Additional RPM documentation (papers, slides, HOWTOs) can also be found at the same site: http://rpm.org. http://rpm.org/community all rpm related mailing lists. RPM was originally written by: Erik Troan <ewt@redhat.com> Marc Ewing <marc@redhat.com> See the CREDITS file for a list of folks who have helped us out tremendously. RPM is Copyright (c) 1998 by Red Hat Software, Inc., and may be distributed under the terms of the GPL and LGPL (see the file COPYING for details).