diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-03-23 15:05:26 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-03-23 15:05:26 -0400 |
commit | 8238a98e9ae96cb9097d84b3981d0fa3e276948b (patch) | |
tree | 962b5600c1c21f91b333135fb5be9143c1974aac /repo | |
parent | 66e173de23e2141983c352183465a13825b8ebb3 (diff) |
move the apt repo management into monkeysphere-docs
Diffstat (limited to 'repo')
-rw-r--r-- | repo/conf/distributions | 10 | ||||
-rw-r--r-- | repo/conf/options | 2 | ||||
-rwxr-xr-x | repo/publish | 5 |
3 files changed, 0 insertions, 17 deletions
diff --git a/repo/conf/distributions b/repo/conf/distributions deleted file mode 100644 index c97310e..0000000 --- a/repo/conf/distributions +++ /dev/null @@ -1,10 +0,0 @@ -Origin: The Monkeysphere Project -Label: Monkeysphere/Debian -Suite: experimental -Codename: experimental -Architectures: i386 powerpc amd64 arm source -Components: monkeysphere -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 deleted file mode 100644 index 6de6cad..0000000 --- a/repo/conf/options +++ /dev/null @@ -1,2 +0,0 @@ -verbose -keepunreferencedfiles diff --git a/repo/publish b/repo/publish deleted file mode 100755 index f12ae9f..0000000 --- a/repo/publish +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -# simple reminder script to publish the repository to the usual spot: - -rsync -avz --delete dists pool archivemaster@george.riseup.net:/srv/apt/ |