[Pkg-sks-commit] r100 - sks/trunk/sks/debian/patches

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 14:58:19 UTC 2008


Author: chrism
Date: 2008-06-19 14:58:18 +0000 (Thu, 19 Jun 2008)
New Revision: 100

Modified:
   sks/trunk/sks/debian/patches/508_build_fastbuild
Log:
[project @ 101]
sbin

Original author: fabbione
Date: 2003-12-10 07:40:37.098502+00:00

Modified: sks/trunk/sks/debian/patches/508_build_fastbuild
===================================================================
--- sks/trunk/sks/debian/patches/508_build_fastbuild	2008-06-19 14:58:08 UTC (rev 99)
+++ sks/trunk/sks/debian/patches/508_build_fastbuild	2008-06-19 14:58:18 UTC (rev 100)
@@ -1,7 +1,7 @@
 diff -ruN sks-1.0.6-old/sks_build.sh sks-1.0.6/sks_build.sh
---- sks-1.0.6-old/sks_build.sh	2003-11-29 13:46:30.000000000 +0100
-+++ sks-1.0.6/sks_build.sh	2003-12-09 21:42:06.000000000 +0100
-@@ -5,10 +5,42 @@
+--- sks-1.0.6-old/sks_build.sh	2003-11-29 14:38:18.000000000 +0100
++++ sks-1.0.6/sks_build.sh	2003-12-10 08:39:55.000000000 +0100
+@@ -5,12 +5,44 @@
  # You might want to edit this file to reduce or increase memory usage 
  # depending on your system
  
@@ -41,7 +41,11 @@
 +
  echo === Running fastbuild... ===
 -if ! sks fastbuild -n 10 -cache 100; then fail; fi
-+if ! sks $mode -n 10 -cache 100; then fail; fi
++if ! /usr/sbin/sks $mode -n 10 -cache 100; then fail; fi
  echo === Cleaning key database... ===
- if ! sks cleandb; then fail; fi
+-if ! sks cleandb; then fail; fi
++if ! /usr/sbin/sks cleandb; then fail; fi
  echo === Building ptree database... ===
+-if ! sks pbuild -cache 20 -ptree_cache 70; then fail; fi
++if ! /usr/sbin/sks pbuild -cache 20 -ptree_cache 70; then fail; fi
+ echo === Done! ===




More information about the Pkg-sks-commit mailing list