~smoser/ubuntu/+source/pollinate:bug/1761240-sru-xenial

Last commit made on 2018-05-30
Get this branch:
git clone -b bug/1761240-sru-xenial https://git.launchpad.net/~smoser/ubuntu/+source/pollinate
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
bug/1761240-sru-xenial
Repository:
lp:~smoser/ubuntu/+source/pollinate

Recent commits

0f0d5c6... by Scott Moser

fix-pocket

072cc4e... by Scott Moser

fixup changelog

06dad93... by Chad Smith

Import version 4.33-0ubuntu1~16.04.1 to ubuntu/xenial-proposed

New changelog entries:
  * New upstream release (LP: #1761240):
    - Add '--print-user-agent' flag.
    - Speedups when collecting information for user-agent.
    - Add hypervisor to useragent string
    - Get logger version via logger -V rather than dpkg query.
    - Add cloud image build info and data in /etc/pollinate/add-user-agent
      to user-agent string.
    - Perform as safe read of /proc/uptime

98e18db... by Scott Moser

Import patches-unapplied version 4.25-0ubuntu1~16.04.1 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: c06182f9a2405e286181134b5adaa465ae24bb62

New changelog entries:
  * New upstream release (LP: #1708192):
    - remove duplicate config file sourcing
    - Include uptime/idletime in the user-agent string to help measure
      boot performance.

c06182f... by Stefano Rivera

Import patches-unapplied version 4.23-0ubuntu1~16.04.1 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: c6c49799c83a1a8068c13cb68e623646469e0f47

New changelog entries:
  * Add missing dependency on vim-common, for xxd. (LP: #1656484)

c6c4979... by Nish Aravamudan

Import patches-unapplied version 4.23-0ubuntu1~16.04 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: d2b6c5056019b9d404655f207ffa1c9bec466908

New changelog entries:
  [ Dustin Kirkland ]
  * New upstream release (LP: #1621280):
    - pollinate:
      + revert revision r300, as this was the wrong fix to the slow
        pollinate problem; as it turns out, it was the user_agent
        function, which was running apt-cache very early in boot, before
        the apt database had been created
      + as it turns out, we need the curl timeout options in order for
        curl to work properly and be resilient against issues with the
        network coming up early in boot
    - debian/pollinate.default, pollinate
      + fix a couple of bugs affecting how long pollinate takes, and if
        it actually completes successfully
      + dpkg -l is way faster than apt-cache, when there is no apt cache
      + wait a maximum of 10 seconds
      + only log to stderr if in an interactive terminal; otherwise,
        just log to syslog
        - this fixes the odd double-printing to /var/log/syslog
      + optimize obtaining version strings by saving one pipe per call
      + source /etc/lsb/release and use $DISTRIB_DESCRIPTION, rather
        than calling lsb-release (python, can be slow)
      + add -m (max-timeout) back to curl options; removing this option
        has caused network failures in various strange ways
      + when network fails due to timeout, log accordingly
      + ignore cloud-init package not found; it's optional

d2b6c50... by Dustin Kirkland 

Import patches-unapplied version 4.21-0ubuntu1~16.04 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 17258508f4d5ce2fda2333ebb4e0990ce6389b8f

New changelog entries:
  [ Dustin Kirkland ]
  * pollinate:
    - fix broken printing of binary data, this was breaking check_pollen
      nagios scripts on the server
  [ Junien Fridrick ]
  * entropy.ubuntu.com.pem:
    - simplify CA cert to just the DigiCert chain (drop GoDaddy)

1725850... by Dustin Kirkland 

Import patches-unapplied version 4.20-0ubuntu1 to ubuntu/yakkety-proposed

Imported using git-ubuntu import.

Changelog parent: f8d15a79412a47047ad3fb0bd97fec8d9101aca6

New changelog entries:
  * debian/control:
    - drop the anerd references, hasn't existed in basically forever
    - update description
    - add dummy | dh-apparmor dependency to get this building on precise,
      where dh-systemd doesn't exist
    - drop run-one dependency, no longer needed
    - make the bsdutils dependency (for logger) explicit, add epoch
  * debian/rules:
    - use systemd, when possible
  * pollinate:
    - fix breakage on older (trusty, precise) Ubuntu, where logger does not
      support --id=[ID]; check version of bsdutils (provides logger) to
      ensure that it's at least ubuntu wily
    - cloud-init version string
  * debian/pollinate.service, debian/pollinate.upstart:
    - improve the init messages logged

f8d15a7... by Dustin Kirkland 

Import patches-unapplied version 4.19-0ubuntu1 to ubuntu/yakkety-proposed

Imported using git-ubuntu import.

Changelog parent: 83f639ecf71a48f320e8ad35f99f5ae679cf6ba7

New changelog entries:
  [ Martin Pitt ]
  * debian/pollinate.service: Move installation from network.target to
    multi-user.target. network.target is too early and causes dependency loops
    with e. g. NFS. (LP: #1576333)
  * debian/pollinate.preinst: Clean up old enablement symlink on upgrade. This
    needs to be kept until after 18.04 LTS.

83f639e... by Dustin Kirkland 

Import patches-unapplied version 4.18-0ubuntu1 to ubuntu/yakkety-proposed

Imported using git-ubuntu import.

Changelog parent: deabda8dc30656e2c1c153fc51f041d0b51c160b

New changelog entries:
  * debian/pollinate.service:
    - move to later in boot, after network starts, but before ssh starts