From: Greg Price Date: Sun, 3 Aug 2008 01:59:48 +0000 (-0400) Subject: sign packages in apt repo X-Git-Tag: sipb-xen-dev/18~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/commitdiff_plain/707037176c7c7636f887660e15fa9f5e3e68db32 sign packages in apt repo svn path=/trunk/packages/sipb-xen-dev/; revision=822 --- diff --git a/debian/changelog b/debian/changelog index f5f5aa4..7a9dc42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-dev (18) unstable; urgency=low + + * sign the packages + + -- Greg Price 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) diff --git a/sx-build-release b/sx-build-release index 7705662..813a9bb 100755 --- a/sx-build-release +++ b/sx-build-release @@ -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 \