summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2010-02-11 13:48:47 +0000
committerDavid Wragg <dpw@lshift.net>2010-02-11 13:48:47 +0000
commit0b331940a76eeb9d7d2dc0a2aa9e9fa737fd33cc (patch)
tree90ea74db6c3632421c6d9ae7be42f059c7f1ac84
parentde1ba8c6240e199ebdf5dcc750e428bea185a199 (diff)
downloadrabbitmq-server-bug22262.tar.gz
Both of the macports makefile targets are deploy-time, so merge thembug22262
We need to know the REAL_WEB_URL in order to generate the protsfile and index the resulting macports tree, and all this has to happen at deploy time. So there is no point in distinguishing the indexing step.
-rw-r--r--packaging/macports/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/macports/Makefile b/packaging/macports/Makefile
index 243864e1..d5633955 100644
--- a/packaging/macports/Makefile
+++ b/packaging/macports/Makefile
@@ -38,10 +38,6 @@ macports: dirs $(DEST)/Portfile
sed -i -e 's|@SU_RABBITMQ_SH_C@|sudo -E -u rabbitmq -H /bin/sh -c|' \
$(DEST)/files/rabbitmq-script-wrapper
cp patch-org.macports.rabbitmq-server.plist.diff $(DEST)/files
-
-# This target ssh's into the OSX host in order to finalize the
-# macports repo
-macports_index:
if [ -n "$(MACPORTS_USERHOST)" ] ; then \
tar cf - -C $(MACPORTS_DIR) . | ssh $(SSH_OPTS) lshift@macrabbit ' \
d="/tmp/mkportindex.$$$$" ; \