[LON-CAPA-cvs] cvs: loncom /build CHECKRPMS
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 19 Jun 2003 19:23:56 -0000
albertel Thu Jun 19 15:23:56 2003 EDT
Modified files:
/loncom/build CHECKRPMS
Log:
- disabling checking for kernels by default, BUG#1280
Index: loncom/build/CHECKRPMS
diff -u loncom/build/CHECKRPMS:1.15 loncom/build/CHECKRPMS:1.16
--- loncom/build/CHECKRPMS:1.15 Mon Mar 10 12:34:52 2003
+++ loncom/build/CHECKRPMS Thu Jun 19 15:23:56 2003
@@ -111,7 +111,7 @@
);
# -------------------------------------------- Use check-rpms command this way.
-my $checkcommand = 'check-rpms '.$download.' --rpmuser www -ftp';
+my $checkcommand = 'check-rpms -nk '.$download.' --rpmuser www -ftp';
my $FTPSERVER; # ------------------------- the server portion of the serverpath
my $FTPUPDATES; # ----------------------------- the actual update root location