diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 12:11:44 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 12:11:44 -0400 |
commit | c8ddc5431eeea657604c16780f2f7d63cf09f3d4 (patch) | |
tree | c0e0fe57d54a27a2a1e58ebe2526b839473fcaaf /repo/publish | |
parent | 9a9238ddf0f68b72077be823087b98698a1aac1c (diff) |
committing reprepro config files for the monkeysphere APT repo.
Diffstat (limited to 'repo/publish')
-rwxr-xr-x | repo/publish | 5 |
1 files changed, 5 insertions, 0 deletions
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/ |