diff options
-rw-r--r-- | repo/conf/distributions | 10 | ||||
-rw-r--r-- | repo/conf/options | 1 | ||||
-rwxr-xr-x | repo/publish | 5 |
3 files changed, 16 insertions, 0 deletions
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/ |