summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Forgot 'in place' option for sed.bug20552Hubert Plociniczak2009-04-021-1/+1
|
* merge bug20527 into defaultMatthias Radestock2009-03-312-2/+3
|\
| * merge bug20461 into v1_5Matthias Radestock2009-03-308-44/+102
| |\
| | * Merge bug20526 into v1_5Emile Joubert2009-03-301-1/+1
| | |\
| | | * convert script home path to short name notationbug20526Matthias Radestock2009-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | due to a bug in OTP that results in 'spawn' being unable to handle paths with spaces. See http://erlang.org/pipermail/erlang-patches/2008-August/000267.html
| * | | Added RABBITMQ_SERVER_ERL_ARGS to rabbitmq-server.bat to be consistent.bug20461Hubert Plociniczak2009-03-241-0/+1
| | | |
| * | | Use RABBITMQ_MULTI_ERL_ARGS and RABBITMQ_MULTI_START_ARGS in the batch fileHubert Plociniczak2009-03-191-1/+1
| | | |
* | | | Use a backup extension and remove the file afterwardbug20527Michael Bridgen2009-03-301-1/+1
| |/ / |/| |
* | | merge bug20518 into v1_5Matthias Radestock2009-03-301-3/+24
|\ \ \
| * | | spell out difference in licensing for the spec jsonMatthias Radestock2009-03-271-3/+24
| | |/ | |/| | | | | | | patch submitted by John Leuner
* | | on windows, write to stdout in stderr to avoid bufferingbug20518Matthias Radestock2009-03-261-3/+13
|/ /
* | merging multiple heads of v1_5Matthew Sackman2009-03-263-8/+12
|\ \
| * \ merge bug20460Matthias Radestock2009-03-251-7/+6
| |\ \
| | * \ merge branch headsMatthias Radestock2009-03-250-0/+0
| | |\ \
| | | * \ merge bug20454 into v1_5Matthias Radestock2009-03-250-0/+0
| | | |\ \ | | | | |/
| | * | | Merge bug20516 into v1_5Hubert Plociniczak2009-03-251-2/+0
| | |\ \ \
| | | * | | Removed duplicate entries for /var/log/rabbitmq and /var/lib/rabbitmq in the ↵bug20516Hubert Plociniczak2009-03-251-2/+0
| | | | |/ | | | |/| | | | | | | | | | | spec
| | * | | Merge bug20454 into v1_5Hubert Plociniczak2009-03-251-5/+6
| | |\ \ \ | | | |/ / | | |/| |
| | | * | More sensible name for the macro and moved the definition to preamble.bug20454Hubert Plociniczak2009-03-251-7/+6
| | | |/
| | | * Copy the initial wrapper script to build directory and then fix the path, ↵Hubert Plociniczak2009-03-191-5/+7
| | |/ | | | | | | | | | instead of directly running sed on the source file. There is no need to run sed on init.d script, since we no longer use any paths that refer to /usr/lib.
| * | Added RABBITMQ_CTL_ERL_ARGS into rabbitmqctl scriptbug20460Hubert Plociniczak2009-03-242-1/+6
| |/
* | merge bug20500 into v1_5Matthew Sackman2009-03-260-0/+0
|\ \ | |/
* | recover exchanges/bindings/queues in per-item transactionsbug20500Matthias Radestock2009-03-193-29/+52
|/ | | | | | | Because recovering them in large, single transactions is incredibly slow, with complexity that is far worse than linear in the number of entries we recover, presumably due to the way mnesia represents transaction-local storage.
* merge bug20455 into v1_5Matthias Radestock2009-03-193-3/+1
|\
| * Make all the packaged scripts cd to /var/lib/rabbitmq, and remove abug20455Simon MacMullen2009-03-123-3/+1
| | | | | | | | redundant "cd" from the init.d scripts.
* | oopsMatthias Radestock2009-03-181-1/+1
| |
* | merge bug20462 into v1_5Matthias Radestock2009-03-182-19/+21
|\ \ | |/ |/|
| * make it more obvious that RABBITMQ_MNESIA_DIR is specialbug20462Matthias Radestock2009-03-181-1/+2
| |
| * Split out the environment variable munging as described in the ticket, ↵Simon MacMullen2009-03-132-17/+18
|/ | | | | | except for those variables which are derived from other variables.
* Added tag rabbitmq_v1_5_3 for changeset 3fd499569a57Tony Garnock-Jones2009-02-240-0/+0
|
* add package changelog entries for 1.5.3 releaserabbitmq_v1_5_3Tony Garnock-Jones2009-02-242-0/+9
|
* merge bug20410 into v1_5Matthias Radestock2009-02-241-4/+16
|\
| * Apply John's changebug20410Tony Garnock-Jones2009-02-241-4/+16
|/
* Added tag rabbitmq_v1_5_2 for changeset 7db73a31654fTony Garnock-Jones2009-02-230-0/+0
|
* add package changelog entries for 1.5.2 releaserabbitmq_v1_5_2Tony Garnock-Jones2009-02-232-0/+9
|
* Merge bug20329 into v1_5Hubert Plociniczak2009-02-202-6/+3
|\
| * Merge bug20352 into defaultHubert Plociniczak2009-02-202-6/+3
| |\
| | * Disabled starting the server in rpm packages according to fedora guidelines.bug20352Hubert Plociniczak2009-02-182-6/+3
| | |
* | | Use _locastatedir and _sysconfdir macros in all possible places.bug20329Hubert Plociniczak2009-02-202-11/+11
| | |
* | | Merge v1_5 into bug20329Hubert Plociniczak2009-02-203-31/+22
|\ \ \ | |/ / |/| |
| * | Use %{_sysconfdir} to locate /etc.Hubert Plociniczak2009-02-043-12/+8
| | | | | | | | | | | | | | | Return 2 on usage error in init-script. Use %attr to define proper permissions for the /var/lib/rabbitmq and /var/log/rabbitmq directories and use -c parameter instead of running additional usermod command in the spec file.
| * | Use shorter names for sources in spec file.Hubert Plociniczak2009-02-041-7/+7
| | |
| * | Included fixes for fedora review.Hubert Plociniczak2009-02-043-18/+11
| | | | | | | | | | | | | | | | | | Remove %debian macro and used --nodeps instead. Renamed /etc/default/rabbitmq to /etc/sysconfig/rabbitmq as this is the default configuration file on rpm based OS. Use make -j if possible in spec. Removed not recommended tags (vendor and packager) and added macro that prevents rpm from building useless debug rpm.
* | | Merged 20383Simon MacMullen2009-02-204-4/+10
|\ \ \
| * | | Logrotate will report only errors and ignore anything in the STDOUT.bug20383Hubert Plociniczak2009-02-204-4/+10
| | |/ | |/|
* | | Merged 20327Simon MacMullen2009-02-2010-24/+33
|\ \ \ | |/ / |/| |
| * | Fixed sed to properly handle rabbitmq.conf.5 and updated other man pages.bug20327Hubert Plociniczak2009-02-176-6/+4
| | | | | | | | | | | | /etc/rabbitmq is no longer owned by rabbitmq user.
| * | Renamed man page for rabbit configHubert Plociniczak2009-02-171-0/+0
| | |
| * | Variables from /etc/default/rabbitmq can be later overwritten apart from ↵Hubert Plociniczak2009-02-045-35/+8
| | | | | | | | | | | | NODE_COUNT. Don't use INITD_ prefixed variables.
| * | Minor style fixesHubert Plociniczak2009-02-041-2/+4
| | |