~chad.smith/ubuntu/+source/pollinate:ubuntu/bionic-devel

Last commit made on 2018-05-30
Get this branch:
git clone -b ubuntu/bionic-devel https://git.launchpad.net/~chad.smith/ubuntu/+source/pollinate
Only Chad Smith can upload to this branch. If you are Chad Smith please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/bionic-devel
Repository:
lp:~chad.smith/ubuntu/+source/pollinate

Recent commits

300a680... by Chad Smith

Import version 4.33-0ubuntu1~18.04.1 to ubuntu/bionic-proposed

New changelog entries:
  * New upstream release (LP: #1761240):
    - Fix bug on xen when not booted with systemd.
    - Use systemd-detect-virt if available.
    - Include img/build_name/server in user-agent.

fcb1414... by Dustin Kirkland 

Import patches-unapplied version 4.31-0ubuntu1 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 0812b65f913ec6b817a544a01a00bc4bf13ac545

New changelog entries:
  [ Scott Moser ]
  * pollinate: add '--print-user-agent' flag.
  * pollinate: Speedups when collecting information for user-agent.

0812b65... by Dustin Kirkland 

Import patches-unapplied version 4.30-0ubuntu1 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 8e2b7a9f4f74a3e67740ac926f4f14358b7b63e0

New changelog entries:
  * debian/pollinate.postinst:
    - don't try to chown a dir to the user, potentially before the user exists
  * No change rebuild, release error in 4.28
  [ Dustin Kirkland ]
  * pollinate:
    - add hypervisor to useragent string
  * debian/pollinate.postinst:
    - ensure that the pollinate user owns /var/cache/pollinate;
      to be safe, we're going to do this just after the mkdir, and
      after the adduser;
      this avoids the warning:
      + adduser: Warning: The home directory /var/cache/pollinate
        does not belong to the user you are currently creating.
  [ Steve Langasek ]
  * Minor enhancements to pollinate runtime:
    - dpkg | awk is unnecessary, dpkg-query --showformat does this
  * dpkg -l is a fairly heavyweight operation (.1s); ask logger directly
    what its version number is (.01s)
  [ Scott Moser ]
  * pollinate:
    - Add cloud image build info and data in /etc/pollinate/add-user-agent.
    - Use systemd-detect-virt and namespace virt/<type> in useragent

8e2b7a9... by Dimitri John Ledkov

Import patches-unapplied version 4.27-0ubuntu1 to ubuntu/artful-proposed

Imported using git-ubuntu import.

Changelog parent: a8b1712193e83a283fca33a05cedd4134384b734

New changelog entries:
  * Fixup maintscript & version missmatch from the previous upload.
  [ Scott Moser ]
  * Perform as safe read of /proc/uptime LP: #1708461
  [ Dimitri John Ledkov ]
  * Drop upstart system job
  * Drop no longer needed build-deps, and redundantly specified essential
    bsdutils
  * Fix spelling typo in the description
  * Bump debhelper compat to 9, previous levels are deprecated

a8b1712... by Dustin Kirkland 

Import patches-unapplied version 4.25-0ubuntu1 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: 2e12cd14d8b8a7634e0e2e5ae8362be5f79b6717

New changelog entries:
  [ Stefano Rivera ]
  * debian/control: Add missing dependency on xxd. (LP: #1656484)
  [ Dustin Kirkland ]
  * debian/control: xxd is provided by vim-common in older Ubuntu releases

2e12cd1... by Dustin Kirkland 

Import patches-unapplied version 4.24-0ubuntu1 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: 1a0cf735412b9560b756d43e7175c3fbdcc143d9

New changelog entries:
  * pollinate:
    - remove duplicate config file sourcing
    - add uptime/idletime to user agent to help detect abuse, LP: #1638552

1a0cf73... by Dustin Kirkland 

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

Imported using git-ubuntu import.

Changelog parent: 27675b045a370114d4585b32edbf7a3cadf9a2f4

New changelog entries:
  * 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

27675b0... by Dustin Kirkland 

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

Imported using git-ubuntu import.

Changelog parent: c099e49eb11b87aa4e84dba9245742fa1ef181bf

New changelog entries:
  * debian/pollinate.default, pollinate: LP: #1604155
    - 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

c099e49... by Dustin Kirkland 

Import patches-unapplied version 4.21-0ubuntu1 to ubuntu/yakkety-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