


Running fine but has some problem when change choose resolution or any option in the menu and click in test or apply options segment fault quakespasm (Need files pak0.pak and pak01.pak in Quake/id1/ directory. Don't forget to quote the string! This only works for Bugzilla 5 and Red Hat bugzilla ‘Modify’ Specific Optionsįields that take multiple values have a special input format.Created attachment 125578 ĭependences gcc libsdl2-dev libvulkan-dev libvorbis-dev libmad0-dev Make a working query via bugzilla's 'Advanced search' web UI, grab the url from your browser (the string with query.cgi or buglist.cgi in it), and -from-url will run it via the bugzilla API. You can get this ID from the URL bugzilla generates when running the saved search from the web UI. Syntax: -savedsearch-sharer-id SAVEDSEARCH_SHARER_ID If you don't own this saved search, you must passed -savedsearch_sharer_id. Search using bugzilla's quicksearch functionality. Specify individual bugs by IDs, separated with commas -r, -reporterĮmail: search reporter email for given address -quicksearch See the -from-url option for a way to use powerful Web UI queries from the command line. Note: querying via explicit command line options will only get you so far. ‘Query’ Specific OptionsĬertain options can accept a comma separated list to query multiple values, including -status, -component, -product, -version, -id. You can use RPM-style tags that match bug fields, e.g.: '%, etc. Please use the -json instead if you want maximum output from the bugzilla -outputformat

This format is unstable and difficult to parse. When used with -json this can be used to request bugzilla to not return values for a field. Pass the field name to bugzilla exclude_fields list. When used with -json this can be used to request bugzilla to return values for non-default fields. Pass the field name to bugzilla extra_fields list. Only the fields passed to include_fields are returned by the bugzilla server. Pass the field name to bugzilla include_fields list. Output bug contents in JSON format -includefield One line summary of the bug (useful for scripts) -json Output additional bug information (keywords, Whiteboards, etc.) -oneline These options are shared by several commands, for tweaking the text output of the command results. For example if your bugzilla instance has a custom field cf_my_field, do: -field cf_my_field=VALUE Output Options FIELD is the raw name used by the bugzilla instance. RHBZ internal whiteboard field -qa_whiteboard

Syntax: -internal_whiteboard INTERNAL_WHITEBOARD RHBZ devel whiteboard field -internal_whiteboard Syntax: -devel_whiteboard DEVEL_WHITEBOARD Set (personal) tags field -w, -whiteboard For example, to set a flag named devel_ack, do -flag devel_ack+ Unset a flag with the 'X' value, like -flag needinfoX -tags Syntax: -target_milestone TARGET_MILESTONEīug IDs that this bug depends on -keywords URL for further bug info -m -target_milestone Set initial bug comment/description -comment-tagĬomment tag for the new comment -sub-componentīug status (NEW, ASSIGNED, etc.) -u, -url Not every option works for each command though. These options are shared by some combination of the 'new', 'query', and 'modify' sub commands. Show program's version number and exit Standard Bugzilla Options Output bunches of debugging info -version Give more info about what's going on -debug Token file to use for bugzilla authentication -verbose cookiefileĬookie file to use for bugzilla authentication -tokenfile no-cache-credentialsĭon't save any bugzilla cookies or tokens to disk, and don't use any pre-existing credentials. Consider using this if you are depending on cached credentials, to ensure that when they expire the tool errors, rather than subtly change output. Raise an error if we aren't logged in to bugzilla. The session (login token) will be restricted to the current IP address.
#Bugzilla mrc password#
Log in with this password -restrict-login Run interactive "login" before performing the specified command. If a non-specific URL is passed, like '', bugzilla will try to probe whether the expected XMLRPC or REST path is available, preferring XMLRPC for backwards compatibility.ĭon't error on invalid bugzilla SSL certificate -certĬlient side certificate file needed by the webserver.
#Bugzilla mrc full#
Full API URLs are typically like: * # XMLRPC API Show this help message and exit -bugzilla * info - get info about the given bugzilla instance Global Options -help, -h * attach - attach files to existing bugs, or get attachments * query - search for bugs matching given criteria * login - log into the given bugzilla instance Command line tool for interacting with Bugzilla Synopsisīugzilla Descriptionīugzilla is a command line tool for interacting with a Bugzilla instance over REST or XMLRPC.
