~dannf/canonical-server-hwe-utils:createMilestone

Last commit made on 2018-08-28
Get this branch:
git clone -b createMilestone https://git.launchpad.net/~dannf/canonical-server-hwe-utils
Only dann frazier can upload to this branch. If you are dann frazier please log in for upload directions.

Branch merges

Branch information

Name:
createMilestone
Repository:
lp:~dannf/canonical-server-hwe-utils

Recent commits

d1d3f42... by dann frazier

Create a milestone for each enablement projects w/ associated series

f17d3f9... by dann frazier

Show "Incomplete" bugs as needing input from HiSilicon

92f0799... by dann frazier

Stop checking ubuntu-18.04.1-ga-risky tag

18.04.1 GA already happened, so all fixes from here on our will obviously
be "After 18.04.1 GA".

b1575cb... by dann frazier

Include all bug severities, not just critical

We used to have a bunch of open bugs that were causing noise, so we
restricted the report to only the "Critical" ones. Most of those bugs
were cleaned up, so we don't need to do that anymore.

98b41e6... by dann frazier

Merge branch 'pearl2-status-updates'

e1afbc5... by dann frazier

ubuntu-18.04-sru-4 is now planned to occur before 18.04.1 GA

5b56c11... by dann frazier

Hide "Won't Fix" bugs from the report

3d8add3... by dann frazier

labkey: dispense with --maxdepth optimization

I added --maxdepth=1 thinking it'd save on download time, but it appears
to break 'labkey update':

$ labkey update
fatal: refusing to merge unrelated histories

44cf3cc... by dann frazier

'labkey update -f' should only flush the cache if the cache exists

shutil.rmtree will error out if given a bad path

34d36f3... by dann frazier

Fix typo

$ labkey status d06-2
Traceback (most recent call last):
  File "/home/dannf/bin/labkey", line 105, in <module>
    m.power(args.action)
AttributeError: 'Namespace' object has no attribute 'action'