OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-registry Date: 03-Aug-2006 01:14:21
Branch: HEAD Handle: 2006080300141900
Modified files:
openpkg-registry registry-db.pl
Log:
keep incomplete relations at the beginning, otherwise upgrade
procedures break on fresh installs
Summary:
Revision Changes Path
1.41 +0 -3 openpkg-registry/registry-db.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/registry-db.pl
============================================================================
$ cvs diff -u -r1.40 -r1.41 registry-db.pl
--- openpkg-registry/registry-db.pl 2 Aug 2006 22:59:06 -0000 1.40
+++ openpkg-registry/registry-db.pl 2 Aug 2006 23:14:19 -0000 1.41
@@ -233,9 +233,6 @@
$sql = &schemasession2();
$rv = $dbh->do($sql);
print "[schema.2]\nrv=".$rv." message=".$dbh->errstr."\n\n"; die if
(not defined $rv);
- $sql = &schemasession3();
- $rv = $dbh->do($sql);
- print "[schema.v]\nrv=".$rv." message=".$dbh->errstr."\n\n"; die if
(not defined $rv);
return 1;
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]