summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorSteve Powell <steve@rabbitmq.com>2012-02-28 10:34:48 +0000
committerSteve Powell <steve@rabbitmq.com>2012-02-28 10:34:48 +0000
commitb35c92000e9e26429312c9a2b0209dd34b3761d6 (patch)
tree47468cd844fd789f54d3451dc3f3e6a8601be55c /packaging
parent9c6e308a602d1cdb621c89984fb0c4fa693fb83e (diff)
parent3092e2760af67be6634888dfec61e461ce8d6d28 (diff)
downloadrabbitmq-server-git-b35c92000e9e26429312c9a2b0209dd34b3761d6.tar.gz
Merge default in
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debs/apt-repository/README-real-repository4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debs/apt-repository/README-real-repository b/packaging/debs/apt-repository/README-real-repository
index b152622731..189852eb60 100644
--- a/packaging/debs/apt-repository/README-real-repository
+++ b/packaging/debs/apt-repository/README-real-repository
@@ -13,7 +13,7 @@ that's a baby rabbit.
Secondly, a note on software. We need a tool to manage the repository,
and a tool to perform uploads to the repository. Debian being Debian
-there are quite a few of each. We will use "rerepro" to manage the
+there are quite a few of each. We will use "reprepro" to manage the
repository since it's modern, maintained, and fairly simple. We will use
"dupload" to perform the uploads since it gives us the ability to run
arbitrary commands after the upload, which means we don't need to run a
@@ -99,7 +99,7 @@ machine
* "rm -rf" the uploads folder
This is a bit cheesy but should be enough for our purposes. The
-dupload.conf uses scp and ssh so you need a public-key login (or tpye
+dupload.conf uses scp and ssh so you need a public-key login (or type
your password lots).
There's still an open question as to whether dupload is really needed