Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 300395 Details for
Bug 440106
cascading (odd) errors
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
in git
gpk-install-multiple.patch (text/plain), 1022 bytes, created by
Richard Hughes
on 2008-04-04 08:39:00 UTC
(
hide
)
Description:
in git
Filename:
MIME Type:
Creator:
Richard Hughes
Created:
2008-04-04 08:39:00 UTC
Size:
1022 bytes
patch
obsolete
>diff --git a/src/gpk-install-file.c b/src/gpk-install-file.c >index ca798b8..1396393 100644 >--- a/src/gpk-install-file.c >+++ b/src/gpk-install-file.c >@@ -248,6 +248,11 @@ main (int argc, char *argv[]) > g_print ("%s\n", _("You need to specify a file to install")); > return 1; > } >+ if (argc > 2) { >+ g_print ("%s\n%s\n", _("You can only specify one file to install"), >+ _("This will change in future versions of PackageKit")); >+ return 1; >+ } > > client = pk_client_new (); > >diff --git a/src/gpk-install-package.c b/src/gpk-install-package.c >index b778d7b..ed8db3b 100644 >--- a/src/gpk-install-package.c >+++ b/src/gpk-install-package.c >@@ -174,6 +174,11 @@ main (int argc, char *argv[]) > g_print ("%s\n", _("You need to specify a package to install")); > return 1; > } >+ if (argc > 2) { >+ g_print ("%s\n%s\n", _("You can only specify one package to install"), >+ _("This will change in future versions of PackageKit")); >+ return 1; >+ } > loop = g_main_loop_new (NULL, FALSE); > > client = pk_client_new ();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 440106
: 300395