summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | Be consistend in using INITD_ variables in init.d script. Few style fixes in ↵Hubert Plociniczak2009-02-043-11/+11
| | | | | | | | | | | | rabbitmq man page.
| * | Moved main configuration from /etc/default/rabbitmq to ↵Hubert Plociniczak2009-02-049-22/+58
| | | | | | | | | | | | /etc/rabbitmq/rabbitmq.conf. Updated man pages to reflect the changes. To avoid overwriting the variables those in /etc/default/rabbitmq need to be prefix with INITD_. Added checks in scripts to handle those cases. rpm and debian need to handle /etc/rabbitmq directory.
* | | merge bug20348 into v1_5Tony Garnock-Jones2009-02-1610-42/+42
|\ \ \
| * \ \ Merged 20345Simon MacMullen2009-02-160-0/+0
| |\ \ \
| * | | | prevent unwanted path expansionbug20345Simon MacMullen2009-02-162-0/+10
| |/ / /
| * | | Merged 20326Simon MacMullen2009-02-162-0/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Merged 20353Simon MacMullen2009-02-162-0/+2
| | |\ \ | | | |/ | | |/|
| | | * Added proper PATH env variable.bug20353Hubert Plociniczak2009-02-062-0/+2
| | |/
| * | Remove PATH variable from init.d scripts. It is not the subject of this bug.bug20326Hubert Plociniczak2009-02-042-2/+0
| | |
| * | Use common wrapper for scripts in rpm packages.Hubert Plociniczak2009-02-045-34/+18
| | | | | | | | | | | | Fixed indentation. init.d script uses wrapper.
| * | Provide common wrapper script that is used by all commands and requires root ↵Hubert Plociniczak2009-02-044-12/+18
| |/ | | | | | | | | | | permissions to function normally. Also added PATH variable in init.d and use new wrappers.
* | keep serial in separate process, to avoid persister bottleneckbug20348Matthias Radestock2009-02-065-45/+135
|/ | | | ...and move all the guid functions into a separate module
* create v1_5 branch to supersede v1_5_1 branchMatthias Radestock2009-02-020-0/+0
|
* Added tag rabbitmq_v1_5_1 for changeset 0f3f3a44ca0cv1_5_1Ben Hood2009-01-190-0/+0
|
* add package changelog entries for 1.5.1 releaserabbitmq_v1_5_1Ben Hood2009-01-192-0/+9
|
* better documentation of message countsMatthias Radestock2009-01-191-4/+5
|
* merge bug20064 into v1_5_1Matthias Radestock2009-01-153-3/+3
|\
| * BUILD has been renamed to READMEbug20064Matthias Radestock2009-01-151-1/+1
| |
| * Renamed BUILD.in to README.inHubert Plociniczak2009-01-152-2/+2
| |
* | merge bug20125 into v1_5_1Matthias Radestock2009-01-153-6/+6
|\ \ | |/
| * merge bug20111 into v1_5_1Matthias Radestock2009-01-151-4/+4
| |\
| | * Updated POD (rabbitmqctl rename pid to node)bug20111Emile Joubert2009-01-141-4/+4
| | |
| * | Merged 20141 into v1_5_1Ben Hood2009-01-140-0/+0
| |\ \
| * | | use halt() instead of init:stop()bug20141Matthias Radestock2009-01-132-2/+2
| |/ / | | | | | | | | | it's much faster and perfectly safe in these self-contained programs
* | | Less restrictive pattern matching in debian/watchbug20125Hubert Plociniczak2009-01-151-1/+1
| | |
* | | Added required debian/watch file for checking latest source tarballs.Hubert Plociniczak2009-01-131-0/+4
|/ /
* | merge bug20121 into v1_5_1Matthias Radestock2009-01-121-2/+2
|\ \
| * | Output file is given as an argument, do not use stdout.bug20121Hubert Plociniczak2009-01-091-2/+2
| | |
* | | merge bug20098 into v1_5_1Matthias Radestock2009-01-123-10/+17
|\ \ \
| * \ \ merge bug20096 into v1_5_1Matthias Radestock2009-01-121-2/+2
| |\ \ \
| | * | | Moved user name to the end of the command.bug20096Hubert Plociniczak2009-01-091-1/+1
| | | | |
| | * | | Use --gecos option in adduser to add user's comments field,Hubert Plociniczak2009-01-091-2/+2
| | | | | | | | | | | | | | | | | | | | instead of running usermod.
| * | | | merge bug20111 into v1_5_1Matthias Radestock2009-01-121-7/+13
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Better dispatching while formatting results in rabbitmqctlEmile Joubert2009-01-111-4/+3
| | | |
| | * | Report node instead of pid in rabbitmqctlEmile Joubert2009-01-111-4/+11
| |/ /
| * | Merged 20089 into v_1_5_1Ben Hood2009-01-090-0/+0
| |\ \ | | |/
| * | the #amqqueue.pid is 'none', so return self() insteadbug20089Matthias Radestock2009-01-091-1/+2
| |/
* | Removed PATH variable from init scripts.bug20098Hubert Plociniczak2009-01-092-2/+0
|/