FOSSology  3.2.0rc1
Open Source License Compliance by Open Source Software
buckets.c File Reference

Bucket agent. More...

#include "buckets.h"
Include dependency graph for buckets.c:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

int debug = 0
 
int DEB_SOURCE
 
int DEB_BINARY
 
char BuildVersion [] ="buckets build version: NULL.\n"
 

Detailed Description

Bucket agent.

The bucket agent uses user rules (see bucket table) to classify files into user categories (buckets).

Definition in file buckets.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

rerun bucket

Definition at line 83 of file buckets.c.

Variable Documentation

char BuildVersion[] ="buckets build version: NULL.\n"

Bucket agent build version

Definition at line 79 of file buckets.c.

int DEB_BINARY

global mimetype_pk's for Debian binary packages

Definition at line 73 of file buckets.c.

int DEB_SOURCE

global mimetype_pk's for Debian source packages

Definition at line 71 of file buckets.c.

int debug = 0

Print debug messages

Definition at line 68 of file buckets.c.