← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1723847] Re: duplicate attribute of html_last_updated_fmt in conf file

 

** Changed in: glance
       Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1723847

Title:
  duplicate attribute of html_last_updated_fmt in conf file

Status in Glance:
  Invalid

Bug description:
  In the file doc/source/conf.py, attribute of html_last_updated_fmt in
  conf file is defined twice this make the old version overwrite the new
  version. therefor the new added html_last_updated_fmt will not take
  effect.

  the new version is html_last_updated_fmt = '%Y-%m-%d %H:%M' which is recommanded
  the old version is
  try:
      html_last_updated_fmt = subprocess.check_output(git_cmd).decode('utf-8')
  except Exception:
      warnings.warn('Cannot get last updated time from git repository. '
             'Not setting "html_last_updated_fmt".')
  which is depreciated now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1723847/+subscriptions


References