redhat-openstack/website

please fix blog frontmatters or filenames

Closed this issue · 7 comments

Every now and then someone adds a blog post with dates on the frontmatter and the filename which do not match. Middleman is unhappy about this.

The problem is to determine which date is the right one. The publishing date, the one readers see, is the one to choose IMHO.

Here is the list of things to fix:

Warning: Frontmatter date (2016-05-01 22:00:00 UTC) mismatch in blog/2016-05-02-technical-definition-of-done.html
Warning: Frontmatter date (2016-05-30 15:18:23 UTC) mismatch in blog/2016-04-08-new-in-rdo-repos-one-size-doesn-t-fit-all.html
Warning: Frontmatter date (2016-05-30 16:45:18 UTC) mismatch in blog/2016-04-12-newbie-in-rdo-2-rdo-trunk-from-a-bird-s-eye-view.html
Warning: Frontmatter date (2016-09-26 05:53:29 UTC) mismatch in blog/2016-09-21-running-tempest-on-rdo-openstack-newton.html
Warning: Frontmatter date (2017-03-30 00:00:00 UTC) mismatch in blog/2017-03-29-standalone-nodepool.html
Warning: Frontmatter date (2016-10-06 22:30:00 UTC) mismatch in blog/2016-10-04-rdo-newton-released.html
Warning: Frontmatter date (2016-05-01 22:00:00 UTC) mismatch in blog/2016-05-02-technical-definition-of-done.html
Warning: Frontmatter date (2016-05-30 15:18:23 UTC) mismatch in blog/2016-04-08-new-in-rdo-repos-one-size-doesn-t-fit-all.html
Warning: Frontmatter date (2016-05-30 16:45:18 UTC) mismatch in blog/2016-04-12-newbie-in-rdo-2-rdo-trunk-from-a-bird-s-eye-view.html
Warning: Frontmatter date (2016-09-26 05:53:29 UTC) mismatch in blog/2016-09-21-running-tempest-on-rdo-openstack-newton.html
Warning: Frontmatter date (2017-03-30 00:00:00 UTC) mismatch in blog/2017-03-29-standalone-nodepool.html
Warning: Frontmatter date (2016-10-06 22:30:00 UTC) mismatch in blog/2016-10-04-rdo-newton-released.html
Warning: Frontmatter date (2016-05-01 22:00:00 UTC) mismatch in blog/2016-05-02-technical-definition-of-done.html
Warning: Frontmatter date (2016-05-30 15:18:23 UTC) mismatch in blog/2016-04-08-new-in-rdo-repos-one-size-doesn-t-fit-all.html
Warning: Frontmatter date (2016-05-30 16:45:18 UTC) mismatch in blog/2016-04-12-newbie-in-rdo-2-rdo-trunk-from-a-bird-s-eye-view.html
Warning: Frontmatter date (2016-09-26 05:53:29 UTC) mismatch in blog/2016-09-21-running-tempest-on-rdo-openstack-newton.html
Warning: Frontmatter date (2017-03-30 00:00:00 UTC) mismatch in blog/2017-03-29-standalone-nodepool.html
Warning: Frontmatter date (2016-10-06 22:30:00 UTC) mismatch in blog/2016-10-04-rdo-newton-released.html

I've copied this issue over to redhat-openstack/easyfix#8 as it's a good place for a new contributor to do something.

You're right, I should pay more attention to this.

hey am intrested in solving this can u guys tell me how to do it please

@Warlord77 In each of those documents, the filename must match the 'date' metadata.

Open each referenced file in source/blog/ and look for a header line that looks something like:

date: 2017-09-19 13:27:34 UTC

Ensure that the date in that header line matches the file name. Send a pull request.

I presume that these were addressed but the issue wasn't mentioned? Anyways, they all seem fixed now.

I confirm it is fixed, thanks.

As a reminder, you can check the log here: https://www.rdoproject.org/build_log.txt