#include "system.h"
#include <rpmio_internal.h>
#include <rpmgi.h>
#include <rpmcli.h>
#include <rpmte.h>
#include <rpmmacro.h>
#include <rpmmessages.h>
#include <popt.h>
#include "debug.h"
Go to the source code of this file.
Functions | |
static const char * | rpmgiPathOrQF (const rpmgi gi) |
int | main (int argc, char *const argv[]) |
Variables | |
static const char * | gitagstr = "packages" |
static const char * | gikeystr = NULL |
static rpmtransFlags | transFlags = 0 |
static const char * | queryFormat = NULL |
static const char * | defaultQueryFormat |
static struct poptOption | optionsTable [] |
|
|
Definition at line 27 of file tgi.c. References defaultQueryFormat, headerSprintf(), queryFormat, rpmgiHdrPath(), rpmgiHeader(), rpmHeaderFormats, rpmTagTable, and xstrdup(). Referenced by main(). |
|
Initial value:
"%{name}-%{version}-%{release}.%|SOURCERPM?{%{arch}.rpm}:{%|ARCH?{src.rpm}:{pubkey}|}|"
Definition at line 23 of file tgi.c. Referenced by rpmgiPathOrQF(). |
|
Definition at line 16 of file tgi.c. Referenced by main(). |
|
Definition at line 15 of file tgi.c. Referenced by main(). |
|
|
|
Definition at line 22 of file tgi.c. Referenced by rpmgiPathOrQF(). |
|
Definition at line 17 of file tgi.c. Referenced by main(), rpmRollback(), rpmts_Rollback(), and rpmts_SetFlags(). |