[PATCH] added example to add archive key within chroot

Osamu Aoki osamu at debian.org
Tue Jul 29 14:45:35 UTC 2008


  Secure apt possible for backports.org
---
 examples/E11backportkey |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100755 examples/E11backportkey

diff --git a/examples/E11backportkey b/examples/E11backportkey
new file mode 100755
index 0000000..550a0e0
--- /dev/null
+++ b/examples/E11backportkey
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Add backports.org GPG key
+apt-get -y install wget
+wget -O - http://backports.org/debian/archive.key | apt-key add -
+apt-get -y update
+apt-get -y dist-upgrade
-- 
1.5.6.3


--HlL+5n6rz5pIUxbD
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="0004-added-source.list-defaults-for-mode-option.patch"



More information about the Pbuilder-maint mailing list