poldek: poldek/lib_init.c - warning instead of arbitrary disabled ...
mis
mis at pld-linux.org
Thu Jan 24 01:00:29 CET 2008
Author: mis Date: Thu Jan 24 00:00:29 2008 GMT
Module: poldek Tag: HEAD
---- Log message:
- warning instead of arbitrary disabled conflicts/obsoletes
---- Files affected:
poldek/poldek:
lib_init.c (1.90 -> 1.91)
---- Diffs:
================================================================
Index: poldek/poldek/lib_init.c
diff -u poldek/poldek/lib_init.c:1.90 poldek/poldek/lib_init.c:1.91
--- poldek/poldek/lib_init.c:1.90 Tue Jan 22 20:57:14 2008
+++ poldek/poldek/lib_init.c Thu Jan 24 01:00:24 2008
@@ -1593,8 +1593,9 @@
}
if (ctx->pmctx) {
- ctx->ts->setop(ctx->ts, POLDEK_OP_CONFLICTS, 0);
- ctx->ts->setop(ctx->ts, POLDEK_OP_OBSOLETES, 0);
+ if (poldek_VERBOSE > 1)
+ logn(LOGNOTICE, "Depends on your destination repository you may need "
+ "to disable conflicts and/or obsoletes processing");
}
} else {
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/lib_init.c?r1=1.90&r2=1.91&f=u
More information about the pld-cvs-commit
mailing list