1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
|
openstack-pkg-tools (22) unstable; urgency=medium
* Calls dh_installinit after dh_systemd_enable so that systemd services are
started at install time.
-- Thomas Goirand <zigo@debian.org> Thu, 08 Jan 2015 15:12:13 +0000
openstack-pkg-tools (21) unstable; urgency=medium
* Fixed mix-up with SYSTEM_USER and SYSTEM_GROUP in pkgos-gen-upstart-job.
* Fixed creation of /var/run/${PROJECT_NAME} if using sysv-rc.
-- Thomas Goirand <zigo@debian.org> Mon, 15 Dec 2014 15:53:43 +0800
openstack-pkg-tools (20) unstable; urgency=medium
* Now using a forking daemon anymore when using systemd. Thanks to Mikaƫl
Cluseau <mcluseau@isi.nc> for working on this cool feature. This also fixes
the issue that /var/run/$PROJECT_NAME was not created at boot time, and
then the daemon were not started.
* Calling dh_systemd_enable correctly when a .service file is generated.
-- Thomas Goirand <zigo@debian.org> Fri, 12 Dec 2014 15:24:43 +0000
openstack-pkg-tools (19) unstable; urgency=medium
* Using RuntimeDirectory=${PROJECT_NAME} as per advice in #debian-systemd.
-- Thomas Goirand <zigo@debian.org> Mon, 10 Nov 2014 17:28:47 +0000
openstack-pkg-tools (18) unstable; urgency=medium
* Using /run and not /var/run.
-- Thomas Goirand <zigo@debian.org> Tue, 11 Nov 2014 01:23:13 +0800
openstack-pkg-tools (17) unstable; urgency=medium
* Make it possible to have no --config-file= argument for the daemon.
* Adds a RuntimeDirectory=/var/run/${PROJECT_NAME} in the systemd template,
so that /var/run/${PROJECT_NAME} can be created on boot (Closes: #767711).
-- Thomas Goirand <zigo@debian.org> Wed, 29 Oct 2014 00:31:49 +0800
openstack-pkg-tools (16) unstable; urgency=medium
* Fix some upstart job generation handling for murano-agent.
-- Thomas Goirand <zigo@debian.org> Tue, 07 Oct 2014 22:59:41 +0800
openstack-pkg-tools (15) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Tue, 07 Oct 2014 13:42:53 +0800
openstack-pkg-tools (14) experimental; urgency=medium
* Adds the possibility to run daemons as root.
-- Thomas Goirand <zigo@debian.org> Sat, 04 Oct 2014 21:42:52 +0800
openstack-pkg-tools (13) experimental; urgency=medium
* Added init script templating.
* Uploading to experimental during the freeze.
* Standards-Version is now 3.9.6.
-- Thomas Goirand <zigo@debian.org> Fri, 03 Oct 2014 01:07:53 +0800
openstack-pkg-tools (12) unstable; urgency=medium
* Now setting-up database with ALTER DATABASE to use UTF8 instead of the dbc
thing which didn't work.
-- Thomas Goirand <zigo@debian.org> Tue, 03 Jun 2014 14:48:40 +0800
openstack-pkg-tools (11) unstable; urgency=medium
* Really fix dbc_{pg,my}sql_createdb_encoding="UTF8".
-- Thomas Goirand <zigo@debian.org> Tue, 03 Jun 2014 01:30:50 +0800
openstack-pkg-tools (10) unstable; urgency=medium
* Now using dbc_{pg,my}sql_createdb_encoding="UTF8" when creating dbs.
* Standards-Version: is now 3.9.5.
-- Thomas Goirand <zigo@debian.org> Wed, 02 Apr 2014 22:10:33 +0800
openstack-pkg-tools (9) unstable; urgency=medium
* Fixed keystone endpoint registration for the new keystone command line
syntax.
-- Thomas Goirand <zigo@debian.org> Fri, 14 Feb 2014 17:20:34 +0000
openstack-pkg-tools (8) unstable; urgency=low
* Allow the upstart thing to also work with package.daemon.upstart.in
(replaced the cut -d by a sed s/.upstart.in//).
* Adds a git show in the gen-orig-xz, to check if the tag exists before
creating the orig.tar.xz.
* Added functions to automatically configure rabbit_* directives.
-- Thomas Goirand <zigo@debian.org> Fri, 28 Jun 2013 16:18:55 +0800
openstack-pkg-tools (7) unstable; urgency=low
* Adds a pkgos_safesed function which doesn't put the (eventual) passwords
visible using "ps", which makes it safe to use sed for passwords. Then
pkgos_inifile uses that function now.
* Added a function to remove a [SECTION] in a config file.
-- Thomas Goirand <zigo@debian.org> Tue, 11 Jun 2013 11:58:32 +0800
openstack-pkg-tools (6) unstable; urgency=low
* Removed the -R flag when doing chown -R /var/lib/<package>.
* Extracted the adduser / addgroup function from pkgos_var_user_group as a
separate (callable) function.
* Bumped standard-version to 3.9.4.
-- Thomas Goirand <zigo@debian.org> Thu, 30 May 2013 23:52:11 +0800
openstack-pkg-tools (5) unstable; urgency=low
* Uploading to SID.
* Split the get-vcs-source: into 3 targets:
- fetch-upstream-remote:
- gen-orig-xz:
- +get-master-branch:
-- Thomas Goirand <zigo@debian.org> Fri, 10 May 2013 18:14:51 +0800
openstack-pkg-tools (4) experimental; urgency=low
* Clean-ups of function parameter calling order.
* Rewrite of the pkgos_* functions for parsing ini files.
-- Thomas Goirand <zigo@debian.org> Tue, 12 Mar 2013 00:43:02 +0800
openstack-pkg-tools (3) experimental; urgency=low
[ Thomas Goirand ]
* Don't attempt to read anything from the config file if it isn't
installed in /etc (in the pkgos_read_admin_creds pkgos.make target).
[ James Page ]
* Fixup handling of d/*.upstart.in to fix build failures
downstream in Ubuntu.
-- Thomas Goirand <zigo@debian.org> Sat, 02 Feb 2013 11:30:43 +0000
openstack-pkg-tools (2) experimental; urgency=low
* Now copying the orig.tar.xz in the build-area after creating it.
* Now using the debian branch name defined in debian/gbp.conf for
get-vcs-source.
* Added code to handle auth_url instead of auth_host / auth_port /
auth_proto.
* Added a workround the fact that DPKG_MAINTSCRIPT_PACKAGE isn't always
set (bug in debconf?)
* Added a gen-author-list: target.
* Sets various debconf questions with priority medium instead of high.
* Added gen-upstream-changelog to generate a debian/CHANGELOG from
upstream git log.
-- Thomas Goirand <zigo@debian.org> Thu, 20 Dec 2012 09:50:58 +0000
openstack-pkg-tools (1) experimental; urgency=low
* Initial release.
-- Thomas Goirand <zigo@debian.org> Fri, 16 Nov 2012 14:29:41 +0000
|