commit 4438058c8188e1104563fd7e88af4c21e903f30b
Author: Monty Taylor <mordred@inaugust.com>
Date:   Tue Aug 13 13:44:58 2013 -0300

    Updated to OpenStack standards
    
    Change-Id: Idf87a63c72bfb85de713ebb69564509f8c00393b

commit d7ea66ee8dfe0a5b0d679f6c6e77f3bbaa184215
Author: Clint Byrum <clint@fewbar.com>
Date:   Tue Jul 16 13:12:19 2013 -0700

    Add a lockfile.
    
    The scripts run by os-refresh-config generally expect to be running
    only once. This will ensure that. Because we use /var/run, this also
    now assumes that os-refresh-config is run by root. Otherwise one must
    pass in a different --lockfile path.
    
    Change-Id: I33cbb065d6bc32c87f5e72132fceef9df82a190d

commit 95947c0d821d94ac7121cfdbd7556750a309bd85
Merge: d8c7de3 5d2c4b7
Author: Jenkins <jenkins@review.openstack.org>
Date:   Fri Jun 14 00:57:04 2013 +0000

    Merge "Add .gitreview."

commit d8c7de3d8b6f3ab2fbf324f6596bb48b8bafd738
Author: Lucas Alvares Gomes <lucasagomes@gmail.com>
Date:   Mon Jun 10 12:17:40 2013 +0100

    Use dib-run-parts.
    
    dib-run-parts is simpler and gives us profiling data. The --list option
    was removed because it's not yet supported.
    
    Change-Id: Icab4c5c04a26572e9b8564a25b1a328c889ead1c

commit 5d2c4b7f42b924cac390c7d83d917772da596b0d
Author: Lucas Alvares Gomes <lucasagomes@gmail.com>
Date:   Mon Jun 10 12:11:23 2013 +0100

    Add .gitreview.
    
    Change-Id: Ib79abf4e2829bf9beaf1c3187d2a15b7c31b5a73

commit 91f75348fbdb95f197de6037c78d27ca6fd560fa
Author: Lucas Alvares Gomes <lucasagomes@gmail.com>
Date:   Wed Jun 12 12:01:54 2013 +0100

    Add tox.ini and fix pep8 problems
    
    Change-Id: I42f6ed2fbf211e7ac6adcd8e40ce29ec8c7c5c5c

commit 676c8170f27ce710a655e776d316814990751363
Author: Tim Miller <tim.miller.0@gmail.com>
Date:   Thu Feb 14 11:19:02 2013 -0800

    bump version.

commit d6a21d4d42a1f6b31629bcb794d1f607475c3271
Author: Tim Miller <tim.miller.0@gmail.com>
Date:   Thu Feb 14 11:18:43 2013 -0800

    Add default argument of sys.argv to main()

commit 14563b4099abc7bff89f85b96ff945015c77795a
Author: Tim Miller <tim.miller.0@gmail.com>
Date:   Thu Feb 14 10:55:03 2013 -0800

    add __init__.py, bump version

commit a36b0e7cb8f06e718fcf764195c0ad01e16fca27
Author: Tim Miller <tim.miller.0@gmail.com>
Date:   Thu Feb 14 10:53:01 2013 -0800

    bump version

commit badc67cab2781f9b8e13aba0a1a431ff848318a9
Author: Tim Miller <tim.miller.0@gmail.com>
Date:   Thu Feb 14 10:41:51 2013 -0800

    Add os_refresh_config package to setup.py
    
    so that `os-refresh-config` works when pip-installed.

commit b56af9fee93736e2d9dfb144e3bff1dee64b0b78
Author: Clint Byrum <clint@fewbar.com>
Date:   Tue Feb 12 07:20:12 2013 -0800

    Make more pythonic

commit e45748772aa60e774673b865283c8b88b1049e90
Author: Clint Byrum <clint@fewbar.com>
Date:   Tue Feb 12 07:04:28 2013 -0800

    Adding setup.py to make for an easier installation

commit 46629fcdbd857815dd493af9d60653f510338031
Author: Clint Byrum <clint@fewbar.com>
Date:   Wed Feb 6 16:59:40 2013 -0800

    Initial commit