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

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 15:06:28 UTC 2008


Author: chrism
Date: 2008-06-19 15:06:27 +0000 (Thu, 19 Jun 2008)
New Revision: 137

Modified:
   sks/trunk/sks/debian/patches/508_build_fastbuild
Log:
[project @ 139]
We are not always running _fast_build

Original author: weasel
Date: 2004-03-27 00:49:10.223605+00:00

Modified: sks/trunk/sks/debian/patches/508_build_fastbuild
===================================================================
--- sks/trunk/sks/debian/patches/508_build_fastbuild	2008-06-19 15:06:12 UTC (rev 136)
+++ sks/trunk/sks/debian/patches/508_build_fastbuild	2008-06-19 15:06:27 UTC (rev 137)
@@ -1,6 +1,6 @@
 diff -ruN sks-1.0.7-old/sks_build.sh sks-1.0.7/sks_build.sh
 --- sks-1.0.7-old/sks_build.sh	2003-11-29 14:38:18.000000000 +0100
-+++ sks-1.0.7/sks_build.sh	2003-12-10 08:39:55.000000000 +0100
++++ sks-1.0.7/sks_build.sh	2004-03-27 01:46:47.000000000 +0100
 @@ -5,12 +5,44 @@
  # You might want to edit this file to reduce or increase memory usage 
  # depending on your system
@@ -37,10 +37,11 @@
 +
  fail() { echo Command failed unexpectedly.  Bailing out; exit -1; }
  
+-echo === Running fastbuild... ===
+-if ! sks fastbuild -n 10 -cache 100; then fail; fi
 +ask_mode
 +
- echo === Running fastbuild... ===
--if ! sks fastbuild -n 10 -cache 100; then fail; fi
++echo "=== Running (fast)build... ==="
 +if ! /usr/sbin/sks $mode -n 10 -cache 100; then fail; fi
  echo === Cleaning key database... ===
 -if ! sks cleandb; then fail; fi




More information about the Pkg-sks-commit mailing list