]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
winverbs branch: etc/.bat: update pkg and sign batch files
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 23 Nov 2009 18:21:40 +0000 (18:21 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 23 Nov 2009 18:21:40 +0000 (18:21 +0000)
include dpal pkg and timestamp with signing

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2590 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/winverbs/etc/pkgwo.bat
branches/winverbs/etc/signwo.bat

index 4bd374a66ae137b8896ab2bf209d1e6fb7519a68..7543e46c729f1a114668f2e97f3894c72d27dee7 100644 (file)
@@ -191,7 +191,7 @@ echo pkgwo {chk : fre} {x86 : x64 : ia64} {xp : 2003 : 2008 : win7} {package}
 echo xp only supports x86 build\r
 echo -\r
 echo Valid package names are:\r
-echo ibacm, ibbus, ipoib, mlx4_bus, mlx4_hca, mthca, winmad, winverbs, all\r
+echo all, dapl, ibacm, ibbus, ipoib, mlx4_bus, mlx4_hca, mthca, winmad, winverbs\r
 echo -\r
 echo Examples:\r
 echo pkgwo chk x86 2008 winverbs  - packages 2008 checked x86 files for winverbs\r
index 0641731afb8ce899d530c0d5de9228288168d35b..81bec89ff4fe5dba4480880aa21c71be12719470 100644 (file)
@@ -1,4 +1,6 @@
-signtool.exe sign /v /s WinOFCertStore /n WinOFCert *.sys\r
-signtool.exe sign /v /s WinOFCertStore /n WinOFCert *.dll\r
-signtool.exe sign /v /s WinOFCertStore /n WinOFCert *.exe\r
-signtool.exe sign /v /s WinOFCertStore /n WinOFCert *.cat\r
+signtool.exe sign /s WinOFCertStore /n WinOFCert /t http://timestamp.verisign.com/scripts/timestamp.dll *.sys\r
+signtool.exe sign /s WinOFCertStore /n WinOFCert /t http://timestamp.verisign.com/scripts/timestamp.dll *.dll\r
+signtool.exe sign /s WinOFCertStore /n WinOFCert /t http://timestamp.verisign.com/scripts/timestamp.dll *.exe\r
+signtool.exe sign /s WinOFCertStore /n WinOFCert /t http://timestamp.verisign.com/scripts/timestamp.dll *.cat\r
+\r
+signtool.exe verify /pa /v *.cat\r