sign packages in apt repo
authorGreg Price <price@mit.edu>
Sun, 3 Aug 2008 01:59:48 +0000 (21:59 -0400)
committerGreg Price <price@mit.edu>
Sun, 3 Aug 2008 01:59:48 +0000 (21:59 -0400)
svn path=/trunk/packages/sipb-xen-dev/; revision=822

debian/changelog
sx-build-release

index f5f5aa4..7a9dc42 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-dev (18) unstable; urgency=low
+
+  * sign the packages
+
+ -- Greg Price <price@mit.edu>  Sat,  2 Aug 2008 21:57:58 -0400
+
 sipb-xen-dev (17) unstable; urgency=low
 
   * use reprepro more correctly (and include in both stable and unstable)
index 7705662..813a9bb 100755 (executable)
@@ -15,7 +15,7 @@ cd build-release/$package
 eval  `perl '-F:\s+' -lane 'print  $F[0]."=".$F[1] if /^Version|^Source|^Distribution/' \
     <(dpkg-parsechangelog)`
 
-dpkg-buildpackage -us -uc -rfakeroot
+dpkg-buildpackage -k"$(invirt-getconf apt.keyid)" -rfakeroot
 
 if ! svn ls $svnuri/package_tags/$Source >/dev/null 2>&1; then
   svn mkdir $svnuri/package_tags/$Source \