scripts: Link to lua issue on error

Everyone who hits this really just wants to see the GH issue.
This commit is contained in:
Colin Walters 2020-11-03 21:43:15 +00:00 committed by OpenShift Merge Robot
parent bc61622a79
commit ed44037155

View File

@ -254,7 +254,7 @@ rpmostree_script_txn_validate (DnfPackage *package,
switch (action)
{
case RPMOSTREE_SCRIPT_ACTION_DEFAULT:
return glnx_throw (error, "Package '%s' has (currently) unsupported script of type '%s'",
return glnx_throw (error, "Package '%s' has (currently) unsupported script of type '%s'; see https://github.com/coreos/rpm-ostree/issues/749",
dnf_package_get_name (package), desc);
case RPMOSTREE_SCRIPT_ACTION_IGNORE:
continue;