This is the mail archive of the rpm2html-cvs@sources.redhat.com mailing list for the rpm2html project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

rpmfind autoupdate.c config.c database.c datab ...


CVSROOT:	/cvs/rpm2html
Module name:	rpmfind
Changes by:	jnewbigin@sources.redhat.com	2001-06-01 23:53:29

Modified files:
	.              : autoupdate.c config.c database.c database.h 
	                 list.c list.h 

Log message:
	Added config items to specify the rpm program and command line parameters
	[autoupgrade]
	rpm_command=/bin/rpm
	rpm_param=-Uvh
	rpm_param=--test
	
	If no parameters are specified then defaults are used.
	
	I also added a generic string_list type which is used by the rpm_param.
	This can now be used by other parts of rpm_find which work with strings
	which should improve the memory management.
	
	To support this I renamed the regex lists to regex_list_t

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rpmfind/autoupdate.c.diff?cvsroot=rpm2html&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rpmfind/config.c.diff?cvsroot=rpm2html&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rpmfind/database.c.diff?cvsroot=rpm2html&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rpmfind/database.h.diff?cvsroot=rpm2html&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rpmfind/list.c.diff?cvsroot=rpm2html&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rpmfind/list.h.diff?cvsroot=rpm2html&r1=1.1&r2=1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]