diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 12:24:50 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 12:24:50 -0400 |
commit | 3f0f4919052c294f54c77ba50398461b89014770 (patch) | |
tree | 83397e2fc396d1d38023a5c53f0fa4eb2a14b657 /repo | |
parent | 0c03c5fe0a9d4cc4a70e4f2bd5333e7ac3074cce (diff) |
documented APT archive management practices.
Diffstat (limited to 'repo')
-rwxr-xr-x | repo/publish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/publish b/repo/publish index b7269c9..f12ae9f 100755 --- a/repo/publish +++ b/repo/publish @@ -2,4 +2,4 @@ # simple reminder script to publish the repository to the usual spot: -rsync -avz --delete dists pool root@george.riseup.net:/srv/apt/ +rsync -avz --delete dists pool archivemaster@george.riseup.net:/srv/apt/ |