From fc2fe71f6a29fdbbd76e2987cd69bb310f4a5978 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 8 Dec 2015 08:27:17 +0100 Subject: [PATCH] cleanup --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7404b8736..27c81edbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,15 +57,6 @@ script: # get new modules/files covered. - if [ "x$STAT_AN" == "xYES" ] ; then cd runtime; make librsyslog_la-modules.lo lmnet_la-net.lo libgcry_la-libgcry.lo ; cd .. ; fi - # OLD, to be removed once we have migrated - # touch those files from ./runtime that we know to be clean of - # static analyzer errors. This triggers a rebuild. That way, we - # can test as much as possbile while not everything is yet cleaned - # up. - #- if [ "x$STAT_AN" == "xYES" ] ; then touch runtime/cfsysline.c runtime/conf.c runtime/datetime.c runtime/dnscache.c runtime/errmsg.c geninfile.c runtime/gss-misc.c runtime/hashtable.c runtime/hashtable_itr.c imuxsock-old.c runtime/janitor.c runtime/libgcry_common.c runtime/linkedlist.c runtime/lmcry_gcry.c runtime/lmsig_gt.c runtime/lmsig_ksi.c runtime/msg.c runtime/netstrm.c runtime/netstrms.c runtime/nsdpoll_ptcp.c runtime/nsd_ptcp.c runtime/nsdsel_gtls.c runtime/nsdsel_ptcp.c runtime/nspoll.c runtime/objomsr.c outchannel.c parse.c runtime/prop.c runtime/queue.c runtime/ratelimit.c runtime/regexp.c runtime/rsconf.c runtime/rsyslog.c runtime/ruleset.c runtime/sd-daemon.c runtime/srutils.c runtime/stringbuf.c runtime/strms_sess.c runtime/tcpclt.c threads.c runtime/wtp.c runtime/zlibw.c runtime/librsksi.c runtime/librsgt.c runtime/librsksi_read.c runtime/librsgit_read.c ; fi - #END OLD - - - if [ "x$STAT_AN" == "xYES" ] ; then cd plugins/imudp; make && cd ../..; fi - if [ "x$STAT_AN" == "xYES" ] ; then cd plugins/omrelp; make && cd ../..; fi #- if [ "x$STAT_AN" == "xYES" ] ; then cd plugins/omkafka; make && cd ../..; fi