summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Include generate_app in source tarballTony Garnock-Jones2009-03-251-1/+1
|
* Follow advice of MacPorts committerTony Garnock-Jones2009-03-031-4/+1
|
* Check in macports packaging contributed by Chris PettittTony Garnock-Jones2009-02-274-67/+81
|
* merge v1_5 into defaultTony Garnock-Jones2009-02-2417-74/+107
|\
| * 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 changeTony 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-203-38/+29
| |\
| | * Use _locastatedir and _sysconfdir macros in all possible places.Hubert Plociniczak2009-02-202-11/+11
| | |
| | * Merge v1_5 into bug20329Hubert Plociniczak2009-02-2019-73/+192
| | |\
| | * | 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.
| * | | Merge bug20352 into defaultHubert Plociniczak2009-02-202-6/+3
| |\ \ \ | | |_|/ | |/| |
| | * | Disabled starting the server in rpm packages according to fedora guidelines.Hubert Plociniczak2009-02-182-6/+3
| | | |
| * | | Merged 20383Simon MacMullen2009-02-204-4/+10
| |\ \ \
| | * | | Logrotate will report only errors and ignore anything in the STDOUT.Hubert 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.Hubert 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 bug20374 into defaultMatthias Radestock2009-02-171-2/+6
|\ \ \ \
| * | | | make it easier to add more exceptions to the 'warning' category in futureMatthias Radestock2009-02-171-6/+6
| | | | |
| * | | | merge default into bug20374Tony Garnock-Jones2009-02-1710-42/+42
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | merge v1_5 into defaultTony Garnock-Jones2009-02-160-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | merge bug20348 into v1_5Tony Garnock-Jones2009-02-165-45/+135
| |\ \ \ \
| * \ \ \ \ Merged 20345Simon MacMullen2009-02-162-0/+10
| |\ \ \ \ \
| | * | | | | prevent unwanted path expansionSimon MacMullen2009-02-162-0/+10
| |/ / / / /
| * | | | | Merged 20326Simon MacMullen2009-02-168-42/+30
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merged 20353Simon MacMullen2009-02-162-0/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Merged bug20326Simon MacMullen2009-02-168-42/+30
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Remove PATH variable from init.d scripts. It is not the subject of this bug.Hubert 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.
* | | | | Verified.Simon MacMullen2009-02-132-0/+10
|\ \ \ \ \
| * | | | | also prevent path expansion in rabbit-multiMatthias Radestock2009-02-061-0/+5
| | | | | |
| * | | | | prevent unwanted path expansionMatthias Radestock2009-02-061-0/+5
| | | | | |
* | | | | | VerifiedSimon MacMullen2009-02-132-0/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Added proper PATH env variable.Hubert Plociniczak2009-02-062-0/+2
| | |/ / / | |/| | |
| | | | * Special-case as a warning the relatively common abrupt-disconnection message.Tony Garnock-Jones2009-02-131-2/+6
| |_|_|/ |/| | |
* | | | merge bug20348 into defaultTony Garnock-Jones2009-02-135-45/+135
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | keep serial in separate process, to avoid persister bottleneckMatthias 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
| |
* | Merged bug 20179 into defaultBen Hood2009-02-021-3/+3
|\ \