RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jason Corley
Root: /v/rpm/cvs Email: jasonc@rpm5.org
Module: rpm Date: 12-Oct-2007 16:01:39
Branch: HEAD Handle: 2007101215013800
Modified files:
rpm devtool.conf
Log:
no reason for me to duplicate testdrive, use standalone_testdrive
instead
Summary:
Revision Changes Path
2.107 +1 -9 rpm/devtool.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/devtool.conf
============================================================================
$ cvs diff -u -r2.106 -r2.107 devtool.conf
--- rpm/devtool.conf 11 Oct 2007 17:35:07 -0000 2.106
+++ rpm/devtool.conf 12 Oct 2007 14:01:38 -0000 2.107
@@ -1240,14 +1240,6 @@
make install
}
- # test RPM (trivially only)
- testdrive () {
- $prefix/bin/rpm --initdb
- $prefix/bin/rpm --import ${DEVTOOL_SRCDIR}/pubkeys/JBJ-GPG-KEY
- $prefix/bin/rpm -qa
- $prefix/bin/rpm -Va
- }
-
# do all at once
all () {
prepare
@@ -1255,7 +1247,7 @@
configure
build
install
- testdrive
+ standalone_testdrive
}
# dispatch command
@@ .
Received on Fri Oct 12 16:01:39 2007