summaryrefslogtreecommitdiff
path: root/packaging/debs
Commit message (Collapse)AuthorAgeFilesLines
* Make all the packaged scripts cd to /var/lib/rabbitmq, and remove abug20455Simon MacMullen2009-03-121-1/+0
| | | | redundant "cd" from the init.d scripts.
* add package changelog entries for 1.5.3 releaserabbitmq_v1_5_3Tony Garnock-Jones2009-02-241-0/+6
|
* Apply John's changebug20410Tony Garnock-Jones2009-02-241-4/+16
|
* add package changelog entries for 1.5.2 releaserabbitmq_v1_5_2Tony Garnock-Jones2009-02-231-0/+6
|
* Merged 20383Simon MacMullen2009-02-202-2/+5
|\
| * Logrotate will report only errors and ignore anything in the STDOUT.bug20383Hubert Plociniczak2009-02-202-2/+5
| |
* | Merged 20327Simon MacMullen2009-02-202-0/+4
|\ \ | |/ |/|
| * Fixed sed to properly handle rabbitmq.conf.5 and updated other man pages.bug20327Hubert Plociniczak2009-02-171-1/+0
| | | | | | | | /etc/rabbitmq is no longer owned by rabbitmq user.
| * Variables from /etc/default/rabbitmq can be later overwritten apart from ↵Hubert Plociniczak2009-02-041-2/+2
| | | | | | | | NODE_COUNT. Don't use INITD_ prefixed variables.
| * Be consistend in using INITD_ variables in init.d script. Few style fixes in ↵Hubert Plociniczak2009-02-041-2/+2
| | | | | | | | rabbitmq man page.
| * Moved main configuration from /etc/default/rabbitmq to ↵Hubert Plociniczak2009-02-043-0/+5
| | | | | | | | /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.
* | Merged 20326Simon MacMullen2009-02-161-0/+1
|\ \
| * | Added proper PATH env variable.bug20353Hubert Plociniczak2009-02-061-0/+1
| |/
* | Remove PATH variable from init.d scripts. It is not the subject of this bug.bug20326Hubert Plociniczak2009-02-041-1/+0
| |
* | Provide common wrapper script that is used by all commands and requires root ↵Hubert Plociniczak2009-02-044-29/+12
|/ | | | | | permissions to function normally. Also added PATH variable in init.d and use new wrappers.
* add package changelog entries for 1.5.1 releaserabbitmq_v1_5_1Ben Hood2009-01-191-0/+6
|
* 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 bug20098 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.
* | Removed PATH variable from init scripts.bug20098Hubert Plociniczak2009-01-091-1/+0
|/
* another attempt at adding changelog entry for 1.5.0 releaserabbitmq_v1_5_0Matthias Radestock2008-12-171-2/+2
|
* merge default headsMatthias Radestock2008-12-171-2/+2
|\
| * add package changelog entries for 1.5.0 releaseMatthias Radestock2008-12-171-2/+2
| |
* | better description for user accountMatthias Radestock2008-12-171-1/+1
|/
* Don't need to run that any morebug20030Simon MacMullen2008-12-171-1/+1
|
* For some reason ${misc:Depends} does not infer logrotate, so add it manually.Simon MacMullen2008-12-171-1/+1
|
* Removed schema check in debian packagingSimon MacMullen2008-12-174-47/+0
|
* New Debian changelog entryTony Garnock-Jones2008-12-151-0/+6
|
* merge bug19993 into defaultMatthias Radestock2008-12-127-87/+14
|\
| * Update 'po' each time we build the package.bug19993Hubert 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.
* | Reverted last change, debhelper using distclean target for cleaning.bug19994Hubert Plociniczak2008-12-121-0/+1
|/
* cosmeticbug19989Matthias 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.
* Update copyrights.bug19974Tony Garnock-Jones2008-12-091-8/+14
|
* Use more reliable 'id -u' to correctly identifybug19962Hubert Plociniczak2008-12-051-1/+1
| | | | the user for the debian wrapper.
* Merge bug19859 into defaultHubert Plociniczak2008-12-041-1/+8
|\
| * If the user is not root, just invoke rabbitmqctl without any args. Theybug19859Simon MacMullen2008-11-261-6/+2
| | | | | | | | | | should always get the help message, and always get the "run as root" message.
| * Only su to rabbitmq if the user is actually root (otherwise they will be ↵Simon MacMullen2008-11-251-1/+12
| | | | | | | | prompted for a password which is incomprehensible). If they are not root, allow them to see help but otherwise fail (since if they run the real rabbitmqctl as a normal user it will talk to the wrong rabbit and again confusion will ensue.
* | merged bug19841 into defaultTony Garnock-Jones2008-12-021-1/+1
|\ \
| * | Moved from python-json to python-simplejson.bug19841Hubert Plociniczak2008-11-201-1/+1
| | | | | | | | | | | | Fixed 'unicode' problem for auto-generated code.
* | | don't mention mnesiaMatthias Radestock2008-12-021-4/+2
| | |
* | | Merged defaultSimon MacMullen2008-12-011-5/+2
|\ \ \
| * | | Consistency around trailing slashes.bug19860Simon MacMullen2008-11-281-3/+2
| | | |