From c8ddc5431eeea657604c16780f2f7d63cf09f3d4 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 12:11:44 -0400 Subject: [PATCH] committing reprepro config files for the monkeysphere APT repo. --- repo/conf/distributions | 10 ++++++++++ repo/conf/options | 1 + repo/publish | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 repo/conf/distributions create mode 100644 repo/conf/options create mode 100755 repo/publish diff --git a/repo/conf/distributions b/repo/conf/distributions new file mode 100644 index 0000000..5ed1ab7 --- /dev/null +++ b/repo/conf/distributions @@ -0,0 +1,10 @@ +Origin: The MonkeySphere Project +Label: MonkeySphere/Debian +Suite: experimental +Codename: experimental +Architectures: i386 powerpc amd64 arm source +Components: monkeysphere gnutls +Description: Packages implementing the monkeysphere for debian +SignWith: 2E8DD26C53F1197DDF403E6118E667F1EB8AF314 +DscIndices: Sources Release . .gz +DebIndices: Packages Release . .gz diff --git a/repo/conf/options b/repo/conf/options new file mode 100644 index 0000000..c00ee94 --- /dev/null +++ b/repo/conf/options @@ -0,0 +1 @@ +verbose diff --git a/repo/publish b/repo/publish new file mode 100755 index 0000000..b7269c9 --- /dev/null +++ b/repo/publish @@ -0,0 +1,5 @@ +#!/bin/bash + +# simple reminder script to publish the repository to the usual spot: + +rsync -avz --delete dists pool root@george.riseup.net:/srv/apt/ -- 2.25.1