summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed schema check in debian packagingSimon MacMullen2008-12-174-47/+0
|
* remove more remnants of schema checkMatthias Radestock2008-12-171-2/+0
|
* remove remnants of schema check in rpm packagesMatthias Radestock2008-12-173-35/+0
|
* remove more traces of rabbitmq-mnesia-currentMatthias Radestock2008-12-171-1/+0
|
* remove rabbitmq-mnesia-currentMatthias Radestock2008-12-172-61/+0
| | | | the integrity check is now done on startup
* deal with schema integrity check failure on startupMatthias Radestock2008-12-171-35/+51
| | | | | by moving the db to a backup location, re-creating the schema, and writing a warning to the logs
* remove superfluous settingsMatthias Radestock2008-12-161-6/+0
|
* Added tag rabbitmq_v1_5_0 for changeset 7ed89ebb3e98Tony Garnock-Jones2008-12-160-0/+0
|
* Merged bug 20019Simon MacMullen2008-12-163-13/+22
|\
| * don't react to memory alarms when memory_alarms is falseMatthias Radestock2008-12-163-10/+21
| | | | | | | | | | | | We still register our alarm handler in that case, since that allows alertees to register as usual, but the handler doesn't remember alertees and does nothing on memory alarms.
| * Make start_memsup default to false.Tony Garnock-Jones2008-12-162-6/+4
| |
* | Merge bug20002 into defaultHubert Plociniczak2008-12-161-6/+8
|\ \ | |/ |/|
| * Produce the list of rpm files on the flyHubert Plociniczak2008-12-151-8/+7
| |
| * logrotate doesn't need executable permissions,Hubert Plociniczak2008-12-121-2/+5
| | | | | | | | explictly name the man pages to keep rpmlint happy.
* | Added tag rabbitmq_v1_5_0 for changeset 8c3ad21da715Tony Garnock-Jones2008-12-150-0/+0
| |
* | New changelog entry for RPMsTony Garnock-Jones2008-12-151-0/+3
| |
* | New Debian changelog entryTony Garnock-Jones2008-12-151-0/+6
| |
* | Merged bug19987Simon MacMullen2008-12-122-54/+63
|\ \ | |/ |/|
| * provide an easy way to turn off memory alarmsMatthias Radestock2008-12-112-54/+63
| | | | | | | | | | the rabbit start_memsup flag controls whether rabbit will start memsup. It defaults to true.
* | merge bug19999 into defaultMatthias Radestock2008-12-121-2/+2
|\ \
| * | More strict matchingHubert Plociniczak2008-12-121-1/+1
| | |
| * | Use default regex type in findHubert Plociniczak2008-12-121-1/+1
| | |
| * | distclean should remove all vim, emacs temporary filesHubert Plociniczak2008-12-121-2/+2
|/ /
* | Merge bug19568 into defaultHubert Plociniczak2008-12-122-52/+2
|\ \
| * | Removed unused README.txt, if someone knows how to buildHubert Plociniczak2008-12-122-52/+2
| | | | | | | | | | | | rpms then that is (should) be already known.
* | | merge bug19993 into defaultMatthias Radestock2008-12-127-87/+14
|\ \ \
| * | | Update 'po' each time we build the package.Hubert Plociniczak2008-12-121-1/+1
| | | |
| * | | Removed autogenerated fileHubert Plociniczak2008-12-121-53/+0
| | | |
| * | | Debconf will handle the installation of logrotate scriptHubert Plociniczak2008-12-122-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | using dh_installlogrotate and it will add any dependencies it thinks need to be added. Updated standards-version to keep lintian happy.
| * | | Added po-debconf support to satisfy translated debconfHubert Plociniczak2008-12-126-84/+65
| | | | | | | | | | | | | | | | | | | | requirement. See man po-debconf for details. Fixed minor warnings given by lintian.
* | | | separate out codegen targetsMatthias Radestock2008-12-121-3/+5
| | | | | | | | | | | | | | | | that way 'make -j' won't end up buidling the same targets twice
* | | | merge bug19994 into defaultMatthias Radestock2008-12-121-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Reverted last change, debhelper using distclean target for cleaning.Hubert Plociniczak2008-12-122-1/+2
| | | |
| * | | make clean should also remove compiled amqp_codegenHubert Plociniczak2008-12-121-1/+1
| |/ /
* | | merge bug19992 into defaultMatthias Radestock2008-12-121-0/+2
|\ \ \ | |/ / |/| |
| * | Added missing =back directiveHubert Plociniczak2008-12-121-0/+2
|/ /
* | merge bug19989 into defaultMatthias Radestock2008-12-113-26/+30
|\ \
| * | cosmeticMatthias Radestock2008-12-112-3/+3
| | |
| * | TypoHubert Plociniczak2008-12-112-3/+3
| | |
| * | Fixed warnings reported by lintian.Hubert Plociniczak2008-12-112-7/+7
| | | | | | | | | | | | | | | According to rule '6.5.4.2.3. Select/Multiselect' from Debian guide, descriptions shouldn't be questions.
| * | Moved configuration script from postinsall to separateHubert Plociniczak2008-12-112-21/+25
|/ / | | | | | | | | debian config file. This seems to work *only* when we first load debconf/confmodule in postinst.
* | Merge bug19961 into defaultHubert Plociniczak2008-12-112-1/+8
|\ \ | |/ |/|
| * x86_64 rpm scripts now refer to /usr/lib64 scriptsHubert Plociniczak2008-12-052-1/+8
| | | | | | | | | | | | instead of /usr/lib. Added hack to the makefile, to fix the macros for x86_64 architecture under debian.
* | don't start memsup via command line flagsMatthias Radestock2008-12-101-2/+2
| | | | | | | | | | we start it programmatically instead Somehow I missed this mistake in the qa of bug 19852
* | merge bug19684 into defaultTony Garnock-Jones2008-12-104-3/+339
|\ \
| * | Correct typosTony Garnock-Jones2008-12-102-2/+2
| | |
| * | merge default into bug19684Tony Garnock-Jones2008-12-1016-189/+327
| |\ \ | |/ / |/| |
* | | merge bug19914 into defaultMatthias Radestock2008-12-1016-190/+327
|\ \ \
| * | | Add an example to the /etc/default/rabbitmq manpageTony Garnock-Jones2008-12-101-0/+10
| | | |
| * | | Set the page name and section correctlyTony Garnock-Jones2008-12-101-1/+7
| | | |