[ubuntu-cloud-archive/queens-proposed] openstack-pkg-tools (Accepted)

James Page james.page at ubuntu.com
Mon Mar 12 12:49:21 UTC 2018


 openstack-pkg-tools (71~cloud0) xenial-queens; urgency=medium
 .
   * New update for the Ubuntu Cloud Archive.
 .
 openstack-pkg-tools (71) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Thomas Goirand ]
   * Updated Italian debconf translation, thanks to Daniele Mazzocchio
     <daniele.mazzocchio at infomaniak.com>.
 .
   [ Michal Arbet ]
   * Add pkgos-gen-completion script
 .
   [ David Rabel ]
   * Updated Russian debconf translation, thanks to Yuri Kozlov
     <yuray at komyakino.ru> (Closes: #892314).
   * Updated German debconf translation, thanks to Chris Leick
     <c.leick at vollbio.de> (Closes: #892602).
 .
 openstack-pkg-tools (70) unstable; urgency=medium
 .
   * Fixed rmadison call's grep to really select arch amd64 and all.
   * Add pkgos_add_directive function.
   * Add a unit test suite for pkgos_func and run it at build time.
   * pkgos-readd-keystone-authtoken-missing-options now sets
     www_authenticate_uri by default, not auth_uri which is deprecated.
   * Add generic templates to replace individual copies on each OpenStack
     service. Thanks to Justin B Rye for the English review.
   * Rewrote functions for managing keystone_authtoken.
   * Also using | subunit2pyunit for stestr.
 .
 openstack-pkg-tools (69) unstable; urgency=medium
 .
   * Jenkins build tools:
     - Git clone from correct salsa.debian.org group.
     - Fixed default for stretch and queens in pkgos.conf.
     - Generate InRelease file in pkgos-scan-repo.
   * Add pkgos-readd-keystone-authtoken-missing-options.
 .
 openstack-pkg-tools (68) unstable; urgency=medium
 .
   * Set PYTHONPATH to `pwd`/debian/tmp/usr/lib/python${pyvers}/dist-packages
     if that path exists when running pkgos-dh_auto_test.
 .
 openstack-pkg-tools (67) unstable; urgency=medium
 .
   * Uploading to unstable.
 .
 openstack-pkg-tools (66) experimental; urgency=medium
 .
   * Fixed running with stestr.
 .
 openstack-pkg-tools (65) experimental; urgency=medium
 .
   * Use stestr in priority over testrepository. This is needed for tempest.
 .
 openstack-pkg-tools (64) experimental; urgency=medium
 .
   * A few fixes in pkgos-debpypi.
   * Also handles testing with stestr instead of testrepository.
 .
 openstack-pkg-tools (63) unstable; urgency=medium
 .
   [ Michal Arbet ]
   * Fix pkg-dh_auto_install, pkg-dh_auto_test to use --no-pyX flags.
 .
   [ Thomas Goirand ]
   * Standards-Version is now 4.1.3.
   * Update VCS URLs.
 .
 openstack-pkg-tools (62) unstable; urgency=medium
 .
   * Make pkgos_inifile work even if there's twice a directive.
 .
 openstack-pkg-tools (61) unstable; urgency=medium
 .
   * Fixed GID for Glance and Cinder.
   * Standards-Version is now 4.1.2.
 .
 openstack-pkg-tools (60) unstable; urgency=medium
 .
   * Fixed pkgos_adduser for nova, cinder, glance.
 .
 openstack-pkg-tools (59) unstable; urgency=medium
 .
   * Using allocated UID/GID for OpenStack Nova, Cinder and Glance.
 .
 openstack-pkg-tools (58) unstable; urgency=medium
 .
   * Team upload.
   * Allow space in pkgos_inifile set value (Closes: #847104)
   * Support multiple default gw in pkgos_register_endpoint_config
     (Closes: #859198)
   * Don't hardcode /bin/ip and use ip from $PATH
     (prevents command-with-path-in-maintainer-script from Lintian)
   * Use deb.debian.org mirror
 .
 openstack-pkg-tools (57) unstable; urgency=medium
 .
   * Change WorkingDirectory to ~
   * Replace ExecStartPre with RuntimeDirectory/CacheDirectory
   * Don't create /var/lib and /var/log directories in init,
     only in postinst
   * Don't create cache subdirectory in /var/lib/<project> directory
   * Create /var/cache/<project> directory in SysV init script
   * SysV init script clean, return exit codes
   * Finish upstart remove
 .
 openstack-pkg-tools (56) unstable; urgency=medium
 .
   * Fixed search for line function of pkgos_func.
   * Fixed writing the username part of the transport_url directive.
 .
 openstack-pkg-tools (55) unstable; urgency=medium
 .
   [ Thomas Goirand ]
   * build-tools/pkgos-infra-install-sbuild:
     - Using ftp.fr.debian.org instead of httpredir.debian.org.
   * Add misc/libsbuild-perl-ChrootSetup.pm-hotfix.patch to fix not-supported
     option of gnupg that sbuild from jessie-backport is using. Hopefully, this
     will be fixed in sbuild from jessie-bpo.
   * Merge changes from Ubuntu:
     - build-tools/pkgos-generate-snapshot: Add helper for generating
       snapshots from upstream git repositories.
     - init-template/init-script-template: Ensure that main project
       configuration file is the first passed to the daemon, allowing
       subsequent configuration files to override values correctly
       inline with upstart configurations (LP: #1550223).
     - init-template/pkgos-gen-systemd-unit: Set TimeoutStopSec=15 to
       avoid really long restarts when services are not fully up.
   * Add pkgos.stdpkg.make.
   * Allow one to disable py2 or py3 for pkgos-dh_auto_{install,test}.
   * Standards-Version is now 4.1.1.
   * Add support for [DEFAULT]/transport_url for rabbitmq setup.
   * Remove upstart support.
   * Speed-up pkgos_inifile (stop parsing in shell, use more grep to find out
     line number of directive).
 .
   [ Ondej Nov ]
   * Bumped debhelper compat version to 10
   * build-tools/pkgos-infra-build-pkg:
     - Reset branch if already exists
   * misc/pkgos-alioth-new-git: Updated for new GIT repos layout
 .
   [ Daniel Baumann ]
   * Updating vcs fields.
   * Updating copyright format url.
   * Running wrap-and-sort -bast.
   * Updating maintainer field.
   * Updating standards version to 4.0.0.
   * Removing gbp.conf, not used anymore or should be specified in the
     developers dotfiles.
   * Updating standards version to 4.0.1.
   * Deprecating priority extra as per policy 4.0.1.
   * Updating standards version to 4.1.0.

Date: Mon, 12 Mar 2018 10:24:17 +0000
Changed-By: Openstack Ubuntu Testing Bot <openstack-testing-bot at ubuntu.com>
Signed-By: Openstack Ubuntu Testing Bot
Published-By: James Page <james.page at ubuntu.com>


More information about the Cloud-archive-changes mailing list