sign packages in apt repo
[invirt/packages/invirt-dev.git] / sx-build-release
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 \